benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.69k stars 2.72k forks source link

Comments in Stackedit missing timestamps #749

Open jesperronn opened 9 years ago

jesperronn commented 9 years ago

Comments in Stackedit are completely linear. They follow a point in the text where they are inserted. The order you see them is the order of the text.

There is no concept of "recently added comments", since each comment thread is inserted somewhere in the text, and that is the only relation.

You will never know if comment to line 1 is inserted after comments to line 50. or vice versa.

I would like to introduce a time concept for the comments. Really simple: 'Jesper commented on <timestamp>' and similar. This way we can visually see in the comment balloons the date/time of the comment.

Any thoughts on this?

jesperronn commented 9 years ago

OK, i take the silence as only I need this :) Will make a pull-request if others are interested at a later point