diff --git a/editions/tw5.com/tiddlers/dump-type-fn-raw.tid b/editions/tw5.com/tiddlers/dump-type-fn-raw.tid index 24215a85d..a78d4db74 100644 --- a/editions/tw5.com/tiddlers/dump-type-fn-raw.tid +++ b/editions/tw5.com/tiddlers/dump-type-fn-raw.tid @@ -1,7 +1,7 @@ created: 20240427113318944 -modified: 20240427113819817 +modified: 20240517094948997 tags: title: dump-type-fn-raw type: text/vnd.tiddlywiki -<<.example 1 """<>""">> +<<.example 1 """<>""">> diff --git a/editions/tw5.com/tiddlers/dump-with-subfilter.tid b/editions/tw5.com/tiddlers/dump-with-subfilter.tid index 67145bdc3..59558a0da 100644 --- a/editions/tw5.com/tiddlers/dump-with-subfilter.tid +++ b/editions/tw5.com/tiddlers/dump-with-subfilter.tid @@ -1,9 +1,9 @@ created: 20240218195424844 -modified: 20240427113751174 +modified: 20240517094940707 tags: title: dump-with-subfilter type: text/vnd.tiddlywiki -<<.example 1 """<>""">> +<<.example 1 """<>""">> \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/test-dumpvariables-sort-raw.tid b/editions/tw5.com/tiddlers/test-dumpvariables-sort-raw.tid index 4099459d0..0d4e2a890 100644 --- a/editions/tw5.com/tiddlers/test-dumpvariables-sort-raw.tid +++ b/editions/tw5.com/tiddlers/test-dumpvariables-sort-raw.tid @@ -1,10 +1,10 @@ created: 20240218202032583 -modified: 20240427114143241 +modified: 20240517094448903 tags: title: test-dumpvariables-sort-raw type: text/vnd.tiddlywiki <<.example 1 """\procedure asdf(test:"hallo", x ) <> -<> """>> +<> """>> diff --git a/editions/tw5.com/tiddlers/test-widget.tid b/editions/tw5.com/tiddlers/test-widget.tid index 30f97c95d..af745f9ee 100644 --- a/editions/tw5.com/tiddlers/test-widget.tid +++ b/editions/tw5.com/tiddlers/test-widget.tid @@ -1,5 +1,5 @@ created: 20240222140353499 -modified: 20240222142402534 +modified: 20240517094709340 tags: title: test-widget type: text/vnd.tiddlywiki @@ -17,5 +17,5 @@ type: text/vnd.tiddlywiki <$my.widget/> -<> +<> diff --git a/editions/tw5.com/tiddlers/macros/examples/dumpvariables.tid b/editions/tw5.com/tiddlers/wl-dumpvariables Macro (Examples).tid similarity index 71% rename from editions/tw5.com/tiddlers/macros/examples/dumpvariables.tid rename to editions/tw5.com/tiddlers/wl-dumpvariables Macro (Examples).tid index 68ebf4809..371f5c75f 100644 --- a/editions/tw5.com/tiddlers/macros/examples/dumpvariables.tid +++ b/editions/tw5.com/tiddlers/wl-dumpvariables Macro (Examples).tid @@ -1,29 +1,29 @@ created: 20150221151358000 -modified: 20240427120040367 +modified: 20240517094857590 tags: [[dumpvariables Macro]] [[Macro Examples]] -title: dumpvariables Macro (Examples) +title: wl-dumpvariables Macro (Examples) type: text/vnd.tiddlywiki The following example will list all variables that contain the word "example" in uppercase ''and'' also lowercase, due to the default setting of the <<.olink search>> operator. <$macrocall $name=".example" n="1" eg="""<$let EXAMPLE="123" > -<> +<> """/> Listing only specific varibles can be achieved using the <<.olink search>> operator as a subfilter <$macrocall $name=".example" n="2" eg="""<$let EXAMPLE="123" > -<> +<> """/> <$macrocall $name=".example" n="3" -eg="""<>"""/> +eg="""<>"""/> ''The following list will be very long.'' It shows all variables known within this tiddler. Using the macro in a ''different context''. Eg: the sidebar, variables will show ''different values''. <$macrocall $name=".example" n="4" -eg="""<>"""/> +eg="""<>"""/> diff --git a/editions/tw5.com/tiddlers/macros/DumpVariablesMacro.tid b/editions/tw5.com/tiddlers/wl-dumpvariables Macro.tid similarity index 69% rename from editions/tw5.com/tiddlers/macros/DumpVariablesMacro.tid rename to editions/tw5.com/tiddlers/wl-dumpvariables Macro.tid index d2256d7e6..bc1ced96a 100644 --- a/editions/tw5.com/tiddlers/macros/DumpVariablesMacro.tid +++ b/editions/tw5.com/tiddlers/wl-dumpvariables Macro.tid @@ -1,11 +1,11 @@ -caption: dumpvariables +caption: wl-dumpvariables created: 20140908104107181 -modified: 20240501101941520 +modified: 20240517094925367 tags: Macros [[Core Macros]] -title: dumpvariables Macro +title: wl-dumpvariables Macro type: text/vnd.tiddlywiki -The <<.def dumpvariables>> [[macro|Macros]] returns a table showing the values of all [[variables|Variables]], [[procedures|Procedures]], [[functions|Functions]], [[widgets|Widgets]] and [[macros|Macros]] that exist at that position in the [[widget tree|Widgets]]. +The <<.def wl-dumpvariables>> [[macro|Macros]] returns a table showing the values of all [[variables|Variables]], [[procedures|Procedures]], [[functions|Functions]], [[widgets|Widgets]] and [[macros|Macros]] that exist at that position in the [[widget tree|Widgets]]. It is useful for debugging and exploring ~TiddlyWiki's internals. @@ -30,4 +30,4 @@ The following parameters are <<.from-version "5.3.4">> Also see: [[search-variables Macro]] -!!! <<.macro-examples "dumpvariables">> +!!! <<.macro-examples "wl-dumpvariables">>