This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------------------- | |
# Nimbus note HTML export to markdown converter | |
# Extract all zip files containing 'note.html' and convert to markdown | |
# | |
# Setup: | |
# 1) install python 3 for your OS | |
# 2) install pandoc https://github.com/jgm/pandoc/releases/tag/2.11.4 | |
# on Windows, the .msi will automatically add pandoc to your $PATH | |
# otherwise add it to your $PATH. | |
# 3) save this script in the directory where your HTML exports were |