Thank you for having an interest in contributing Notion2md
Here are some guides for you to how to contribute
- Download file object(image and files)
- Table blocks
- Page Exporter
- Database Exporter
- Child page
- Column List and Column Blocks
- Synced Block
The list above is the features or blocks needed to be exported in notion2md. You may choose one of these to contribute, or you can also contribute to implementing new feature not in the list.
Pull requests are welcome.
- fork this repo into yours
- make changes and push to your repo
- send pull request from your develop branch to this develop branch
This is only way to give pull request to this repo. Thank you
Please make sure that you do the following before submitting your code:
- Run the tests:
poetry run python -m unittest discover tests
- Format the code
poetry run black .
- Use isort the code
poetry run isort .
- Lint the code
poetry run flake8 .