Thanks Mans, The first tweak works, but is not very elegant in regards to looks. As a non-programmer, I would rather not dig as deep as your advice for controlling the autosort of the index tree requires. It would be cool if there was a check box I could access that would let me choose how to sort. Still, what I really would like would to be able to manually say what tiddler comes where... as sorting by date, alphabetic, etc. does not reflect the typical order of titles in a book combined with taking notes. I probably could use numbers at the start, and try to get it to soart alphabetically but that again is not really elegant...
It would be great to hear from the originator of this fine tool, as he made if for note taking and what I am looking for seems like a very central capability... no one really likes the order that they take notes to continuously be resorted by the computer... peraonal control is essential. Cheers, Grant On Dec 20 2010, 3:12 pm, Måns <[email protected]> wrote: > Hi [email protected] > > > 1. When I add a new master topic, I see the title, and then inside the > > tiddler I see the tittle again as the first note. How can I get rid of > > this repeat information? > > You can simply hide the original title of the tiddler by deleting > "<span class='title' macro='view title'></span>" > from the [[TopicsViewTemplate]] tiddler. > > > 2. Can I fix the order of the topics in the index to the left? I want > > at least to be able to fix the order of the Master Topics. Right now, > > when I edit stuff in a topic the master topic it moves to the bottom > > If you look at the [[MainMenu]] tiddler you'll see a foreachtiddler > macro: > "<<forEachTiddler where 'tiddler.tags.contains("Topics")' write > '"<<tiddler TopicsTemplate1 with: [["+tiddler.title+"]]$))"'>>" > Its the ForEachTiddlerPlugin which delivers the macro. > > You can tweak the output of the macro to your own liking - > see:http://tiddlywiki.abego-software.de/#WhereClauseExamples > If you want to sort by modified, you simply write: > "<<forEachTiddler where 'tiddler.tags.contains("Topics")' sortBy > 'tiddler.modified' > descending > write > '"<<tiddler TopicsTemplate1 with: [["+tiddler.title+"]]$))"'>>" > > Cheers Måns Mårtensson > > > 3. Related to the above, can I manually control the order in the rest > > of the tree and lists in the master tiddlers? Right now, I think > > Notes are listed alphabetically > > > Thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

