Well, I think this is mostly already possible. Things aren't well-integrated, but I can see how you'd want to archetecture it. AOL's official AIM client, at least under windows, registers a goim: URL scheme, which you can use to make a hyperlink to an AIM screenname. Consider the same thing, extended to allow for more services, perhaps converse:service/userid, allowing links converse:aim/theorbtwo, converse:icq/1923898, converse:msn/james@rtweb.net, and converse:yahoo/theorbtwo.

That solves the problem of linking to a conversation with the author of an annotation. Now, consider linking to a specified position in the document. That's easy. It's what the # bit in a hyperlink is for (the fragment identifier). OLE supports a concept called "monkiers" for linking to specific points in a document, if it doesn't allow for hash-links then that's a bug, or at least a should-be-easy wishlist. I suspect other similar systems, such as COBRA and XPCOM support a similar concept.

So, you need to get the editor (which already supports annotations) to have a "hand me a link to the current position in the current document". This link needs to be in some sort of standard form, understandable by any editor that handles the document type (handling abigail-ii's objection).

This does require more human interaction then your usecase, but it's more clear how you'd archetecture this solution.


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).


In reply to Re: (OT) Collaboration in Context by theorbtwo
in thread (OT) Collaboration in Context by zby

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.