Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.19k stars 802 forks source link

Enhancement: Subtasks #616

Open ghost opened 8 years ago

ghost commented 8 years ago

Would it be possible to allow the creation of subtasks by indenting tasks? It would greatly improve workflow by providing the ability to break down large projects into smaller, more detailed and concrete tasks. Zim Wiki's task manager has great handling of subtasks (eg. checking a task as completed checks all of it's subtasks) so you could look there for inspiration.

I believe that Laverna is a great cross platform app and if the task system is improved upon, it has a extremely good chance of being the best open source productivity app on multiple platforms.

alensiljak commented 7 years ago

A workaround for this would be to use lists. They support indentation by using Tab at the beginning of the line. Adding an option to collapse lists or regions would top it off, though!