Hi all:

I am using the TiddlerNotesPlugin from Saq Imtiaz/http://tw.lewcid.org/
#TiddlerNotesPlugin
version 2.1 relesed on 26/10/07. I have it set up in a ViewTemplate
that gets applied to tiddlers
marked content using TaggedTemplateTweak by
Eric Shulman/http://www.TiddlyTools.com/#TaggedTemplateTweak version
1.5.2.

In the view template I have:


[...]
<div class='viewer' macro='view text wikified'></div>
<span macro="sectionTOC"></span>
<div class='notes viewer' macro='notes tag:"Notes excludeLists"
suffix:Notes'></div>
<div class='tagClear'></div>

and I want to add another notes section, so I changed the above to:


[...]
<div class='viewer' macro='view text wikified'></div>
<span macro="sectionTOC"></span>
<div class='notes viewer' macro='notes tag:"Notes excludeLists"
suffix:Notes'></div>
<div class='notes viewer' macro='notes tag:"Notes excludeLists"
suffix:Notesdc'></div>
<div class='tagClear'></div>

by adding a new notes div a different suffix (Notesdc). With this
setup, I can see both notes, but if I click
on the edit button for the Notesdc suffixed note (the second one), the
first note is opened for editing.
Does anybody know how to  embed multiple editable notes in a view
template? Do I need a label for
the div or something?

I am using this as a review mechanism for editors of my tiddlywiki
course book. I plan on having
them put their editing notes in their own notes tiddlers so they can
see my notes and I can just import
their notes into my tiddlywiki so I can address and correct the
tiddlers.

Thanks for your help.

-- rouilj

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to