File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11created: 20251107152410791
2- modified: 20251107172153874
2+ modified: 20251107173101719
33tags: $:/tags/ViewTemplate
44title: $:/supp-info/notes/view-template
55type: text/vnd.tiddlywiki
@@ -11,9 +11,9 @@ type: text/vnd.tiddlywiki
1111<details open>
1212 <summary><<count>> Note(s)</summary>
1313 <div class="note-list">
14- <$list filter={{{ [{$:/supp-info/notes/content}jsonindexes<currentTiddler>] }}} variable="index">
15- <div class="note"><$text text={{{ [{$:/supp-info/notes/content}jsonget<currentTiddler>,<index>] }}}/></div>
16- </$list>
14+ <$list filter=" [{$:/supp-info/notes/content}jsonindexes<currentTiddler>]" variable="index">
15+ <div class="note"><$text text={{{ [{$:/supp-info/notes/content}jsonget<currentTiddler>,<index>] }}}/></div>
16+ </$list>
1717 </div>
1818</details>
1919
@@ -22,10 +22,12 @@ type: text/vnd.tiddlywiki
2222
2323<style>
2424.supp-notes {
25+ div.debug {background: red; color: white; font-weight: bold; font-size: 150%;}
2526 background-color: #ffc;
2627 padding: 0;
2728 summary {background-color: #996; color: white; padding: .5em; font-weight: bold;}
2829 .note-list {padding: .5em;}
30+ .note {border: 1px solid #ccc; padding: .25em; margin-top: .5em; &>:first-child {margin-top: 0;}}
2931}
3032</style
3133<% endif %>
You can’t perform that action at this time.
0 commit comments