Standardise whitespace in conditional shortcut syntax (#8583)

This commit is contained in:
Jeremy Ruston
2024-09-02 16:51:15 +01:00
committed by GitHub
parent 842605d28e
commit 69637640d2
23 changed files with 85 additions and 85 deletions

View File

@@ -75,7 +75,7 @@ eg="""<$edit-text tiddler=<<currentTiddler>> field="heading" size="25" focus="ye
eg="""\procedure onInput()
<%if [get[temp]match[$:/]] %>
<$action-confirm $message="Yes, this is how system tiddler names begin!"/>
<% endif %>
<%endif%>
\end
Type a new tiddler name, starting with the system prefix `$:/`: <$edit-text inputActions=<<onInput>> field="temp" class="tc-edit-texteditor"/>