- Added support for the Markdown for Google Keep plugin - ignore of any pre-existing markdown web links in notes and Keep note-to-note linking relative urls
- Added
-w
option to convert pre-existing Keep note-to-note markdown links to wikilinks during export - Filter exported notes by create (
-cd
) or edit date (-ed
) ( < or > date only) - Fixed exported notes update date bug to be the actual edited date vs. internal Google update date
- Added warning on importing too many markdown notes may lock user out of Keep
- Added EXAMPLES.md for command line examples using option switches
- Added ability to export namespaces with '/' character in filenames for Logseq and Joplin
- Removed old python formatting yapf settings
- Fixed the Dockerfile versions
- Fixed the keep.resume warning message for newer gkeepapi version >= 0.16.0
- Fixed the Python 3.12+ regular expression error
- Added more detail error message if KIM fails to execute
- New instructions and Dockerfile for updated versions of gkeepapi and gpsoauth to get keep token
- Wikilinking now supported for Joplin notes
- Now requires Python v-3.10+ to run KIM
- New Docker image to get the Keep token
- Old keep-test.py module removed for new Google authentication (get_token.py added)
- New simple INSTALL.md steps
- Docker image altered to use Ubuntu:22.04 to fix Google auth issues with gkeepapi
- Added new flag -m to move exported images to Archive folder
- Removed python deprecated imghdr library with pillow module
- Docker image creation and use
- Removed captcha note in keep-test.py
- Switched audio file extensions from AAC back to M4A
- Added Joplin exports -j flag to use front matter header
- Removed first dash on list notes exported to Logseq with -l switch
- Fixed image overwrite if note has no title or text and using -c switch
- Fixed error of markdown note imports if there are special characters within
- Added create and update dates of markdown files to imported notes
This update is a major refactor of the previous versions. Updates include:
- Faster export
- Added Logseq switch to add bullets to exported Keep notes
- Added simple import option to upload markdown files back to Keep
- Removed microseconds from note create and update dates
- Fixed null image bug