/silverbullet-plug-import-json

SilverBullet plug to import data from a JSON file

Primary LanguageTypeScript

SilverBullet plug: import from JSON file

This plug allows you to import data from a JSON file into your SilverBullet space. This is useful when you have exported data from somewhere and want to import it into your space.

JSON file structure:

{
    "page name": "page content"
}

Install this plug: run command "Plug: Add" and add the following URL

github:vuau/silverbullet-plug-import-json/import.plug.js

then, run Plugs: Update command.