You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Doc: Fixed plugin API
This commit is contained in:
@@ -6,7 +6,7 @@ The two main extension points are:
|
||||
|
||||
- The [data API](https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md), which is a server that provides access to Joplin data to external applications. It is possible, using standard HTTP calls, to create, modify or delete notes, notebooks, tags, etc. as well as attach files to notes and retrieve these files. This is for example how the web clipper communicates with Joplin.
|
||||
|
||||
- The [plugin API](https://joplinapp.org/api/references/plugin_api/classes/joplin.html), which allows directly modifying Joplin by adding new features to the application. Using this API, you can:
|
||||
- The [plugin API](https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md), which allows directly modifying Joplin by adding new features to the application. Using this API, you can:
|
||||
- Access notes, folders, etc. via the data API
|
||||
- Add a view to display custom data using HTML/CSS/JS
|
||||
- Create a dialog to display information and get input from the user
|
||||
|
||||
@@ -10,7 +10,7 @@ Through this tutorial you will learn about several aspect of the Joplin API, inc
|
||||
|
||||
## Setting up your environment
|
||||
|
||||
Before getting any further, make sure your environment is setup correctly as described in the [Get Started guide](https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins/).
|
||||
Before getting any further, make sure your environment is setup correctly as described in the [Get Started guide](https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md).
|
||||
|
||||
## Registering the plugin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user