1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-08 03:36:38 +00:00
This commit is contained in:
Jeremy Ruston 2025-04-03 14:35:37 +01:00
parent f6b39d1a40
commit 8b3fbe3134
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ tags: $:/tags/Macro
</div>
\end inspect-run
\procedure inspect-filter(filter,inputFilter:"[all[tiddler]]",orientation:"horizontal")
\procedure inspect-filter(filter,inputFilter:"[all[tiddlers]]",orientation:"horizontal")
<$let json={{{ [subfilter<inputFilter>inspect<filter>] }}}>
<div class={{{ tc-box tc-inspect-filter-box [<orientation>match[horizontal]then[tc-inspect-filter-box-horizontal]] +[join[ ]] }}}>
<div class="tc-box-header">

View File

@ -28,7 +28,7 @@ The JSON object contains the following properties:
!! Examples
<$transclude $variable="inspect-filter" filter="[list[$:/StoryList]] -$:/AdvancedSearch" inputFilter="[all[tiddler]]"/>
<$transclude $variable="inspect-filter" filter="[list[$:/StoryList]] -$:/AdvancedSearch" inputFilter="[all[tiddlers]]"/>
<$transclude $variable="inspect-filter" filter="[list[$:/StoryList]] -$:/AdvancedSearch" inputFilter="[all[tiddler]]" orientation="vertical"/>
<$transclude $variable="inspect-filter" filter="[list[$:/StoryList]] -$:/AdvancedSearch" inputFilter="[all[tiddlers]]" orientation="vertical"/>