ttscoff / nv

MultiMarkdown version of Notational Velocity with Markdown editing features and preview
http://brettterpstra.com/projects/nvalt
BSD 3-Clause "New" or "Revised" License
1.77k stars 197 forks source link

Feature request: Checkboxes for todo list #185

Open aapetrus opened 11 years ago

aapetrus commented 11 years ago

Is there any possibility to make checkboxes for todo list like in Evernote?

sanzoghenzo commented 11 years ago

For now there's no way to add a checkbox the same way evernote does, but you can use the @done special keyword at the end of the line to strike it out (note that it works only on nv in edit mode, you cannot see it in markdown preview or any other text editor).
I think it's the best you can do with plain text!

ryan-p-randall commented 10 years ago

For what it's worth, there seems to be a somewhat standard syntax for plain text checkboxes now: - [ ] vs - [x]

Here's a link to Github's announcement of implementing this.

I use this all the time. And the strikethrough in nvALT mentioned above is pretty nice as well.

dgbeecher commented 9 years ago

I'd love if nvALT could auto-complete a list of plain text checkboxes. I.e., if you hit return at the end of a line beginning with either - [ ] or - [x], the next line would automatically begin with - [ ]. 1Writer currently does this (and it's Brett's favorite iOS editor!) so it'd be nice if nvALT did too.

harrisitservices commented 8 years ago

Any chance this could be implemented? It is a standard part of markdown now, but does not workin in nvAlt. https://github.com/blog/1825-task-lists-in-all-markdown-documents

ttscoff commented 8 years ago

The answer is no, for reasons openly discussed elsewhere. I'm just commenting because I have to note that just because GitHub enabled their own syntax in all markdown on their own platform in no way indicates a standard for markdown :).

-Brett

On Jul 1, 2016, 7:22 AM -0500, harrisitservicesnotifications@github.com, wrote:

Any chance this could be implemented? It is a standard part of markdown now, but does not workin in nvAlt.https://github.com/blog/1825-task-lists-in-all-markdown-documents

— You are receiving this because you are subscribed to this thread. Reply to this email directly,view it on GitHub(https://github.com/ttscoff/nv/issues/185#issuecomment-229933170), ormute the thread(https://github.com/notifications/unsubscribe/AAC62QNqnxWSt3cyITtcqGIpP_HshajLks5qRQaEgaJpZM4A2hRq).