@ Mark S.
Yeah I was thinking of that but it feels so clucky. Might be that I need to look at the TOC more in detail and see if I could do such a thing. Though I doubt it as I just started using tiddlywiki.
@ TonyM
Maybe I could try something like that. I just want to have tiddlers for weeks because I like to add there each friday what I've actually done that week. Perhaps I could have the week tiddler in between the days as a separator of sorts. That might actually work hmm.
EDIT:
That works great! Now I have a structure like:
- July
- 10.07
- 11.07
- Week 28
- 12.07
- ...
Unfortunately, now I can't get the main branch sorted the way I want it. I used to have a field "list" in my "Contents" tiddler where I have the order that I wish the ToC has. I added a field "sorting" under Journal with "created" in it so the Journal is sorted by creation date, hence the correct structure depicted above. But if I use a field named "sorting" for the Contents tiddler and just type out the structure I want, it doesn't do anything. I can, however, change it to "title" or "created" or whatever and it works fine. Unfortunately, it is not the order I want them in. Any ideas how to fix it? Now I am calling the ToC with: <<toc-selective-expandable 'Contents' "sort{!!sorting}">>
EDIT2:
HA! <<toc-selective-expandable 'Contents' "!sort[sorting]sort{!!sorting}">> works! EDIT: No it does not apparently, god dammit.
EDIT3:
Dammit now the ordering on my sidebar is different from what the tiddler shows (by title on sidebar and by manual list in tiddler itself). No idea why. Oh well its an improvement anyway.
EDIT4:
OK SO! <<toc-selective-expandable 'Contents' !sort{!!sorting}>> works if I also have a field "list" under my Contents with the correct manual order AND I type "list" in the "sorting" field. Though the sidebar still has the wrong order for whatever reason.
-DW