From 89163e0e851cf77d845e560fb0ca41cca520d5f2 Mon Sep 17 00:00:00 2001 From: Astrid Elocson Date: Mon, 26 Jan 2015 09:26:24 +0000 Subject: [PATCH] Adjust style of filter operator placeholders --- editions/tw5.com/tiddlers/system/doc-styles.tid | 8 +++++--- editions/tw5.com/tiddlers/system/operator-macros.tid | 7 +++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/editions/tw5.com/tiddlers/system/doc-styles.tid b/editions/tw5.com/tiddlers/system/doc-styles.tid index 91ea7ec4e..75914c677 100644 --- a/editions/tw5.com/tiddlers/system/doc-styles.tid +++ b/editions/tw5.com/tiddlers/system/doc-styles.tid @@ -1,5 +1,5 @@ created: 20150117152612000 -modified: 20150124201551000 +modified: 20150126091948000 title: $:/editions/tw5.com/doc-styles tags: $:/tags/Stylesheet @@ -27,8 +27,10 @@ tags: $:/tags/Stylesheet .doc-place { background-color: <>; border: none; - color: <>; - font-style: italic; + color: <>; + font-style: normal; + font-weight: bold; + text-transform: uppercase; } .doc-button, diff --git a/editions/tw5.com/tiddlers/system/operator-macros.tid b/editions/tw5.com/tiddlers/system/operator-macros.tid index ada7f0f61..8f36a4337 100644 --- a/editions/tw5.com/tiddlers/system/operator-macros.tid +++ b/editions/tw5.com/tiddlers/system/operator-macros.tid @@ -1,5 +1,5 @@ created: 20150117152607000 -modified: 20150124210351000 +modified: 20150126092438000 title: $:/editions/tw5.com/operator-macros tags: $:/tags/Macro @@ -11,10 +11,9 @@ tags: $:/tags/Macro then="""`!` input$negationInput$""" else=""/> <$macrocall $name=".if" cond="""$suffix$""" -then="""[[suffix|Filter Step]] <<.place "$suffixName$">>$suffix$""" +then="""[[suffix|Filter Step]]<<.place "$suffixName$:">> $suffix$""" else=""/> -[[parameter|Filter Parameter]]<$macrocall $name=".if" cond="""$paramName$""" -then=" <<.place '$paramName$'>>" else=""/>$parameter$ +[[parameter|Filter Parameter]]<$macrocall $name=".if" cond="""$paramName$""" then="<<.place '$paramName$:'>>" else=""/>$parameter$ output$output$ <$macrocall $name=".if" cond="""$negationOutput$""" then="""`!` output$negationOutput$"""