mirror of
https://github.com/vale981/wunderlist-to-org
synced 2025-03-05 17:21:38 -05:00
28 lines
641 B
Org Mode
28 lines
641 B
Org Mode
* Wunderlist to Org Mode
|
|
|
|
A little script to convert the wunderlist export format to org mode.
|
|
It currently supports:
|
|
|
|
- Todo states
|
|
- Comments
|
|
- Metadata
|
|
- Reminders
|
|
- Comments
|
|
|
|
** Usage
|
|
Extract the wunderlist export and then just point the script to the ~Tasks.json~ file.
|
|
#+begin_src bash
|
|
$ ./convert.py [task file]
|
|
#+end_src
|
|
|
|
This will print out the resulting org-mode file to the terminal.
|
|
|
|
The script is not configurable at the moments, but I can hack
|
|
something in if you open an issue.
|
|
|
|
|
|
** TODO File attachments
|
|
|
|
** Internals
|
|
The script parses most things and skips things that it can't. So check
|
|
your resulting org file :).
|