1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-23 15:21:31 +00:00
Files
TiddlyWiki5/core/modules/widgets
jeremy@jermolene.com f307f00e32 Fixes to enable the transclude widget itself to be overridden
There are two big changes here:

Replace the previous "ts-wrapper" mechanism, which we had been using to redefine custom widgets inside their definitions to prevent recursive calls. Now we've got the genesis widget we can instead control recursion through a new "$remappable" attribute that allows the custom widget mechanism to be skipped.

We also extend the slot widget to allow a depth to be specified; it then reaches up by the indicated number of transclusion widgets to find the one from which it should retrieve the slot value.
2022-05-05 08:20:14 +01:00
..
2021-10-28 09:18:54 +01:00
2022-03-16 11:57:56 +00:00
2014-04-27 20:03:33 +01:00
2021-10-02 16:17:07 +01:00
2013-11-10 19:22:10 +00:00
2021-10-30 11:42:22 +01:00