mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-26 23:22:55 +00:00
indent main-pocedures body by 1 to make nested functions more visible
This commit is contained in:
parent
3b7544f640
commit
c7a4558f6f
@ -34,13 +34,11 @@ tags: $:/tags/Global
|
||||
<!-- dumpvariables main procedure -->
|
||||
<!-- ============================ -->
|
||||
\procedure dumpvariables(type sort subfilter:"[[]]" format)
|
||||
|
||||
<!-- The following function is needed since the "format" string can contain closing brackets ")" -->
|
||||
<!-- Be aware that the "format" filter operator uses $var-name$ for compatibility reasons -->
|
||||
\function _tf.dv-varFormatStr() [<format>!is[blank]then<format>else[$type$ $name$($params$)]]
|
||||
\function _tf.dv-type() [<type>]
|
||||
\function _tf.dv-sort() [<sort>]
|
||||
|
||||
<ul>
|
||||
<$list filter="[subfilter<tf.dv-filterString>] +[filter<subfilter>]" variable="varname">
|
||||
<li>
|
||||
@ -155,7 +153,6 @@ tags: $:/tags/Global
|
||||
<!-- search-variables main procedure -->
|
||||
<!-- =============================== -->
|
||||
\procedure search-variables(type sort subfilter:"[[]]" format)
|
||||
|
||||
<!-- The following function is needed since the "format" string can contain closing brackets ")" -->
|
||||
<!-- Be aware that the "format" filter operator uses $var-name$ for compatibility reasons -->
|
||||
\function _tf.dv-varFormatStr() [<format>!is[blank]then<format>else[$type$ $name$($params$)]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user