Hello!
I've just "made" my first plugin. I mean I just made 2 js tiddlers and 1 css tiddler and 1 tiddler for plugin itself and "packed" all that according to this page
https://tiddlywiki.com/dev/#How%20to%20create%20plugins%20in%20the%20browser Well, now I can see 3 my tiddlers are "shadow" (searchable only in Shadow tab) and my plugin is enabled. BUT I do NOT see neither my "$:/plugins/user/pluginname/one.js" tiddlers not .css :(
So seems it is not loaded.
Then I found that tw
https://tid.li/tw5/plugins.html and repeat all with help of "Control Panel / Tinka Plugin Management / Create New Plugin" tab. But result is the same - I see my plugin in Installed list, but in fact it is not seen in DevTools / Sources / Network list (while other plugins are there).
Seems I missed something.
Is there a manual how to develop a plugin in right manner?