Just be careful that the tiddlers you see are not shadowing the plugin ones. If you decide to configure/override something in the plugin, you will have a plugin encapsulating multiple tiddlers located in $:/plugins/user/plugin
, but your override, $:/plugins/user/plugin/path/to/tiddler
will live in the main namespace. This can happen by accident, if you edit a plugin tiddler to see how it works and then choose save
rather than exit
(as I’m prone to do.) Those cases are not an issue, as removing the override won’t change behavior. But they can also happen intentionally, with some overriding behavior added. If you delete these tiddlers, you revert to the plugin’s default behavior and lose your customization.
Remember to back up first!