Description Usage Slots Methods Author(s) Examples
Object to store a TiddlyWiki tiddler information.
new ("tiddler", title, content, ...)
newTiddler (title, content, ...)
title
:title of the tiddler.
content
:content of the tiddler.
tags
:tags of the tiddler.
creator
:indicates who created the tiddler.
modifier
:indicates who modified the tiddler.
created
:timestamp of the tiddler creation.
modified
:timestamp of the tiddler modification.
changecount
:number of times the tiddler was changed.
Methods are implemented to access and set all slots form a tiddler object. The most useful ones may be:
tdTitle
tdContent
tdTags
tdCreator
But
tdModifier
, tdCreated
, tdModified
and tdChangecount
are also implemented.
David Montaner dmontaner@cipf.es
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.