FND,

I think it was on the specific case when I imported a load of tiddlers
from another TW.
I noticed a field entries loosing their brackets and some words going
missing while i have been working with them.
I'm willing to keep mending them manually. It would take longer than
the whole of my project to find the bug by removing plugins and
scripts.

It might be a good idea for me to 'hard wire' the field value into the
tiddlers rather than adding them using editField plugin. Do you think
this is a good idea?

ALex

On Jun 22, 6:55 pm, FND <[email protected]> wrote:
> > Sometime the brackets go missing on a few of the items.
>
> In order to make this more manageable, I've created a minimal test case:
> * created a fresh TiddlyWiki document (v2.5.1)
> * created a tiddler "Foo"
> * ran a simple script (attached below) to add custom fields
> * saved and reloaded several times
>
> The fields are still there, uncorrupted.
> So I don't think there's a bug in the TiddlyWiki core.
>
> -- F.
>
> ---------------
>
> var t = store.getTiddler("Foo");
> t.fields.primary = "[[At Sixes and Sevens]] [[Bricks without Straw]]";
> t.fields.secondary = "[[The Fantasist]]";
> store.saveTiddler(t.title, t.title, t.text, t.modifier, t.modified,
> t.tags, t.fields, false, t.created);
--~--~---------~--~----~------------~-------~--~----~
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