How to make so that each paragraph has a unique-ish ID? #1421
Unanswered
euvl
asked this question in
Questions & Help
Replies: 1 comment 3 replies
-
good news: I’m already working on an unique id extension :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I am trying to understand how to make so that each paragraph would have a unique ID?
I am planning to have "comments" stored against each paragraph. My thinking was that I will need an ID of a paragraph that is unique (within the context of a single document) and persistent (survives serialization & storage in DB).
Does anyone have any idea if/how this could be done? 🙏
Beta Was this translation helpful? Give feedback.
All reactions