martinring / clide2

A language agnostic collaborative cloud IDE
clide.flatmap.net
GNU Lesser General Public License v3.0
19 stars 2 forks source link

Entity annotations and hyperlinks #4

Open martinring opened 10 years ago

martinring commented 10 years ago

It should be possible to Annotate a token as an entity with an annotation-unique id:

annotate(length, Set(Entity -> id))

and also it should be possible to annotate a token as a hyperlink which can also reference an entity in the document:

annotate(length, Set(Hyperlink -> link))

where link for link would be something like "filepath:collaborator/stream/id"