I'll add a short how-to list:
- make a plugin-folder anywhere - add a "plugin.info" file in this folder, format and fill it, see an example: https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror/plugin.info - the plugin.info "list" can contain a number of tiddler titles that will show up as tabs in your plugin tiddler - add them as ".tid" files in your plugin-folder, format them in the ".tid" format - you can create sub-folders that contain ".tid" files, they will be included in your plugin - for javascript tiddlers create a "files" folder in your plugin-folder - create a "tiddlywiki.files" file within the "files" folder - see an example "tiddlywiki.files" : https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror/files/tiddlywiki.files - use this format to add your javascript tiddlers / js tiddlers that overwrite core tiddlers and your own js tiddlers - the "file" parameter in tiddlywiki.files is a relative path, relative to where the tiddlywiki.files file is located - if you put a js tiddler in files/modules/widgets/tiddler.js it's "modules/widgets/tiddler.js - that's it -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/9e94324f-4068-4994-b50c-91d233fab3fb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
