Hallo the spezialists
i have an problem with sorting the sidebar. i want to sort defferents level
in different modes.
i admin my cars with tidlywiki.
the cyarname should be sorted in the create field down
the carthings in the caption field up
example:
- Auto2
- Benzin
- Fahrzeugpflege
- Inspektion und TÜV
- Räder: Reifen und Felgen
- Reparaturen
- Scheibenwischer
- Versicherung
- Zulassung
- Auto1
- Benzin
- Fahrzeugpflege
- Inspektion und TÜV
- Räder: Reifen und Felgen
- Reparaturen
- Scheibenwischer
- Versicherung
- Zulassung
- Hilfe
the sorting works in a tiddler but not in the the sidebar.
i do it so
in tiddler Content
<div class="tc-table-of-contents">
<<toc-selective-expandable "Inhalt"!sort[created]>>
</div>
in tiddler Auto1 and Auto2
<div class="tc-table-of-contents">
<<toc-selective-expandable "Auto1"!sort[caption]>>
</div>
<div class="tc-table-of-contents">
<<toc-selective-expandable "Auto2"!sort[caption]>>
</div>
what can i do that the sorting works in the sidebar.
thanks for help
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/6c4232b6-6492-4d90-9ad5-49e64359e5f9n%40googlegroups.com.