Hi cmari

> 1. (This is a really minor point).  At the bottom of the tiddler 
> $:/_leftmenu, in this line:
> <<tabs "[!has[draft.of]tag[$:/tags/leftmenu]sort[title]]" "$:/_leftmenu 1" 
> "$:/state/tab1">>
>

Thanks for spotting that -- it was a leftover.


> 2. My minor idea: I'm always tweaking tiddlers, which meant that using 
> "modified" as the basis for sorting contexts, days, and months wasn't 
> working very well for me. 
>

It is quite tedious setting up folders -- I wrote a 'Setup' tab to ease the 
process. Enter the list of names you commonly use for each category of 
folder, then each time you need to create a new one -- click the relevant 
button. 

I have put up the new 'Setup' tab here: wills.tiddlyspot.com
 

> a. In each context, day, and month tiddler, I added a field (I called it 
> "gtid-order") and inserted the appropriate values for chronological sorting 
> (01 for Jan, 02 for Feb, etc.).
>
> b. In the following places, I change the sorting filter to 
> [sort[gtid-order]]:
>
>    - $:/_tagbar-context
>    - macro definition \define tagPill(tag) ($:/_leftmenu)
>    - macro definition \define editTags(type) ($:/_edit-tags)
>
> c. Part "b" took care of sorting on the leftmenu, but I still wanted 
> day/month tags to be displayed chronologically in tiddlers and 
> transclusions.  For that, I took advantage of your color definition.  In  
> $:/_display-panel I deleted this line
>
> <$list 
> filter="[is[current]tags[]sort[title]]"><$link>{{!!title||$:/_showtag}}</$link></$list>
> and replaced it with:
> <$list 
> filter="[all[current]tags[]sort[title]]-[field:color[#89C6AF]]"><$link>{{!!title||$:/_showtag}}</$link></$list><$list
>  
> filter="[all[current]tags[]has[gtid-order]field:color[#89C6AF]sort[gtid-order]]">
>  
> <$link>{{!!title||$:/_showtag}}</$link></$list>
>
>
> Thanks, I'll have a look see.

regards  

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to