waldyrious / odot

(Sketch of a) tree-based task manager
https://waldyrious.github.io/odot/
Other
3 stars 1 forks source link

Convert stored JSON into human-readable/editable text file #1

Open waldyrious opened 12 years ago

waldyrious commented 12 years ago

Perhaps using a structure like:

* [ ] Task 1
* [ ] Task 2
      \tags:lorem, ipsum, dolor
** [x] Sub-task 2.1
       \created:YYYY-MM-DD-hh-mm-ss
       \priority:3

...or something similar. Is there an existing markup that can do this, without having to reinvent the wheel? Markdown, YAML, OGDL... existing text-based formats (todo.txt, org-mode, checkvist txt export)?

waldyrious commented 11 years ago

Move to the wiki. Will reopen if concrete implementation proposals are reached.