Unlisted Plugins
Uploading
If you want to upload a plugin for personal use without listing it on the plugin marketplace, you can set unlisted to true
in the plugin manifest.json
file.
{
"id": "pluginId"
...
"unlisted": true,
}
Note that the plugin will still need to abide by our submission guidelines and be approved by a RemNote team member.
Installing
To install an unlisted plugin, navigate to the URL for your plugin in a web browser. The URL for your plugin will be https://www.remnote.com/plugins/{YOUR PLUGIN ID}
. For example, if your plugin ID is pluginId
, the URL will be https://www.remnote.com/plugins/pluginId
. This link will take you to the plugin marketplace page for your unlisted plugin. You can also share this link with others.