Excuse my ignorance, but how do I install plugins on my Node.js + TiddlyWiki server? I’ve already successfully installed some, working as needed, with SSL…
Thanks linonetwo. I’ll go that route. Manually modifying the configuration files as little as possible.
I have another question. In Node, everything is saved in .tid files… I noticed that when deleting an annotation, it correctly deletes the file, but when deleting, for example, a plugin, some remnants remain. For example, to do these tests, I deleted cpl, but files like “$_config_Plugins_Disabled$__plugins_Gk0Wk_CPL-Repo.tid” and “$__plugins_Gk0Wk_CPL-Repo_config_current-repo.tid” remain (even after restarting Node).
Is there a correct or appropriate way, manually or through a plugin, to delete these remnants that will no longer be useful?
As in the name, they are config files. Just like in Windows, when you delete an app, it may leave some config files in your account’s Document folder; so next time when you install it, your preferences will be preserved.
If you think that’s an issue, you can raise an issue in the TiddlyWiki github repo, so they could add an option when deleting config data—like when importing things—to delete all its related config files. This problem relates to the fact that all configs should have a constant prefix, so they can easily be found by the program.