floq-design / inkdrop-import-snippetslab

An Inkdrop plugin for importing notes from SnippetsLab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An Inkdrop plugin for importing notes from SnippetsLab

License:MIT License


Languages

Language:JavaScript 99.7%Language:Less 0.3%