Hi Danielo > Is there any way to add properties different than fields? How can I add a property that I don't want to display as a field? I inspected the tiddler constructor and it took al the properties as fields.
No. The object is immutable, meaning that you can't alter it once it is created. What is the underlying problem you are trying to solve? Best wishes Jeremy. On Sat, Apr 5, 2014 at 5:21 PM, Danielo Rodríguez <[email protected]>wrote: > Hello again! > > Since the tiddler object is going to be as solid as a rock I have this > question: Is there any way to add properties different than fields? How can I > add a property that I don't want to display as a field? I inspected the > tiddler constructor and it took al the properties as fields. > > Thanks in advance. > > -- > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.
