@Flibbles once again thanks for this iconic solution on which many of us now depend on to turbocharge what can be done with tiddlywiki.
- I am working through these new features and this release and will reply with any important observations.
but a question please?
I see that to achieve this greatness, you have made use of tiddlywiki’s approach and defines 114 tiddlers with a module-type, summarised with this;
<$list filter="[all[shadows+tiddlers]prefix[$:/plugins/flibbles]each[module-type]get[module-type]]">
</$list>
Or more comprehencivly;
<$list filter="[all[shadows+tiddlers]prefix[$:/plugins/flibbles]each[module-type]get[module-type]sort[]]" variable=module-type><<module-type>>, </$list>.
<$list filter="[all[shadows+tiddlers]prefix[$:/plugins/flibbles]each[module-type]get[module-type]sort[]]" variable=module-type>
<h3>''<<module-type>>''</h3>
<$list filter="[all[shadows+tiddlers]prefix[$:/plugins/flibbles]module-type<module-type>sort[]]">
</$list>
<hr>
</$list>
I can see that looking into this code there is a lot to be learned and reused by any enthusiastic tiddlywiki designer. I would hazard to guess that there are many opportunities to make use of your code outside of their original intentions.
- Do you have a view on this?
- Could you nominate some of the modules you think may have real additional value given your familiarity with the code?
- You need not take on this task yourself, let us call it a Relink “after market”, or “off script” use of your code, you can leave it to us enthusiasts, But your 5,000 foot view of it may help use mine this for gems more easily.

