From fc898ae64a2e7b7eff8480ab3162f9bd36b2135c Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 7 Sep 2016 11:11:54 +0100 Subject: [PATCH] Fix broken macro in "Release 5.1.9" This local `<>` macro was overwritten by the new core macro of the same name Fixes #2573 --- editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid index f3e4eb654..8ab977572 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid @@ -6,6 +6,10 @@ title: Release 5.1.9 type: text/vnd.tiddlywiki released: 20150703153725652 +\define custom-colour-picker(tiddler,colour) +<$edit-text tiddler="""$tiddler$""" index="""$colour$""" type="color" tag="input"/> +\end + //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.8...v5.1.9]]// ! Major Improvements @@ -52,12 +56,12 @@ An experimental new tiddler toolbar button opens a single tiddler in a separate <$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/> <$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastDark"/> Dark palette -. Foreground: <>, Background: <> +. Foreground: <>, Background: <> ** <$button> <$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/> <$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastLight"/> Light palette -. Foreground: <>, Background: <> +. Foreground: <>, Background: <> ** <$button> <$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/> <$action-setfield $tiddler="$:/palette" text="$:/palettes/Vanilla"/>