mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Update Widgets in WikiText.tid (#7623)
* Update Widgets in WikiText.tid Added Minimalist link to [[Substituted Attribute Values]] so the new method is also listed. * Update Widgets in WikiText.tid removed see also
This commit is contained in:
parent
4c9eaeaaf2
commit
825f4eaae1
@ -20,6 +20,7 @@ Note that widgets inherit all the features of [[HTML in WikiText]]:
|
|||||||
** Macro invocations (eg `attr=<<myMacro>>`)
|
** Macro invocations (eg `attr=<<myMacro>>`)
|
||||||
** Transclusions (eg, `attr={{MyTiddler!!field}}`)
|
** Transclusions (eg, `attr={{MyTiddler!!field}}`)
|
||||||
** Filtered transclusions (eg, `attr={{{ [filter[op]] }}}`)
|
** Filtered transclusions (eg, `attr={{{ [filter[op]] }}}`)
|
||||||
|
** <<.from-version "5.3.0">> [[Substituted Attribute Values]]
|
||||||
* The content of a widget is [[parsed|WikiText Parser Modes]] in [[inline mode|Inline Mode WikiText]] unless the opening tag is followed by two linebreaks, which forces [[block mode|Block Mode WikiText]]
|
* The content of a widget is [[parsed|WikiText Parser Modes]] in [[inline mode|Inline Mode WikiText]] unless the opening tag is followed by two linebreaks, which forces [[block mode|Block Mode WikiText]]
|
||||||
** [[inline mode|Inline Mode WikiText]] means that [[block mode|Block Mode WikiText]] parse rules like headings, tables and lists are not recognised
|
** [[inline mode|Inline Mode WikiText]] means that [[block mode|Block Mode WikiText]] parse rules like headings, tables and lists are not recognised
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user