Convert from CherryTree to Markdown¶
General Information¶
- Website
- Typical extension:
.ctd
or folder of.ctd
files
Instructions¶
- Export as described at the website
- Choose "Export" → "Export to CherryTreeDocument" → "All the Tree" → "XML, Not Protected (.cdt)"
- Install Jimmy
- Convert to Markdown. Example:
jimmy-linux cli cherry.ctd --format cherrytree
- Import to your app
Compatibility¶
Feature | Supported? | Remark |
---|---|---|
Attachments / Images / Resources | ✅ | |
Labels / Tags | ✅ | |
Note Links | ✅ | |
Notebook / Folder Hierarchy | ✅ | |
Rich Text | ✅ |
Known Limitations¶
- Cherrytree checked (
☑
) and crossed checkboxes (☒
) are converted to Markdown checked checkboxes ([x]
). - Cherrytree latex is converted to a Markdown code block.
- Cherrytree anchors are not converted.