This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

ModuleType

 21st November 2021 at 3:13am

The module-type field of a JavaScript module is a string that identifies the type of the module. Here is a list of the module types used in this wiki:

allfilteroperator
A sub-operator for the all filter operator.
animation
Animations that may be used with the RevealWidget.
authenticator
Defines how requests are authenticated by the built-in HTTP server.
bitmapeditoroperation
A bitmap editor toolbar operation.
command
Commands that can be executed under Node.js.
config
Data to be inserted into $tw.config.
filteroperator
Individual filter operator methods.
filterrunprefix
formatfilteroperator
global
Global data to be inserted into $tw.
indexer
info
Publishes system information via the $:/temp/info-plugin pseudo-plugin.
isfilteroperator
Operands for the is filter operator.
library
Generic module type for general purpose JavaScript modules.
macro
JavaScript macro definitions.
parser
Parsers for different content types.
route
Defines how individual URL patterns are handled by the built-in HTTP server.
saver
Savers handle different methods for saving files from the browser.
startup
Startup functions.
storyview
Story views customise the animation and behaviour of list widgets.
texteditoroperation
A text editor toolbar operation.
tiddlerdeserializer
Converts different content types into tiddlers.
tiddlerfield
Defines the behaviour of an individual tiddler field.
tiddlermethod
Adds methods to the $tw.Tiddler prototype.
upgrader
Applies upgrade processing to tiddlers during an upgrade/import.
utils
Adds methods to $tw.utils.
utils-node
Adds Node.js-specific methods to $tw.utils.
widget
Widgets encapsulate DOM rendering and refreshing.
widget-subclass
wikimethod
Adds methods to $tw.Wiki.
wikirule
Individual parser rules for the main WikiText parser.