I wish to propose an improvement or two to the plugin contents tab which is “created” in the plugin tiddler view dropdown. However I have followed the process and can not quite see where I need to be able to do the following;
Add some header or footer content in the contents tab
Add a suffix or prefix when listing each content tiddler.
If I may ask if someone with deper tiddlywiki specific developer skills could just point me in the right direction I would appreciate it.
I understand this contents tab is built on the fly, I can’t even see how it obtains the list of tiddlers there in.
I think I have looked at the appropriate tiddlers and not found the code, so perhaps I am not reading it correctly eg perhaps in $:/core/ui/Components/plugin-info $:/core/ui/PluginInfo ?
$:/core/ui/ControlPanel/Plugins/Installed/Plugins
or perhaps within a macro such as plugin-table plugin-info ?
I may have found it $:/core/ui/PluginInfo/Default/contents by searching for {{{ [all[shadows]suffix[contents]] }}} given what I see in $:/core/ui/Components/plugin-info <$set name="tabsList" filter="[<currentTiddler>list[]] contents">
This tiddler $:/core/ui/Components/plugin-info would also be the place to either;
Add an additional plugin internals tab, or modify it for hackability to allow additional tabs with a new system tag
I feel the ultimate presentation may be somewhere between the two, the table and the list. I am open to any layout suggestions. To me this is an outstanding problem in general in tiddlywiki making such lists with variable length title and fields look nice and work well.
Using “…” to fill between a list item and the tags
For longer titles or tag sets finding another way to break or size the results.