From 48d9cad7c295a2f15d3287c00857709bf436e7a4 Mon Sep 17 00:00:00 2001 From: "Florent V." Date: Sun, 1 Feb 2015 12:41:52 +0100 Subject: [PATCH] Enhancements to plugin installation and new entry for uninstallation I have added bold markup to emphase and explain the need to refresh. --- editions/tw5.com/tiddlers/plugins/Plugins.tid | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/plugins/Plugins.tid b/editions/tw5.com/tiddlers/plugins/Plugins.tid index 702070bfa..11431f489 100644 --- a/editions/tw5.com/tiddlers/plugins/Plugins.tid +++ b/editions/tw5.com/tiddlers/plugins/Plugins.tid @@ -27,5 +27,15 @@ See the PluginMechanism discussion for more details about how plugins are implem # In another browser window, find a link to the plugin, e.g. [[$:/plugins/tiddlywiki/example]]. You will typically find links to plugins on the home page of the plugin (for example, http://tiddlywiki.com/plugins/tiddlywiki/katex/) # Drag the link [[$:/plugins/tiddlywiki/example]] to the browser window containing your TiddlyWiki # Save your TiddlyWiki -# Refresh the window +# ''Refresh the window to automatically create the shadow tiddlers that are provided by the plugin in order for it to work correctly'' # The plugin should now be available for use + +! How to uninstall / delete a plugin + +# Create a backup of your current TiddlyWiki HTML file ([[just in case|The First Rule of Using TiddlyWiki]]) +# Open the controlpanel and go to the plugin tab +# Click on the plugin you want to delete to open its tiddler +# Click the edit-mode icon then delete the tiddler +# Save your TiddlyWiki +# ''Refresh the window to automatically delete the shadow tiddlers created by the plugin'' +# The plugin should now be deleted