inlineDisqussions icon indicating copy to clipboard operation
inlineDisqussions copied to clipboard

How to use best when document is dynamic

Open bpkennedy opened this issue 10 years ago • 1 comments

I'm looking for a comment plugin similar to this. I'll be using pandoc to automatically convert markdown to html and publishing as the drafts of a long running paper. It'll have different chapters and, as usual, will be heavily edited over time - new paragraphs throughout and some removed.

I'd like people to be able to comment on sections during the drafting. Would you have any recommendations on how I could use your plugin to accomplish?

bpkennedy avatar Jul 12 '15 12:07 bpkennedy

This is probably doesn't track document changes, and if not set explicitly, it will attach comment thread to elements by simple order. The only way you can handle changing document structure is by explicitly setting a unique ID per element, e.g. : `

Lorem ipsum...

` If you can do that, then you should be fine.

tsi avatar Jul 12 '15 13:07 tsi