I've been playing with all the customizable tabs with the system tags, and 
I think that some tiddlers names are quite incoherent.

Here are my results :

PageTemplate

tag : $:/tags/PageTemplate
tiddler : $:/core/ui/PageTemplate
$:/core/ui/PageTemplate/sidebar 
$:/core/ui/PageTemplate/story

PageControls

tag : $:/tags/PageControls
tiddler : $:/core/ui/PageTemplate/sidebar
$:/core/ui/PageControls/new-tiddler 
$:/core/ui/PageControls/control-panel 
$:/core/ui/PageControls/save-wiki

ControlPanel

tag : $:/tags/ControlPanel
tiddler : $:/ControlPanel
$:/core/ui/ControlPanel/Basics 
$:/core/ui/ControlPanel/Appearance 
$:/core/ui/ControlPanel/Saving 
$:/core/ui/ControlPanel/Plugins 
$:/core/ui/ControlPanel/Tools 
$:/core/ui/ControlPanel/Internals 
$:/themes/tiddlywiki/vanilla/themetweaks

AdvancedSearch

tag : $:/tags/AdvancedSearch
tiddler : $:/AdvancedSearch
$:/core/ui/AdvancedSearch/Shadows 
$:/core/ui/AdvancedSearch/System

SideBar

tag : $:/tags/SideBar
tiddler : $:/core/ui/SideBarLists
$:/core/ui/SideBar/Open 
$:/core/ui/SideBar/Recent 
$:/core/ui/SideBar/Tools 
$:/core/ui/SideBar/More

MoreSideBar

tag : $:/tags/MoreSideBar
tiddler : $:/core/ui/SideBar/More
$:/core/ui/MoreSideBar/All 
$:/core/ui/MoreSideBar/Recent 
$:/core/ui/MoreSideBar/Tags 
$:/core/ui/MoreSideBar/Missing 
$:/core/ui/MoreSideBar/Drafts 
$:/core/ui/MoreSideBar/Orphans 
$:/core/ui/MoreSideBar/Types 
$:/core/ui/MoreSideBar/System 
$:/core/ui/MoreSideBar/Shadows

TiddlerInfo

tag : $:/tags/TiddlerInfo
tiddler : $:/core/ui/TiddlerInfo
$:/core/ui/TiddlerInfo/References 
$:/core/ui/TiddlerInfo/Tagging 
$:/core/ui/TiddlerInfo/List 
$:/core/ui/TiddlerInfo/Listed 
$:/core/ui/TiddlerInfo/Fields

ViewTemplate

tag : $:/tags/ViewTemplate
tiddler : $:/core/ui/ViewTemplate
$:/core/ui/ViewTemplate/title 
$:/core/ui/ViewTemplate/subtitle 
$:/core/ui/ViewTemplate/tags 
$:/core/ui/ViewTemplate/body

ViewToolbar

tag : $:/tags/ViewToolbar
tiddler : $:/core/ui/ViewTemplate/title
$:/core/ui/ViewToolbar/info 
$:/core/ui/ViewToolbar/edit 
$:/core/ui/ViewToolbar/close

EditTemplate

tag : $:/tags/EditTemplate
tiddler : $:/core/ui/EditTemplate
$:/core/ui/EditTemplate/controls 
$:/core/ui/EditTemplate/title 
$:/core/ui/EditTemplate/tags 
$:/core/ui/EditTemplate/body 
$:/core/ui/EditTemplate/type 
$:/core/ui/EditTemplate/fields

EditToolbar

tag : $:/tags/EditToolbar
tiddler : $:/core/ui/EditTemplate/controls
$:/core/ui/EditToolbar/delete 
$:/core/ui/EditToolbar/cancel 
$:/core/ui/EditToolbar/save 


If you look at the tiddler line, you may see my concern: it's more often 
$:/core/ui/<name>, but sometimes also $:/<name>, once 
$:/core/ui/<name>Lists, or a tiddler tagged in another category 
($:/core/ui/EditTemplate/controls, $:/core/ui/ViewTemplate/title, 
$:/core/ui/SideBar/More, $:/core/ui/PageTemplate/sidebar).

I wonder if it's still time to bring more coherence into that? It may ease 
the work for people who want to change their TiddlyWiki layout.


For information, here is how I've automatically generated this (wonderful) 
list:

1) create a tiddler with this list:

<$list filter="PageTemplate PageControls ControlPanel AdvancedSearch 
SideBar MoreSideBar TiddlerInfo ViewTemplate ViewToolbar EditTemplate 
EditToolbar" template="CustomTemplate"></$list>

2) content of the CustomTemplate tiddler:

\define tiddler(path:"",suffixe:"")
$:/$path$$(customizable)$$suffixe$
\end

\define search-filter()
[is[shadow]!tag[$(searchtag)$]!title[$(searchtag)$]search[$(searchtag)$]]
\end

\define list-tagged()
[!is[shadow]] [is[shadow]] +[tag[$:/tags/$(customizable)$]]
\end

<div>
! <$view field="title"/>

<$set name="customizable" value={{!!title}}>
tag : <$link to=<<tiddler path:"tags/">>><$view tiddler=<<tiddler 
path:"tags/">> field="title"/></$link><br>
tiddler : <$set name="searchtag" value="$:/tags/$(customizable)$"><$list 
filter=<<search-filter>>/></$set><br>

<$list filter=<<list-tagged>> template="$:/core/ui/ListItemTemplate"/>

</$set>
</div>

Hum... I confess to sometimes not fully understand what my trials/errors 
method lead me to do...

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to