This plugin allows you to import notes from SnippetsLab exported as Json (export.json
).
ipm install inkdrop-import-snippetslab
- First export your notes in SnippetsLab:
Choose File > Export… from the menubar.
Choose a location and format Json, then click Export.
- Install this plugin.
- File -> Import -> from SnippetsLab Json, then the file dialog opens.
- Select your SnippetsLab Json (
export.json
). - After a while, import finishes.
Running this plugin will automatically create new books and tags and import your notes.
If the book or tag already exists, it will not be created.
If your note has a Language set, it will be converted to code block with these language specified.
This plugin was based on import-quiver plugin.
If you find a bug or find an unsupported SnippetsLab note, please submit an issue or submit a pull request.