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