2022년 6월 17일 오후 1:37
Follow these instructions when using TiddlyWiki with client-server Node.js configuration:
- Quit the server if it is running
 - Edit the 
tiddlywiki.infofile (it is in JSON format) and locate thepluginsandthemessection (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"
	]
}