mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-09 02:08:05 +00:00
Make manager sections be expandable
This commit is contained in:
9
core/ui/Manager/ItemMainFields.tid
Normal file
9
core/ui/Manager/ItemMainFields.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
title: $:/Manager/ItemMain/Fields
|
||||
tags: $:/tags/Manager/ItemMain
|
||||
caption: Fields
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<$list filter="[all[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/>
|
||||
</tbody>
|
||||
</table>
|
||||
5
core/ui/Manager/ItemMainRawText.tid
Normal file
5
core/ui/Manager/ItemMainRawText.tid
Normal file
@@ -0,0 +1,5 @@
|
||||
title: $:/Manager/ItemMain/RawText
|
||||
tags: $:/tags/Manager/ItemMain
|
||||
caption: Raw text
|
||||
|
||||
<pre><code><$view/></code></pre>
|
||||
5
core/ui/Manager/ItemMainWikifiedText.tid
Normal file
5
core/ui/Manager/ItemMainWikifiedText.tid
Normal file
@@ -0,0 +1,5 @@
|
||||
title: $:/Manager/ItemMain/WikifiedText
|
||||
tags: $:/tags/Manager/ItemMain
|
||||
caption: Wikified text
|
||||
|
||||
<$transclude mode="block"/>
|
||||
Reference in New Issue
Block a user