Folks,
Request for Comment from plugin builders.
I am building a generator to create all related tiddlers when building a
plugin. I am doing this because I will be migrating dozens of macro
solutions to plugins.
This post is seeking input, the result will be shared.
The basic functionality is as follows;
- Designer provides a
- plugin prefix "$:/plugins/*brand*/"
- and Project name "myproject/"
- Then a set of tiddler titles will be generated as follows
$:/plugins/brand/myproject
readme $:/plugins/brand/myproject/readme Standard
usage $:/plugins/brand/myproject/usage Standard
docs $:/plugins/brand/myproject/docs Optional for more complex
macros $:/plugins/brand/myproject/macros $:/tags/Macro
config $:/plugins/brand/myproject/config connect to config tiddlers
examples $:/plugins/brand/myproject/examples Example documentation +
settings $:/plugins/brand/myproject/settings alternative to config
license $:/plugins/brand/myproject/license MIT default
styles $:/plugins/brand/myproject/styles $:/tags/Stylesheet
data $:/plugins/brand/myproject/data Dictionary tiddler of config values
etc...
keyboard $:/plugins/brand/myproject/keyboard (Document any keys defined)
history $:/plugins/brand/myproject/history (version release history)
- There will be a set of tiddlers to use or configure as the source for
each of these tiddlers.
- You can exclude any tiddler you do not want
- Each tiddler can be created one at a time or generated from a source
tiddler
- Other tiddlers can be added to the list including config tiddlers
$:/config/tiddlername
- Tiddlers can then be customised with standard edit
- A filter will be generated for use in the Tinka Plugin
- Where possible I will populate the tinka values
- You then generate the plugin using Tinka
Any thoughts additions or deletions, templates etc.. please share.
Regards
Tony
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/117efe43-fab6-43e5-9c5f-670b7ade9038%40googlegroups.com.