https://github.com/nezort11/notally2md
Converter from Notally app XML notes backup to Markdown files.
https://github.com/nezort11/notally2md
xml
Last synced: about 1 year ago
JSON representation
Converter from Notally app XML notes backup to Markdown files.
- Host: GitHub
- URL: https://github.com/nezort11/notally2md
- Owner: nezort11
- Created: 2021-08-23T12:27:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T19:26:53.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T19:55:44.948Z (about 1 year ago)
- Topics: xml
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notally XML backup to Markdown converter
This program converts Notally backup *XML structure* into similar *filesystem structure*. Basically it recreates note files from backup file.
## Development plan
1. Convert XML backup to dict/json representation.
2. Check & create filesystem structure.
## Backup XML document structure
```XML
...
...
...
...
...
...
...
...
...
...
...
...
```
## Filesystem structure