mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
More mangling of reference docs
This commit is contained in:
parent
def4aca200
commit
e20ef97c27
@ -1,8 +1,9 @@
|
||||
created: 20140425085548209
|
||||
modified: 20140427210435569
|
||||
tags: command
|
||||
tags: Commands
|
||||
title: BuildCommand
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: build
|
||||
|
||||
{{$:/language/Help/build}}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: ClearPasswordCommand
|
||||
tags: command
|
||||
tags: Commands
|
||||
caption: clearpassword
|
||||
|
||||
{{$:/language/Help/clearpassword}}
|
||||
|
4
editions/tw5.com/tiddlers/commands/Commands.tid
Normal file
4
editions/tw5.com/tiddlers/commands/Commands.tid
Normal file
@ -0,0 +1,4 @@
|
||||
title: Commands
|
||||
tags: Reference
|
||||
|
||||
Commands are used with [[TiddlyWiki on Node.js|Using TiddlyWiki on Node.js]].
|
@ -1,7 +1,8 @@
|
||||
created: 20140225195548209
|
||||
modified: 20140225195738745
|
||||
tags: command
|
||||
tags: Commands
|
||||
title: HelpCommand
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: help
|
||||
|
||||
{{$:/language/Help/help}}
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140223195548209
|
||||
modified: 20140617212529392
|
||||
tags: command
|
||||
tags: Commands
|
||||
title: InitCommand
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: init
|
||||
|
||||
{{$:/language/Help/init}}
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
created: 20140119201439976
|
||||
modified: 20140119201554602
|
||||
tags: command
|
||||
tags: Commands
|
||||
title: LoadCommand
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: load
|
||||
|
||||
{{$:/language/Help/load}}
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140903085210479
|
||||
modified: 20140903085210479
|
||||
tags: command
|
||||
tags: Commands
|
||||
title: MakeLibraryCommand
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: makelibrary
|
||||
|
||||
{{$:/language/Help/makelibrary}}
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
created: 20140425085548209
|
||||
modified: 20140425085738745
|
||||
tags: command
|
||||
tags: Commands
|
||||
title: OutputCommand
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: output
|
||||
|
||||
{{$:/language/Help/output}}
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: PasswordCommand
|
||||
tags: command
|
||||
tags: Commands
|
||||
caption: password
|
||||
|
||||
{{$:/language/Help/password}}
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: RenderTiddlerCommand
|
||||
tags: command
|
||||
tags: Commands
|
||||
caption: rendertiddler
|
||||
|
||||
{{$:/language/Help/rendertiddler}}
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: RenderTiddlersCommand
|
||||
tags: command
|
||||
tags: Commands
|
||||
caption: rendertiddlers
|
||||
|
||||
{{$:/language/Help/rendertiddlers}}
|
||||
|
@ -1,6 +1,7 @@
|
||||
title: SaveTiddlerCommand
|
||||
tags: command
|
||||
tags: Commands
|
||||
created: 20131218121606089
|
||||
modified: 20131218121606089
|
||||
caption: savetiddler
|
||||
|
||||
{{$:/language/Help/savetiddler}}
|
||||
|
@ -1,6 +1,7 @@
|
||||
title: SaveTiddlersCommand
|
||||
tags: command
|
||||
tags: Commands
|
||||
created: 20140609121606089
|
||||
modified: 20140609121606089
|
||||
caption: savetiddlers
|
||||
|
||||
{{$:/language/Help/savetiddlers}}
|
||||
|
@ -1,7 +1,8 @@
|
||||
created: 20131219163923630
|
||||
modified: 20131229130513478
|
||||
tags: command
|
||||
tags: Commands
|
||||
title: ServerCommand
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: server
|
||||
|
||||
{{$:/language/Help/server}}
|
||||
|
@ -1,6 +1,7 @@
|
||||
title: SetFieldCommand
|
||||
tags: command
|
||||
tags: Commands
|
||||
created: 20140609121606089
|
||||
modified: 20140609121606089
|
||||
caption: setfield
|
||||
|
||||
{{$:/language/Help/setfield}}
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: VerboseCommand
|
||||
tags: command
|
||||
tags: Commands
|
||||
caption: verbose
|
||||
|
||||
{{$:/language/Help/verbose}}
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: VersionCommand
|
||||
tags: command
|
||||
tags: Commands
|
||||
caption: version
|
||||
|
||||
{{$:/language/Help/version}}
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20140910215514237
|
||||
modified: 20140910215514237
|
||||
tags: concepts Reference
|
||||
tags: concepts
|
||||
title: Plugins
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20140226083311937
|
||||
modified: 20140226090209479
|
||||
tags: concepts
|
||||
tags: concepts Reference
|
||||
title: WidgetMessages
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
@ -9,7 +9,7 @@ Widget messages are generated by widgets in response to user actions. They flow
|
||||
The following widget messages are implemented by the core:
|
||||
|
||||
<ul>
|
||||
<$list filter="[tag[message]]">
|
||||
<$list filter="[tag[WidgetMessages]]">
|
||||
<li>
|
||||
<$link to={{!!title}}>
|
||||
<$view field="title"/>
|
||||
|
@ -7,6 +7,8 @@ type: text/vnd.tiddlywiki
|
||||
\define bulletList(filter)
|
||||
<ul><$list filter="$filter$"><li><$link to={{!!title}}><$view field="title"/></$link></li></$list></ul>
|
||||
\end
|
||||
Filter operators are the individual elements of [[filters|Filters]]. See [[Introduction to Filters]] for details.
|
||||
|
||||
The full list of available filter operators is:
|
||||
|
||||
<<bulletList "[tag[filters]]">>
|
||||
<<bulletList "[tag[Filters]]">>
|
||||
|
@ -3,6 +3,7 @@ modified: 20131228163922307
|
||||
tags: Macros
|
||||
title: ChangeCountMacro
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: changecount
|
||||
|
||||
The changecount macro returns a counter maintained by the TiddlyWiki core that tracks the number of modifications made to each tiddler. The changecount macro always applies to the tiddler named in the [[currentTiddler|WidgetVariable: currentTiddler]] variable.
|
||||
|
||||
|
@ -3,6 +3,7 @@ modified: 20140908104107181
|
||||
tags: Macros
|
||||
title: DumpVariablesMacro
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: dumpvariables
|
||||
|
||||
The dumpvariables macro displays a table containing the values of all the variables defined at that location in the widget tree. It can be useful for exploring the mechanisms of TiddlyWiki and for debugging.
|
||||
|
||||
|
@ -3,6 +3,7 @@ modified: 20131228163843163
|
||||
tags: Macros
|
||||
title: MakeDataUriMacro
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: makedatauri
|
||||
|
||||
The makedatauri macro constructs a data URI from a block of text and an associated ContentType. It is commonly used within stylesheets to generate an inline image or font.
|
||||
|
||||
|
@ -3,6 +3,7 @@ modified: 20131228164955084
|
||||
tags: Macros
|
||||
title: QualifyMacro
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: qualify
|
||||
|
||||
The qualify macro is part of the StateMechanism. Given a base tiddler title it generates a unique string that includes a hashed encoding of a position within the widget render tree, identified by the stack of transcluded tiddlers that leads to that position.
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
title: TableOfContentsMacro
|
||||
tags: Macros
|
||||
modified: 20140905084423561
|
||||
caption: toc
|
||||
|
||||
The table of contents macro produces a hierarchical tree of tiddlers based on their tags.
|
||||
|
||||
|
@ -3,6 +3,7 @@ modified: 20140702113527667
|
||||
tags: Macros
|
||||
title: TabsMacro
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tabs
|
||||
|
||||
The tabs macro displays a list of tiddlers as a tab control. The user can switch between tabs by clicking on them. The tabs are labelled with the title of the corresponding tiddler, unless there is a `caption` field present in which case it is used instead.
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
title: TimelineMacro
|
||||
tags: Macros
|
||||
modified: 20140905084423561
|
||||
caption: timeline
|
||||
|
||||
The timeline macro produces a list of tiddlers in reverse chronological order of modification date that is grouped by the date of the day of modification.
|
||||
|
||||
|
@ -3,6 +3,7 @@ modified: 20131228162605081
|
||||
tags: Macros
|
||||
title: VersionMacro
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: version
|
||||
|
||||
The version macro returns the current TiddlyWiki version number.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140908185153663
|
||||
modified: 20140908185153663
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-add-field
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-add-field
|
||||
|
||||
The `tm-add-field` message is handled by the FieldMangerWidget. It adds the specified field with a blank value if the field doesn't already exist.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140908185153663
|
||||
modified: 20140908185153663
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-add-tag
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-add-tag
|
||||
|
||||
The `tm-add-tag` message is handled by the FieldMangerWidget. It adds the specified tag.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140830112325641
|
||||
modified: 20140830115149288
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-auto-save-wiki
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-auto-save-wiki
|
||||
|
||||
The autosave wiki message causes the current saver module to perform a background save if it is required.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140819110529062
|
||||
modified: 20140826110529062
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-browser-refresh
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-browser-refresh
|
||||
|
||||
The `tm-browser-refresh` message refreshes the page, causing the re-initialisation of any plugin tiddlers. It does not require any properties on the `event` object.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226193622350
|
||||
modified: 20140226193906089
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-cancel-tiddler
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-cancel-tiddler
|
||||
|
||||
The `tm-cancel-tiddler` message abandons the changes in a draft tiddler. It requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226084018038
|
||||
modified: 20140226084916556
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-clear-password
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-clear-password
|
||||
|
||||
The `tm-clear-password` message clears the current password from the password vault, clearing the [[$:/isEncrypted]] tiddler. See EncryptionMechanism for details.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226194242809
|
||||
modified: 20140226194341303
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-close-all-tiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-close-all-tiddlers
|
||||
|
||||
The close all tiddlers message empties the story list.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140302183306544
|
||||
modified: 20140302183352966
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-close-other-tiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-close-other-tiddlers
|
||||
|
||||
The `tm-close-other-tiddlers` message removes all but a specified tiddler from the story list. It requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226193940778
|
||||
modified: 20140226194227227
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-close-tiddler
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-close-tiddler
|
||||
|
||||
The `tm-close-tiddler` message removes a specified tiddler from the story list. It requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226090324129
|
||||
modified: 20140226090441236
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-delete-tiddler
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-delete-tiddler
|
||||
|
||||
The `tm-delete-tiddler` message deletes the specified tiddler and removes it from the current story. If the tiddler is a draft then it also deletes the tiddler specified in the `draft.of` field. The delete tiddler message requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140811112201235
|
||||
modified: 20140811115140378
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-download-file
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-download-file
|
||||
|
||||
The download file message causes the current saver module to prompt the user to download the result of parsing a specified template tiddler as a file. It requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226085529797
|
||||
modified: 20140226090641987
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-edit-tiddler
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-edit-tiddler
|
||||
|
||||
The `tm-edit-tiddler` message replaces the specified tiddler in the current story with a draft version of itself. It requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140811112400855
|
||||
modified: 20140811113627373
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-full-screen
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-full-screen
|
||||
|
||||
The fullscreen message toggles the "fullscreen" mode of the browser, if it supports it.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140819110529062
|
||||
modified: 20140819110529062
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-home
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-home
|
||||
|
||||
The `tm-home` message closes any open tiddlers and re-opens the default tiddlers set in [[$:/DefaultTiddlers]]. It also remove any [[permalink|PermaLinks]] from the browser address bar. It does not require any properties on the `event` object.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140716084658099
|
||||
modified: 20140716195055502
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-import-tiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-import-tiddlers
|
||||
|
||||
The `tm-import-tiddlers` message inserts a list of tiddlers into the pending import tiddler [[$:/Import]]. It also applies any active ''upgrader'' modules to each tiddler as it arrives (see the UpgradeMechanism for more details).
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140811112445887
|
||||
modified: 20140811113336694
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-login
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-login
|
||||
|
||||
The login message prompts the user for a username and password and attempts to login to the current serverside host. The tiddler [[$:/status/IsLoggedIn]] reflects the current login status with the values "yes" or "no", and [[$:/status/UserName]] reflects the current username.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140811112457311
|
||||
modified: 20140811113344084
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-logout
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-logout
|
||||
|
||||
The logout message attempts to log the user out of the current serverside host. The tiddler [[$:/status/IsLoggedIn]] reflects the current login status with the values "yes" or "no", and [[$:/status/UserName]] reflects the current username.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140811112133701
|
||||
modified: 20140811120203685
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-modal
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-modal
|
||||
|
||||
The modal message displays a specified tiddler in a modal overlay that dims the main page. It requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226085215941
|
||||
modified: 20140226085454346
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-navigate
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-navigate
|
||||
|
||||
The `tm-navigate` message inserts the specified tiddler into the story and puts it at the top of the history stack. If the tiddler is not already present in the story then it will be positioned immediately after the tiddler specified in `event.navigateFromTitle`.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226194405353
|
||||
modified: 20140724194729158
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-new-tiddler
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-new-tiddler
|
||||
|
||||
The new tiddler message creates a new draft tiddler and adds it to the current story. It requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140811112304772
|
||||
modified: 20140811120248738
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-notify
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-notify
|
||||
|
||||
The notify message briefly displays a specified tiddler as a small alert in the upper right corner of the page. It requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140716084242809
|
||||
modified: 20140716084341303
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-perform-import
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-perform-import
|
||||
|
||||
The perform import message copies tiddlers from a specified plugin into the main store. See the UpgradeMechanism for an overview of how it is used by the core.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140723103751357
|
||||
modified: 20140723103751357
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-permalink
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-permalink
|
||||
|
||||
The `tm-permalink` message changes the browser address bar to form a [[permalink|PermaLinks]] to a specified tiddler, defaulting to the current tiddler.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140723103751357
|
||||
modified: 20140723103751357
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-permaview
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-permaview
|
||||
|
||||
The `tm-permaview` message changes the browser address bar to form a [[permaview|PermaLinks]] that specifies all the open tiddlers in the main story river, and the tiddler to be navigated, defaulting to the current tiddler.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140908185153663
|
||||
modified: 20140908185153663
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-remove-field
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-remove-field
|
||||
|
||||
The `tm-remove-field` message is handled by the FieldMangerWidget. It removes the specified field.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140908185153663
|
||||
modified: 20140908185153663
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-remove-tag
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-remove-tag
|
||||
|
||||
The `tm-remove-tag` message is handled by the FieldMangerWidget. It removes the specified tag.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226090544323
|
||||
modified: 20140226090729828
|
||||
tags: message navigator-message
|
||||
tags: WidgetMessages navigator-message
|
||||
title: WidgetMessage: tm-save-tiddler
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-save-tiddler
|
||||
|
||||
The `tm-save-tiddler` message is applied to draft tiddlers. It saves the draft over the tiddler identified in the `draft.of` field and then deletes the draft. The save tiddler message requires the following properties on the `event` object:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140811112325641
|
||||
modified: 20140811115149288
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-save-wiki
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-save-wiki
|
||||
|
||||
The save wiki message causes the current saver module to perform a full save operation. The save operation can involve user interaction.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140811112435281
|
||||
modified: 20140811113453568
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-server-refresh
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-server-refresh
|
||||
|
||||
The server refresh message attempts to synchronise the latest changes to the current serverside host.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140226084623977
|
||||
modified: 20140226085200323
|
||||
tags: message
|
||||
tags: WidgetMessages
|
||||
title: WidgetMessage: tm-set-password
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-set-password
|
||||
|
||||
The `tm-set-password` message prompts the user for a new password and stores it in the password vault, replacing any existing password. It also sets the [[$:/isEncrypted]] tiddler. See EncryptionMechanism for details.
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
created: 20140908141300000
|
||||
modified: 20140910215613444
|
||||
tags: Reference
|
||||
title: Editions
|
||||
toc-link: no
|
||||
type: text/vnd.tiddlywiki
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: BrowseWidget
|
||||
created: 201310241419
|
||||
modified: 20140910200751303
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: browse
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: ButtonWidget
|
||||
created: 201310241419
|
||||
modified: 201406170837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: button
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: CheckboxWidget
|
||||
created: 201310241419
|
||||
modified: 201407110837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: checkbox
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: CountWidget
|
||||
created: 201310241419
|
||||
modified: 201310300837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: count
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: DropzoneWidget
|
||||
created: 201310241419
|
||||
modified: 201310300837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: dropzone
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131024141900000
|
||||
modified: 20140221140151790
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: EditBitmapWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: edit-bitmap
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: EditTextWidget
|
||||
created: 201310241419
|
||||
modified: 201407250837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: edit-text
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: EditWidget
|
||||
created: 201310241419
|
||||
modified: 201310300837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: edit
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: EncryptWidget
|
||||
created: 201310241419
|
||||
modified: 201310300837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: encrypt
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131024141900000
|
||||
modified: 20140125140636123
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: FieldManglerWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: fieldmangler
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: FieldsWidget
|
||||
created: 201310241419
|
||||
modified: 201310300837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: fields
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,20 +0,0 @@
|
||||
title: GridWidget
|
||||
tags: widget
|
||||
|
||||
The video widget is not yet (re)implemented.
|
||||
|
||||
```
|
||||
The grid widget assembles tiddlers into a tabular grid based on their titles. For example:
|
||||
|
||||
<$grid prefix="GridDemo" rows=3 cols=3/>
|
||||
|
||||
In this case, the following tiddlers will be rendered:
|
||||
|
||||
|GridDemo_A_1 |GridDemo_A_2 |GridDemo_A_3 |
|
||||
|GridDemo_B_1 |GridDemo_B_2 |GridDemo_B_3 |
|
||||
|GridDemo_C_1 |GridDemo_C_2 |GridDemo_C_3 |
|
||||
|
||||
The result is:
|
||||
|
||||
<$grid prefix="GridDemo" rows=3 cols=3/>
|
||||
```
|
@ -1,7 +1,8 @@
|
||||
title: ImageWidget
|
||||
created: 20140416160234142
|
||||
modified: 20140820100234142
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: image
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140612142500000
|
||||
modified: 20140612175900970
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: ImportVariablesWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: importvariables
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140302192136805
|
||||
modified: 20140302192935781
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: KeyboardWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: keyboard
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131024141900000
|
||||
modified: 20140409074643650
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: LinkCatcherWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: linkcatcher
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: LinkWidget
|
||||
created: 201310241419
|
||||
modified: 201408280837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: link
|
||||
|
||||
The `link` widget generates links to tiddlers. (Use the HTML `<a>` element to generate external links).
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
created: 201310241419
|
||||
modified: 201310300837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: ListWidget
|
||||
caption: list
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: MacroCallWidget
|
||||
created: 201310241419
|
||||
modified: 201310300837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: macrocall
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131024141900000
|
||||
modified: 20140226194810214
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: NavigatorWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: navigator
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: PasswordWidget
|
||||
created: 201310241419
|
||||
modified: 201310300837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: password
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131212195353929
|
||||
modified: 20131212195656344
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: RadioWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: radio
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131024141900000
|
||||
modified: 20140211232346858
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: RevealWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: reveal
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20140324223413403
|
||||
modified: 20140324223524945
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: ScrollableWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: scrollable
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
created: 201310241419
|
||||
modified: 201310300837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: SelectWidget
|
||||
caption: select
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: SetVariableWidget
|
||||
created: 201310241419
|
||||
modified: 201311151827
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: setvariable
|
||||
|
||||
The `<$setvariable>` widget has been renamed `<$set/>`; see SetWidget for more details.
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: SetWidget
|
||||
created: 201311151827
|
||||
modified: 201311151827
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: set
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
created: 201401191419
|
||||
modified: 201401190837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: TextWidget
|
||||
caption: text
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20130824154300000
|
||||
modified: 20140802114152456
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: TiddlerWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tiddler
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20130824142500000
|
||||
modified: 20140717175900970
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
title: TranscludeWidget
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: transclude
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
title: ViewWidget
|
||||
created: 201310241419
|
||||
modified: 201402220837
|
||||
tags: widget
|
||||
tags: Widgets
|
||||
caption: view
|
||||
|
||||
! Introduction
|
||||
|
||||
|
@ -2,6 +2,6 @@ created: 20140908130500000
|
||||
modified: 20140910215453457
|
||||
tags: Reference
|
||||
title: Widgets
|
||||
toc-link: no
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Widgets add dynamic functionality to WikiText.
|
Loading…
Reference in New Issue
Block a user