1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-20 20:55:18 +02:00

Doc: Fixed links

This commit is contained in:
Laurent Cozic 2021-06-22 07:56:23 +01:00
parent 8e712eacf5
commit 638b3236cf
2 changed files with 2 additions and 2 deletions
readme/api
get_started
references

@ -32,7 +32,7 @@ This will setup source control.
## Run Joplin in Development Mode
You should test your plugin in Development Mode. Doing so means that Joplin will run using a different profile, so you can experiment with the plugin without risking to accidentally change or delete your data.
You should test your plugin in [Development Mode](https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_mode.md). Doing so means that Joplin will run using a different profile, so you can experiment with the plugin without risking to accidentally change or delete your data.
## Building the plugin

@ -1,5 +1,5 @@
# Development mode
When experimenting with Joplin, for example when [developing a plugin](https://joplinapp.org/api/get_started/plugins/) or trying a theme, you might want to run Joplin in development mode. Doing this will open a second copy of Joplin using a different profile with test notes and notebooks, so you can experiment without risking changing or deleting your data.
When experimenting with Joplin, for example when [developing a plugin](https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md) or trying a theme, you might want to run Joplin in development mode. Doing this will open a second copy of Joplin using a different profile with test notes and notebooks, so you can experiment without risking changing or deleting your data.
To enable Development Mode, go to **Help > Copy dev mode command to clipboard**. This will copy a command to your clipboard. Paste this command in a shell / terminal to run a development version of the app.