Hi All
I am hoping someone can help me modify Erics QuickNote
translucion........two changes
1/ as well as the tags set in the transclusion itself...I would like
that it also includes the title of the tiddler it was generated
in.....a sort of newHere variation for QuickNotes !!!
2/ and, to make the ideas really quick.....when a person clicks on
the "save" button....the QuickNote form is cleared (as it now does)
and it simply awaits a new entry....AND does not open the quicknote
tiddler it just created.....I am working with SinglePageMode activated
(in this case)...so having to trace back to the original tiddler to
make a second comment is frustrating.
I tried wikifying the translucion to pick up the
tiddler.title.....like this-
<<wikify {{'<<tiddler QuickNote with: "-YYYY/0MM0DD-0hh:0mm" "comment
[['+tiddler.title+']]">'+'>'}}>>
..only the closing ]] brackets dont get generated..rounded brackets ))
do....but not ]]......don“t understand why....
also tried adding a line into the actual transclusion...so that the
code says -
var tags=this.form.tags.value.readBracketedList();
var tags=tags+'[['+tiddler.title+']]';
..no go...obviously I am pushing the limits of my coding ability!!!!
Thanks in Advance
Skye
--
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.