diff --git a/editions/tw5.com/tiddlers/system/doc-macros.tid b/editions/tw5.com/tiddlers/system/doc-macros.tid
index b561c20ea..3b184ffe1 100644
--- a/editions/tw5.com/tiddlers/system/doc-macros.tid
+++ b/editions/tw5.com/tiddlers/system/doc-macros.tid
@@ -2,22 +2,20 @@ created: 20150117152607000
modified: 20230325141733992
tags: $:/tags/Macro
title: $:/editions/tw5.com/doc-macros
+code-body: yes
type: text/vnd.tiddlywiki
\whitespace trim
\function .concat(1,2,3,4,5) [[$(1)$$(2)$$(3)$$(4)$$(5)$]substitute[]]
+\function .word(_) [["]] [<_>] =[["]] +[join[]]
\procedure .def(_) <<_>>
-
\procedure .em(_) <<_>>
\procedure .strong(_) <<_>>
\procedure .place(_) <<_>>
-\function .word(_) [["]] [<_>] =[["]] +[join[]]
-
\procedure .preamble(_)
- <$reveal default="$egvar$" type="match" text="NO-SUCH-VAR"> + <$reveal default=<$reveal> @@ -202,7 +200,7 @@ $$$> type="match" text="NO-SUCH-VAR"> $$$text/vnd.tiddlywiki -$eg$ +< > $$$ $reveal> - <$reveal default="$egvar$" type="nomatch" text="NO-SUCH-VAR"> - <<$egvar$>> + <$reveal default=< > type="nomatch" text="NO-SUCH-VAR"> + < > $reveal>
<$view field="text"/>diff --git a/editions/tw5.com/tiddlers/system/wikitext-macros.tid b/editions/tw5.com/tiddlers/system/wikitext-macros.tid index 7db97bf50..a978743a4 100644 --- a/editions/tw5.com/tiddlers/system/wikitext-macros.tid +++ b/editions/tw5.com/tiddlers/system/wikitext-macros.tid @@ -5,100 +5,90 @@ tags: $:/tags/Macro title: $:/editions/tw5.com/wikitext-macros type: text/vnd.tiddlywiki -\define activatePluginTab() +\whitespace trim + +\procedure activatePluginTab() <$action-setfield $tiddler="$:/state/tab-1749438307" text="$:/core/ui/ControlPanel/Plugins"/> <$action-navigate $to="$:/ControlPanel"/> \end -\define activateTiddlerWindow() -<$action-sendmessage $message="tm-open-window" - $param=<
+ That renders as: +
+ <$transclude $variable="src" $mode="block"/> ++ ... and the underlying HTML is: +
+ <$wikify name="html" text=<+ That renders as: +
+ <$macrocall $name="src"/>>/>
>