Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Dev:Story
TiddlyWiki Community Wiki
The Story class governs what is visible to the user on the page, and is instantiated by the TiddlyWiki code when the page loads as the global object story.
[edit] Properties
- container: the DOM id of the Element that tiddlers are being displayed in
- highlightRegExp: the current search string, if any
- idPrefix: the string prepended to the DOM ids of tiddlers being displayed
[edit] Methods
- blurTiddler: remove focus from a tiddler
- chooseTemplateForTiddler: find the template name for a tiddler
- closeAllTiddlers: close all tiddlers on the page
- closeTiddler: close a single tiddler
- createTiddler: show a tiddler on the page
- displayTiddler: animate showing a tiddler on the page
- displayTiddlers: display many tiddlers simultaneously
- findContainingTiddler: find the tiddler containing an Element
- focusTiddler: give a tiddler's edit field keyboard focus
- forEachTiddler: execute a function on every visible tiddler
- gatherSaveFields: gather all saveable edit fields from tiddlers on the page
- getTemplateForTiddler: return template source code for a tiddler
- hasChanges: returns whether there are unsaved changes to a tiddler
- permaView: change the address bar to a permalink to all visible tiddlers
- refreshAllTiddlers: re-display all tiddlers on the page
- refreshTiddler: re-display a tiddler
- saveTiddler: save user changes to a tiddler
- scrubTiddler: remove all DOM ids from a tiddler on the page
- search: start a user-visible search
- setDirty: set the dirty flag of a single tiddler
- setTiddlerTag: specify tags for a tiddler

