Joplin

An open source note taking and to-do application with synchronisation capabilities

Plugin Manifest🔗

The manifest file is a JSON file that describes various properties of the plugin. If you use the Yeoman generator, it should be automatically generated based on the answers you've provided. The supported properties are:

Here's a complete example:

{
    "manifest_version": 1,
    "name": "Joplin Simple Plugin",
    "version": "1.0.0",
    "description": "To test loading and running a plugin",
    "homepage_url": "https://joplinapp.org"
}