Skip to content

Command line tool to export Dynalist documents in Markdown

License

Notifications You must be signed in to change notification settings

ento/dynalist2markdown

Repository files navigation

dynalist2markdown

Usage

Generate your API token at Dynalist's Developer page.

If you have Nix installed:

$ nix-shell
$ DYNALIST_SECRET_TOKEN=<your token> python3 dynalist2markdown.py <file_id> --output <path>

If not, make sure you have the requests package available in the Python installation you'll be using.

This isn't on PyPI?

I'm being lazy at the moment and pushing this up in a state that's barely only usable for myself.

Development

Managing fixtures and running tests:

$ nix-shell dev.nix
$ python -m fixtures update-all
$ python -m fixtures add --file-id <file_id> --name <basename>
$ python -m pytest tests.py

About

Command line tool to export Dynalist documents in Markdown

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published