From 6f680081f4edcc611f0f0f37040e298bf4810326 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 9 Oct 2020 18:38:28 +0100 Subject: [PATCH] Update website --- docs/api/get_started/plugins/index.html | 2 +- docs/api/tutorials/toc_plugin/index.html | 98 +++++++++++++++--------- 2 files changed, 64 insertions(+), 36 deletions(-) diff --git a/docs/api/get_started/plugins/index.html b/docs/api/get_started/plugins/index.html index cbda7ff9e8..a9b926b9d0 100644 --- a/docs/api/get_started/plugins/index.html +++ b/docs/api/get_started/plugins/index.html @@ -387,7 +387,7 @@ https://github.com/laurent22/joplin/blob/master/readme/api/get_started/plugins.m

Testing the plugin🔗

In order to test the plugin, you might want to run Joplin 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.

Finally, in order to test the plugin, open the Setting screen, then navigate the the Plugins section, and add the plugin path in the Development plugins text field. For example, if your plugin project path is /home/user/src/joplin-plugin, add this in the text field.

-

Restart the app, and Joplin should load the plugin and execute its onStart handler. If all went well you should see the test message: "Test plugin started".

+

Restart the app, and Joplin should load the plugin and execute its onStart handler. If all went well you should see the test message in the plugin console: "Test plugin started!".

Next steps🔗