Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.24 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.24 KB

Import SnippetsLab plugin

This plugin allows you to import notes from SnippetsLab exported as Json (export.json).

Install

ipm install inkdrop-import-snippetslab

Usage

  • First export your notes in SnippetsLab:

Choose File > Export… from the menubar.

inkdrop-export

Choose a location and format Json, then click Export.

inkdrop-export-json

  • Install this plugin.
  • File -> Import -> from SnippetsLab Json, then the file dialog opens.
  • Select your SnippetsLab Json (export.json).
  • After a while, import finishes.

Notebook and Tags

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.

Language

If your note has a Language set, it will be converted to code block with these language specified.

Fork of import-quiver

This plugin was based on import-quiver plugin.

Contribution

If you find a bug or find an unsupported SnippetsLab note, please submit an issue or submit a pull request.