1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Doc: Added a page for the Plugin API reference

This commit is contained in:
Laurent Cozic 2023-10-30 12:28:55 +00:00
parent 09e3377e6b
commit 0915ef768e
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
sidebar_position: 1
---
# Joplin Plugin API
With plugins you can directly modify Joplin by adding new features to the application.
- Follow this link for the [plugin API reference](https://joplinapp.org/api/references/plugin_api/classes/joplin.html)
- To see what can be done with a plugin, check the [overview](https://github.com/laurent22/joplin/blob/dev/readme/api/index.md)

View File

@ -1,3 +1,7 @@
---
sidebar_position: 2
---
# Joplin Data API # Joplin Data API
This API is available when the clipper server is running. It provides access to the notes, notebooks, tags and other Joplin object via a REST API. Plugins can also access this API even when the clipper server is not running. This API is available when the clipper server is running. It provides access to the notes, notebooks, tags and other Joplin object via a REST API. Plugins can also access this API even when the clipper server is not running.