On Tuesday, April 26, 2016 at 9:47:18 AM UTC+2, Mal wrote:
... use a prefix like "$:/mal/modules...", or "$:/_mal/modules..."?
Yes, that's definitely the way to go. core is for official tw core only
unwritten best practice atm is:
plugins .. $:/plugins/<YourName>/<pluginName>
themes .. $:/themes/<YourName>/<themeName>
languages .. $:/languages/xx-YY .. eg: $:/languages/de-DE, ..de-AT, de-CH ...
your own system tiddlers .. $:/_anyName or $:/_mal/anyName if you prefer this.
The underline just takes care, that your own tiddlers are listed at the top of a "standard" list filter. So this is just for convenience.
If you create javascript /modules/ you should probably use the "plugin" convention
just some thoughts
-m