An open API service indexing awesome lists of open source software.

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.

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