[tw] Re: [TWC] Help Sorting a treeview

2015-06-05 Thread Arc Acorn
I finally figured it out! Though it's probably the most duck tape way I could have done it. XD Since I have gotten in trouble for sharing question core mods before I won't post the copy/past details. I did core modification to add my own: sortTiddlers reverseLookup functions I named them

[tw] Re: [TWC] Help Sorting a treeview

2015-06-01 Thread Arc Acorn
Looking at things store.getTaggedTiddlers() = store.reverseLookup(tags...etc) Which sorts it's output by the titles titles using sortTiddlers(). So it looks like the actual problem is somewhere in this part of the core: Which looks like a basic sort function so I just have to figure out how to

[tw] Re: [TWC] Help Sorting a treeview

2015-05-30 Thread Arc Acorn
The more I tinker with this the more I think that this may require a core modification. Since it seems like the core issues is how: store.getTaggedTiddlers(); gathers it's list of tiddlers. On Wednesday, May 27, 2015 at 3:08:07 PM UTC-7, Arc Acorn wrote: This is the plugin I'm using: