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:
parent
8e712eacf5
commit
638b3236cf
readme/api
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user