Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

benjaminoakes/WunderlistConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WunderlistConverter

Tools to convert Wunderlist backups to other formats. It's currently just a standalone webpage where you paste in your Wunderlist JSON.

This tool is archived because Wunderlist is going away:

You can export your data through Sunday, November 15, 2020.

Flattr this git repo

The following formats are supported:

  • GitHub-Flavored Markdown
  • Taskpaper

Pull requests with additional formats are welcome!

Formats

GitHub-Flavored Markdown

Example:

 ## Inbox

   - [ ] Incomplete task

 ## List 1
 
   - [ ] 2013-01-08 Task with due date

 ## List 2

   - [ ] Starred task #star
   - [x] Completed task

Taskpaper

Example:

Inbox:
	- Incomplete task

List 1:
	- Task with due date @due(2013-01-08)

List 2:
	- Starred task @star
	- Completed task @done

About

Tools to convert Wunderlist backups to other formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages