Hi Perhaps I was not clear -- I wish to first load the entire tiddler: tiddler = this.wiki.getTiddler(this.myTitle); -- then manipulate the data within the variable 'tiddler' -- then write back the variable 'tiddler', including modification fields etc: this.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(), modifiedText, this.wiki.getModificationFields()));
regards On Thursday, 7 January 2016 07:03:22 UTC+2, Matabele wrote: > > Hi > > I don't seem to understand the following functions: > -- getTiddlerData() > -- setTiddlerData() > -- extractTiddlerDataItem() > > I am trying to: > -- extract an entry from a data index > -- convert this data to an array > -- manipulate the array > -- then save the modified array back to the data index. > > What are the parameters, and parameter types for these functions? > > regards > -- 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 https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/1bdd172d-7806-43fd-ab24-dc47c85dd1eb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
