mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-08 03:36:38 +00:00
Remove unnecessary text
This commit is contained in:
parent
33964d460d
commit
002c319518
@ -60,7 +60,6 @@ tags: $:/tags/Macro
|
||||
\procedure inspect-operator(jsonOperator)
|
||||
<div class="tc-box tc-inspect-operator-box">
|
||||
<div class="tc-box-header">
|
||||
Operator
|
||||
<span class="tc-pill">
|
||||
<$text text={{{ [<jsonOperator>jsonget[prefix]] }}} />
|
||||
<$text text={{{ [<jsonOperator>jsonget[operatorName]] }}} />
|
||||
@ -88,7 +87,6 @@ tags: $:/tags/Macro
|
||||
\procedure inspect-run(jsonRun)
|
||||
<div class="tc-box tc-inspect-run-box">
|
||||
<div class="tc-box-header">
|
||||
Run
|
||||
<span class="tc-pill">:<$text text={{{ [<jsonRun>jsonget[prefixName]] }}} /></span>
|
||||
<%if [<jsonRun>jsonindexes[suffixes]length[]compare:number:gt[0]] %>
|
||||
<$list filter="[<jsonRun>jsonindexes[suffixes]nsort[]]" variable="indexSuffix">
|
||||
|
Loading…
x
Reference in New Issue
Block a user