kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Adjust style of filter operator placeholders
rodzic
88ea60cc7e
commit
89163e0e85
|
@ -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: <<color background>>;
|
||||
border: none;
|
||||
color: <<color foreground>>;
|
||||
font-style: italic;
|
||||
color: <<color very-muted-foreground>>;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.doc-button,
|
||||
|
|
|
@ -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="""<tr><th align="left">`!` input</th><td>$negationInput$</td></tr>"""
|
||||
else=""/>
|
||||
<$macrocall $name=".if" cond="""$suffix$"""
|
||||
then="""<tr><th align="left">[[suffix|Filter Step]] <<.place "$suffixName$">></th><td>$suffix$</td></tr>"""
|
||||
then="""<tr><th align="left">[[suffix|Filter Step]]</th><td><<.place "$suffixName$:">> $suffix$</td></tr>"""
|
||||
else=""/>
|
||||
<tr><th align="left">[[parameter|Filter Parameter]]<$macrocall $name=".if" cond="""$paramName$"""
|
||||
then=" <<.place '$paramName$'>>" else=""/></th><td>$parameter$</td></tr>
|
||||
<tr><th align="left">[[parameter|Filter Parameter]]</th><td><$macrocall $name=".if" cond="""$paramName$""" then="<<.place '$paramName$:'>>" else=""/>$parameter$</td></tr>
|
||||
<tr><th align="left">output</th><td>$output$</td></tr>
|
||||
<$macrocall $name=".if" cond="""$negationOutput$"""
|
||||
then="""<tr><th align="left">`!` output</th><td>$negationOutput$</td></tr>"""
|
||||
|
|
Ładowanie…
Reference in New Issue