1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Fixed special space

This commit is contained in:
Laurent Cozic 2020-10-15 15:54:31 +01:00
parent d74d6d9539
commit e710709c15
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
In this article you will learn the basic steps to build and test a plugin in Joplin. In this article you will learn the basic steps to build and test a plugin in Joplin.
## Setting up your environment ## Setting up your environment
First you need to setup your environment: First you need to setup your environment:

View File

@ -8,7 +8,7 @@ Through this tutorial you will learn about several aspect of the Joplin API, inc
- How to create a webview - How to create a webview
- How to listen to changes in the user interface - How to listen to changes in the user interface
## Setting up your environment ## 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/).