Releases: Cobertos/md2notion
Releases · Cobertos/md2notion
v2.4.1
- Equation blocks now upload as raw text instead of markdown, alleviating some of the issues with
_
being treated as emphasis by notion-py
, see #31
Bumped notion-py version, added --latex option
- Bumped the notion-py version to
0.0.28
to solve #13
- Also merged the PR from @egordm (thanks btw!) to solve #20, adding the
--latex
option to convert math blocks and inline math blocks into something that can be uploaded to Notion. Also relies on the version bump above
It is already up on PyPi
Added support for HTML images
- Added support for HTML image uploading with
--html-img
flag. Thanks @wongsingfo!
v2.1.1
Adds GFM Checkbox -> TodoBlock conversion as well as supports relative images using file://
or URL encoding in them.
v2.0.1
New major version because the preferred CLI calling convetion has changed; call with python -m md2notion [token_v2] [page-url] [...markdown_path_glob_or_url]
instead. The old way is still there, just not preferred.
This also adds --clear-previous
and --append
flags. See README.md for details.
Fixed table uploading
Fixed markdown table uploading to Notion
Also adds a bunch more tests and converted the repository to pipenv
v1.1.0
- Fixed Images not working
- added a bunch more tests for stability
- also should allow images to work in certain corner cases (like inside of links)
v1.0.0
Feature complete release, everything Markdown supports should be supported for upload.
Added a bunch of tests too!
v0.1.2
First release, should work as described in README (and I fucked up the version tags D:)