Open jakubgs opened 5 years ago
It would be fantastic to have a way of supporting a commenting side bar with the following features:
In summary, these features would allow multi-user commenting and editing workflow while retaining consistency with the markdown document and multi-user collaboration.
I would be very happy if commenting support was added with 1) markdown comment, 2) email address/name input field, as a beginning?
Is there any progress, or indication if this functionality can be added?
For comment threads, this might bloat the markdown content. CriticMarkup should be extended to support reference to external comments, via IDs, as footnotes or separate files (json / separate db) something like : {## 1 ##} ... {## ef18de ##}
Edit: I'm am not the only one to have this idea. I like this poposal :
Lorem ipsum dolor sit amet, consectetur adipiscing elit. {==Vestibulum at
orci magna. Phasellus augue justo, sodales eu pulvinar ac, vulputate eget
nulla.==}{>>[1,2,3,4,5]<<} Mauris massa sem, tempor sed cursus et, semper
tincidunt lacus.
<!-- At the end of markdown document -->
{[1]}: @gsw This is the first comment.
{[2]}: @abc Another comment.
{[3]}: @xyz Yet another comment.
{[4]}: Fourth comment.
{[5]}: Last comment.
I think we should not mix this and CriticMarkup feature. For us it would be great to have discussion on document outside of document, if we can download it as plain file later.
any update for this feature?
I am also curious on an update for this feature? If someone is more familiar with how this feature should be architected I am happy to own it.
I see https://hackmd.io has comments for documents, which is pretty cool. Is that feature ever coming to CodiMD?