Releases: wormi4ok/evernote2md
v0.15.0
Now, evernote2md supports batch file processing which should help to process multiple exported Evernote notebooks at once! You can specify glob patterns as an input to process all *.enex files in the directory:
evenote2md *.enex
Changelog
18bc357 Support batch file processing
fc45b18 Fix file timestamps on macOS (Special thanks to @tinysun212 for the contribution to the project 🎉 )
5086653 Remove empty anchor tags from the input
Thanks to @gonejack, @tokeriis and @bgwwg for submitting issues.
v0.14.0
Changelog
3aa79f8 A new --tagTemplate
CLI option to customize tags 🎉
6907b59 Improved formatting for bold and italic text ( thanks to @lkrych for implementing the feature )
84aed11 Fix an issue with missing text in the list items ( reported by @lzilioli )
5a1447c Fix an edge case when notes overwrite each other ( reported by @lzilioli )
v0.13.0
v0.12.1
v0.12.0
v0.11.1
Changelog
bc8bbf8 Cut off special characters in resource file extensions (Fixes #13)
d480936 Fix "illegal base64 data at input" issue ( Fixes #17, thanks to @jgclark for the feedback)
123f55c Update go to version 1.15
d96beb7 Fix cross-platform path separators support (Fixes #15 , thanks to @martinandersen3d for contibuting)
v0.11.0
v0.10.1
Changelog
6d72bce Fix null pointer exception in ExtraDiv tag replacer (Thanks to @cverbiest for contributing)