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