rComments
rComments copied to clipboard
Feature request: add a comment using the extension
Title says it all. It would be very convenient if you could write a comment directly by hovering, in a similar manner to the way the Fetching comment... box appears.
Thank you @Destaq for this feature request! I'm not sure how feasible this is in the short term, but I'll investigate the options this week.
One request: do you have any thoughts on markdown? I think the simplest first feature that can be added is a "quicky reply" feature that would not support anything complex like markdown, and would be used for quick replies rather than long, detailed, formatted comments.
Thank you @Destaq for this feature request! I'm not sure how feasible this is in the short term, but I'll investigate the options this week.
One request: do you have any thoughts on markdown? I think the simplest first feature that can be added is a "quicky reply" feature that would not support anything complex like markdown, and would be used for quick replies rather than long, detailed, formatted comments.
I think if Markdown would be relatively easy to implement, you should do so, but if not, it doesn't matter.
It seems like this would be as simple as adding a textarea
that implicitly supports markdown under the comment you want to reply to and then POST-ing a request as defined here: https://www.reddit.com/dev/api/#POST_api_comment.
As for UI, I did a bit of experimenting, maybe something like this:
I'll start prototyping this at some point in the next month.
Any progress since then?