17th June 2022 at 1:37pm
Follow these instructions when using TiddlyWiki with client-server Node.js configuration:
- Quit the server if it is running
- Edit the
tiddlywiki.info
file (it is in JSON format) and locate theplugins
andthemes
section (see below) - Remove the entries corresponding to the plugins you wish to remove
- Take care to retain commas to separate items
- Do not terminate the last item in a list with a comma
- Restart the server
{
"plugins": [
"tiddlywiki/codemirror"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
]
}