Convert from TiddlyWiki to Markdown¶
General Information¶
- Website
- Typical extension:
.json,.tidor folder of.tidfiles
Instructions¶
- Export as described at the website
- Choose "JSON file" if you want to export the complete wiki
- Choose "TID text file" if you want to export a single tiddler only. Resources won't be converted in this case.
- Install Jimmy
- Convert to Markdown. Examples:
jimmy-linux cli tiddlers.json --format tiddlywikijimmy-linux cli tiddlers.tid --format tiddlywikijimmy-linux cli /folder/to/tiddlers --format tiddlywiki
- Import to your app
Compatibility¶
| Feature | Supported? | Remark |
|---|---|---|
| Attachments / Images / Resources | ✅ | |
| Labels / Tags | ✅ | Tags are added as links in the first line and additionally to the metadata. |
| Note Links | ✅ | Including PascalCase links |
| Notebook / Folder Hierarchy | ✅ | |
| Rich Text | ✅ |
Known Limitations¶
Note content is in TiddlyWiki's WikiText format. It is converted, but Markdown supports only a subset. For example JavaScript functions won't work in the converted Markdown anymore.