Mario Pietsch
Mario Pietsch
>>>--cdruan wrote-- >>> I've rollbacked changes to parseutils.js. The entity decoding (of attribute values) is now performed on the TW parse-tree element and widget nodes—with the exception of and —during...
I'm not sure. Why is `` not good enough? It works out of the box.
>I think you're suggesting that the transclude widget use the presence of a $ attribute to trigger the new behaviour. I don't think, the idea is too far off. ......
I'll check out the code and have a closer look soon. Looks very interesting.
The first thing I tested based on: >- The ability to invoke functions using widget syntax (in other words, the ability to define custom widgets in wikitext) and ``` \function...
> @pmario that is documented in the section "Invoking Functions via Widget Syntax" in the OP. Sorry. Will read the whole docs first before I do more testing. ....
The following transclusion with a typo creates a RSOD ``` ```
@Jermolene .. I think this one https://github.com/Jermolene/TiddlyWiki5/pull/6666#issuecomment-1114240153 needs to be addressed. ... I didn't see much discussion about that yet. From a "naive" users point of view I'd expect: ``...
At the moment a **function call** looks like this using `$variable` ``` ``` I think it should be `$function` ``` ``` **Reasoning:** If it is `$variable` the below code needs...
I didn't read the other thread. .. Just some thoughts. .. I think you need to be much more specific. An accordion has many different modes, depending on how it...