notion2md
Notion Markdown Exporter with Python Cli
File Explorer
Download Latest Version (.zip)- code_quality.yaml
- semantic_release.yaml
- FUNDING.yml
- export_block.py
- __init__.py
- indicator.py
- __init__.py
- application.py
- formatter.py
- __init__.py
- block.py
- richtext.py
- __init__.py
- block.py
- __init__.py
- __main__.py
- config.py
- exceptions.py
- notion_api.py
- util.py
- test_numbered_list.py
- test_richtext_convertor.py
- .flake8
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CONTRIBUTION.md
- LICENSE
- Notion2md.jpg
- notion2md_options.png
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/echo724/notion2md
Downloads the entire project code from GitHub to your computer.
cd notion2md
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install notion2md
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
