essepuntato / rash

Research Articles in Simplified HTML (RASH) Framework includes a markup language defined as a subset of HTML+RDF for writing scientific articles, and related tools to convert it into different formats, to extract data from it, etc.
https://w3id.org/people/essepuntato/papers/rash-peerj2016.html
ISC License
82 stars 24 forks source link

generate ids for all elements to allow more specific "post-hoc" external linking #114

Open joernhees opened 7 years ago

joernhees commented 7 years ago

currently only sections get ids... would it be possible to automagically create a UUID3/5 (based on the paragraph's content) for each paragraph? that way post-hoc linking can become much more precise... (so i can precisely link stuff the author at the time didn't explicitly prepare to be quoted/linked)

also see discussion on linkedresearch gitter

joernhees commented 7 years ago

(note that UUID4 in this case wouldn't be well suited as all ids would change every time the document is re-generated)