And if you add
+++[QuickNotes »]...<<matchTags {{"+++[%0 »]...<<tiddler [[%0]]>
\>==="}} "\n----\n" journal>>===
or something similar after the quicknote command, you can have a list
of all the quicknotes on a deferred nested slider in the same tiddler,
so you don't have to move to another tiddler, plus, this particular
use case also displays the contents of the listed tiddlers on a
deferred nested slider. Requires NestedSlidersPlugin and possibly
INlineJavascriptPlugin, I'm not sure.On Apr 4, 10:44 pm, whatever <[email protected]> wrote: > For no.1: <<tiddler QuickNote with: -YYYY0MM0DD0hh0mm0ss > "'+tiddler.title+' journal">> > For no.2: remove the "story.displayTiddler(null,title);" line (without > the quotes). > w > > On Apr 4, 4:43 am, skye riquelme <[email protected]> wrote: > > > 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.

