Hi Dave
Thank you for sharing yet another great and simple noteapp - "it took
me by storm" - if that's an English expression?
In Danish it means that I couldn't stop myself playing around with it
immediately - and I liked the simple and unpretentious looks - just as
I like Morris' very glamourous treeviewadaptions, which is completely
different.
Your variant seems lighter and faster.. It's very nice indeed!
Congratulations.
I have a few things that I have changed in my copy of your document.
I don't like that the new master topics button writes a treeviewmacro
into the tiddler and I don't want the ManinMenu to display everything,
which is written in the tiddlers tagged "Topics" - therefore I did
this:
I made a tiddler which a called TopicsTemplate text:
{{treeview{<<treeview2 "$1" "treeview-gray" 'collapsed: false,
antisesame: "closed", animated: "fast", persist: "cookie", cookieId:
"Topics"'>>}}} (It shows "error with treeview2" - but it's no problem
- wait and see)
I installed TaggedTemplatePlugin and made a new TopicsViewTemplate and
added this:
<div class='viewer' macro='view text wikified'><span macro='tiddler
TopicsTemplate'></span></div>
At last I changed the MainMenu to this:
<<forEachTiddler where 'tiddler.tags.contains("Topics")' write
'"<<tiddler TopicsTemplate with: [["+tiddler.title+"]]$))"'>>
Of course I deleted the macro which was written into each
Topicstiddler and changed the New MasterTopics button from:
<<newTiddler title: 'Give your topic a name here, then paste it below
in both places' tag: 'Topics' label: 'New Master Topic' text:
{{'{{treeview{<<treeview2 "PASTE YOUR TOPICNAME BETWEEN THESE QUOTES"
"treeview-gray" \x27collapsed:false, antisesame: "closed", animated:
"fast", persist: "cookie", cookieId: "PASTE YOUR TOPICNAME HERE WITH
NO SPACES"\x27>\>\x7D\x7D\x7D'}}>>
to:
<<newTiddler title: 'Give your topic a name' tag: 'Topics' label: 'New
Master Topic' >>
That's it - No copying of title needed and the textarea is left
untouched - which is very nice and "uncluttered" ;-)
Regards Måns Mårtensson
On 15 Sep., 17:48, "Dave Gifford -
http://www.giffmex.org/"