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:
parent
09e3377e6b
commit
0915ef768e
11
readme/api/references/plugin_api.md
Normal file
11
readme/api/references/plugin_api.md
Normal 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)
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user