Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.

Dev:Core Code Overview

TiddlyWiki Community Wiki

Jump to: navigation, search

Contents

[edit] Startup

[edit] Event handler

[edit] Classes

  • TiddlyWiki: store tiddlers and has functions for loading and saving tiddlers. It is instantiated in main() as the 'store' object.
  • Dev:Tiddler: used to store information about an individual tiddler.
  • Dev:Story: manages an HTML div containing a sequence of tiddlers. It is instantiated as 'story'.
  • Dev:Wikifier: is used to display the contents of a tiddler.
  • Dev:Formatter: is used (by a wikifier) to convert wikitext into HTML.
  • Dev:Animator: manages different types of animations.
  • Dev:Cascade: a specific type of animation used when opening a tiddler.
  • Dev:Scroller: a specific type of animation that scrolls the browser window so that a DOM element is in view.
  • Dev:Slider: a specific type of animation that "slides" open a DOM element. This is used, for example, when you click the options link on the right sidebar.
  • Dev:String Methods: a number of utility methods are provided for the String class
  • Dev:Array Methods: a number of utility methods are provided for the Array class
  • Dev:Date Methods: a number of utility methods are provided for the Date class

[edit] Global Objects

[edit] Functions

[edit] Variables

Personal tools