Hello Udo, I used following code to format some objects as text in tiddlers:
var a = JSON.stringify(object, null, '\t'); This gives nice indented results. Some time ago I noticed that the indentation is lost some times. After some checking I found that DataTiddlerPlugin changes the global JSON object. I can workaround with: var oldJSON = window.JSON; It would be nice if DataTiddlerPlugin could be modified? Have a nice day, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
