From 6fa3e21116338e5fc7b59db2a327eedb04ba9288 Mon Sep 17 00:00:00 2001 From: Nils-Hero Lindemann Date: Thu, 24 Oct 2019 10:15:52 +0200 Subject: [PATCH] Replace '<<...>>' with a macrocall widget (#4346) ... because there is another macrocall inside. This was introduced by the commit 'Fix sizes of SVG icons in documentation' (SHA: 9395d7567179c436d0e8ac26fc976d717eae7f50) where this probably slipped through in a regular expression replacement session. I searched through the codebase and the other replacements of this type are ok. --- editions/tw5.com/tiddlers/howtos/Using Stamp.tid | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/howtos/Using Stamp.tid b/editions/tw5.com/tiddlers/howtos/Using Stamp.tid index ce639e087..dc9cebfe4 100644 --- a/editions/tw5.com/tiddlers/howtos/Using Stamp.tid +++ b/editions/tw5.com/tiddlers/howtos/Using Stamp.tid @@ -13,8 +13,7 @@ You can insert preconfigured snippets of text to use stamp from toolbar. Click ' # Type some text as snippet for the tiddler, add a caption for the name as shown in the menu # Click the <<.icon $:/core/images/done-button>> ''ok'' button -<<.tip """''Tip:'' You can also create a snippet tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar, and add tag ''~$:/tags/TextEditor/Snippet''""">> - +<$macrocall $name=".tip" _="""''Tip:'' You can also create a snippet tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar, and add tag ''~$:/tags/TextEditor/Snippet''""" /> !!<<.from-version "5.1.20">> Adding a prefix and/or suffix to a selection