1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Doc: Fixed plugin API

This commit is contained in:
Laurent Cozic
2020-10-15 16:08:01 +01:00
parent e710709c15
commit f5d4bedc07
45 changed files with 13552 additions and 6 deletions

View File

@@ -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