Hi All
I think the example doesn´t work in DropBox due to cross-browser
issues......so anyone interested in helping resolving my problem could
repeat the above instructions using this file instead....

http://www.unigaia-brasil.org/PDC21/EcoVida2009/PDC.html

Mans...I like your work around and can see a use for your approach in
another setting......here I need to resolve this strange behaviour in
LoadTiddlers..essentially because I want this to happen quietly
without the students having to decide on switching tags on and
off....my public are not very computer savvy....and have dificulty
with the system as it is...asking them to switch tags ....will create
more headaches and confusion than its worth...........

And anyway....why doesn´t LoadTiddlers work as I understand it should
work?...is this a bug in the Plugin...or am I using it
incorrectly...hopefully Eric can shed some light on this!!

Thanks
Skye

On 22 Mar, 17:03, Måns <[email protected]> wrote:
> This is how it looks in my 
> dropdown:http://maans.bplaced.net/TiddlyHome/projektserver/#Update
> However text is more visible when opened from the right topmenu -
> "opdatér/hent"..
>
> You should be able to use google translate from the mainmenu
> "translate".
>
> My tw's are served by my own instance/version of BidiX's TiddlyHome,
> thats why I can "live with" references from the same domain..
> Usercontrolpanels for TiddlyHome (my 
> versions)http://maans.bplaced.net/TiddlyHome/
> and yet another one (without google 
> translate)http://maans.bplaced.net/TiddlyHome/HU.html
>
> regards Måns Mårtensson
>
> On 22 Mar., 20:02, Måns <[email protected]> wrote:
>
> > Hi Skye
>
> > When I open your TW it loads the Pluginmanager is showing:
> > Version                 Sim     Erro    Erro: SyntaxError: Unexpected token 
> > <>...but the key is the icons
> > > at the top right of the page - the black triangle at the very right
> > > toggles the sidebar - need to minimize the TWTree - to confirm that
> > > there are no tiddlers tagged temporary. Then clic on the icon of two
> > > people (6th from the right) and the clic on the folderopen icon marked
> > > "As Materias" to open the tiddler that has the above code....once it
> > > has loaded the target tiddlers from my server you can confirm that it
> > > has loaded 10 tiddlers...all now tagged "temporary" -----)
>
> > The toolbar next to the refreshtiddlerbutton shows this errormessage:
> > Erro na macro <<tiddler>>
> > A lot of tiddlerlocations are beeing reached for - but none are
> > imported, from the start..
>
> > When I follow your advice - "clic on the icon of two people (6th from
> > the right) and the clic on the folderopen icon marked "As Materias" to
> > open the tiddler that has the above code....once it has loaded the
> > target tiddlers from my server "
> > No tiddlers are loaded, even if it shows a message that it has tried
> > to fetch them....
>
> > I made my own workaround for the temporarytag (I'm using:
> > "midlertidig"=temporary in Danish)..
> > I like the fact that you'll have to remove the tag from all tiddlers
> > to make them stay - or override the removal of temporary tags for this
> > session (cookiebased - so it's a little risky as it will remove them
> > next time you save the document if you're not carefull)
>
> > Therefore I made this:
> >                                         [[Update]]
>
> > <<forEachTiddler where 'tiddler.tags.contains("temporary") ||
> > tiddler.tags.contains("report")'
> >      write '"|[["+tiddler.title + "]]|<<tiddler CheckboxToggleTag
> > with: [[temporary]][[]][["+tiddler.title+"]]\>\>|\n"'
> >      begin '"|titel|midlertidig <<tiddler [[Update##reset]] with:
> > [[temporary]]\>\>|\n"'
> >      end '"|((Keep all tiddlers tagged temporary (for this session
> > only.NB! Be carefull - tiddlers, tagged with temporary, will be
> > removed when you save again in next session))) |<<option
> > chkTemporaryKeep\>\>Remove tag report fromthese tiddlers <<tiddler
> > [[Update##reset]] with: [[report]]\>\> |\n"'
> >  >>
> > !reset
> > <script label="reset" title="remove tag $1 from all tiddlers tagged $1
> > at once">
> > var tag="$1";
> > var tids=store.getTaggedTiddlers(tag);
> > store.suspendNotifications();
> > for (var i=0; i<tids.length; i++) { var t=tids[i];
> > store.setTiddlerTag(t.title,false,tag);
> >    store.saveTiddler
> > (t.title,t.title,t.text,t.modifier,t.modified,t.tags,t.fields);}
>
> > store.resumeNotifications();
> > </script>
> > !end reset
>
> > Regards Måns Mårtensson

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