This script will import Markdown files from a folder. It will only import files ending in .md
, so it skips folders and images. This will use the file name as the note name. If there is a H1 on the first line, it will remove that line and trim the file in order to remove redundancy.
- Select the notebook you want to import into in the sidebar.
- Under Inkdrop, select
Developer > Toggle Developer Tools
. - Paste this script.
- Replace
path/to/folder/with/markdown/files/
with a path to the folder with the markdown files in it. Make sure to include the trailing "/". - Ignore the error and please forgive my laziness. If you get a grey screen, just click a few times and the ghost windows will disappear.
- Transferring Bear-style tags
- Image import
- Use file chooser
In response to OSoG's question, click on Console and paste there (at least that's what I just did). However, I got an uncaught type error.