You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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. :
`
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?
The text was updated successfully, but these errors were encountered: