No description
Find a file
2020-05-03 10:32:11 +02:00
convert.py really substitute the *'s :) 2020-05-03 10:32:11 +02:00
readme.org add folders to readme 2020-05-02 16:57:28 +02:00

Wunderlist to Org Mode

A little script to convert the wunderlist export format to org mode. It currently supports:

  • Todo states (TODO and DONE, starred becomes NEXT)
  • Comments
  • Metadata
  • Reminders
  • Comments
  • File Attachments
  • Tags
  • Folders (become tags)

Usage

Extract the wunderlist export and then just point the script to the Tasks.json file.

  $ ./convert.py [task file]

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.

Internals

The script parses most things and skips things that it can't. So check your resulting org file :).