mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
Get rid of the 'docs' tag
It was unnecessary, since everything here is documentation
This commit is contained in:
parent
360bddbc4c
commit
1ebe0d39b2
@ -1,5 +1,4 @@
|
||||
title: Building classic TiddlyWiki with TiddlyWiki5
|
||||
tags: docs
|
||||
|
||||
TiddlyWiki5 can be used to build older 2.x.x versions of TiddlyWiki from their constituent components. Doing so involves these additional features over and above those used for building TiddlyWiki5:
|
||||
|
||||
|
@ -2,7 +2,7 @@ created: 201308251537
|
||||
creator: JeremyRuston
|
||||
modified: 201308251539
|
||||
modifier: JeremyRuston
|
||||
tags: docs introduction dev
|
||||
tags: introduction dev
|
||||
title: DeveloperDocs
|
||||
|
||||
This is the developer documentation hub for TiddlyWiki.
|
||||
|
@ -2,7 +2,7 @@ created: 201308241418
|
||||
creator: JeremyRuston
|
||||
modified: 201308251303
|
||||
modifier: JeremyRuston
|
||||
tags: docs introduction
|
||||
tags: introduction
|
||||
title: Docs
|
||||
|
||||
This is the main documentation hub for TiddlyWiki. See also the DeveloperDocs.
|
||||
|
@ -2,7 +2,7 @@ created: 201308221728
|
||||
creator: JeremyRuston
|
||||
modified: 201308231953
|
||||
modifier: JeremyRuston
|
||||
tags: docs introduction
|
||||
tags: introduction
|
||||
title: Features
|
||||
|
||||
* The ability to save changes on almost any desktop HTML5 compatible-browser
|
||||
|
@ -2,7 +2,7 @@ created: 201308251605
|
||||
creator: JeremyRuston
|
||||
modified: 201308251605
|
||||
modifier: JeremyRuston
|
||||
tags: docs community
|
||||
tags: community
|
||||
title: HelpingTiddlyWiki
|
||||
|
||||
If you find TiddlyWiki useful, there are lots of ways you can help assure its future and make it better.
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: ReleaseProcess
|
||||
tags: dev docs
|
||||
tags: dev
|
||||
modified: 201304181008
|
||||
|
||||
To move from ''alpha'' to ''beta'', TiddlyWiki5 needs a better release and deployment process. At a minimum:
|
||||
|
@ -2,7 +2,7 @@ created: 201308221734
|
||||
creator: JeremyRuston
|
||||
modified: 201308221734
|
||||
modifier: JeremyRuston
|
||||
tags: docs features
|
||||
tags: features
|
||||
title: Scalability
|
||||
|
||||
You might expect that TiddlyWiki's architecture as a SinglePageApplication would make it unsuitable for large amounts of data. In fact, TiddlyWiki users regularly work with files that are 20 or 30 megabytes without problems - and successful experiments have been done up into the gigabytes.
|
@ -1,5 +1,5 @@
|
||||
title: TiddlySpot
|
||||
tags: docs
|
||||
tags:
|
||||
|
||||
TiddlySpot is a free hosting service for TiddlyWiki documents from Simon and Daniel Baird. It has been in operation almost as long as TiddlyWiki itself.
|
||||
|
||||
|
@ -2,7 +2,7 @@ created: 201308230917
|
||||
creator: JeremyRuston
|
||||
modified: 201308231750
|
||||
modifier: JeremyRuston
|
||||
tags: docs community
|
||||
tags: community
|
||||
title: TiddlyWiki Hangouts
|
||||
|
||||
The TiddlyWiki community holds regular Google Hangouts. They are announced in the [[TiddlyWiki Google group|https://groups.google.com/d/forum/tiddlywiki]] and on the [[TiddlyWiki Twitter account|https://twitter.com/TiddlyWiki]].
|
||||
|
@ -2,7 +2,7 @@ created: 201308251618
|
||||
creator: JeremyRuston
|
||||
modified: 201308251618
|
||||
modifier: JeremyRuston
|
||||
tags: docs dev
|
||||
tags: dev
|
||||
title: TiddlyWiki5 Development Environment
|
||||
|
||||
//This information is for people who are working on the development of TiddlyWiki5 itself, and isn't relevant for end users//
|
||||
|
@ -2,7 +2,7 @@ created: 201308251621
|
||||
creator: JeremyRuston
|
||||
modified: 201308251621
|
||||
modifier: JeremyRuston
|
||||
tags: docs dev
|
||||
tags: dev
|
||||
title: TiddlyWikiArchitecture
|
||||
|
||||
The heart of TiddlyWiki can be seen as an extensible representation transformation engine for text and images. Given the text of a tiddler and its associated ContentType, the engine can produce a rendering of the tiddler in a new ContentType. Furthermore, it can efficiently selectively update the rendering to track any changes in the tiddler or its dependents.
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: LoadCommand
|
||||
tags: docs command
|
||||
tags: command
|
||||
|
||||
Load tiddlers from 2.x.x TiddlyWiki files (`.html`), `.tiddler`, `.tid`, `.json` or other files
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: PasswordCommand
|
||||
tags: docs command
|
||||
tags: command
|
||||
|
||||
Set a password for subsequent crypto operations
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: PrintCommand
|
||||
tags: docs command
|
||||
tags: command
|
||||
|
||||
The `print` command outputs specified information.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: RenderTiddlerCommand
|
||||
tags: docs command
|
||||
tags: command
|
||||
|
||||
Render an individual tiddler as a specified ContentType, defaults to `text/html` and save it to the specified filename
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: RenderTiddlersCommand
|
||||
tags: docs command
|
||||
tags: command
|
||||
|
||||
Render a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: ServerCommand
|
||||
tags: docs command
|
||||
tags: command
|
||||
|
||||
The server built in to TiddlyWiki5 is very simple. Although compatible with TiddlyWeb it doesn't support many of the features needed for robust Internet-facing usage - in particular, TiddlyWiki5 is an old-school wiki in the sense that it offers no authentication.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: VerboseCommand
|
||||
tags: docs command
|
||||
tags: command
|
||||
|
||||
Triggers verbose output, useful for debugging
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: VersionCommand
|
||||
tags: docs command
|
||||
tags: command
|
||||
|
||||
Displays the version number of TiddlyWiki.
|
||||
|
||||
|
@ -2,7 +2,7 @@ created: 201308251449
|
||||
creator: JeremyRuston
|
||||
modified: 201308251449
|
||||
modifier: JeremyRuston
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
title: ContextTiddler
|
||||
|
||||
The ContextTiddler is the current tiddler during WikiText processing. A context tiddler is set by the TiddlerWidget. It allows you to write references like `<$view field="title" format="link"/>` in TiddlerTemplates without explicitly specifying the tiddler that it applies to.
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: ModuleType
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
modified: 201308091623
|
||||
|
||||
The `module-type` field of a [[JavaScript module|Modules]] is a string that identifies the type of the module.
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: Modules
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
modified: 201308091623
|
||||
|
||||
A //module// in TiddlyWiki5 is a tiddler containing executable JavaScript, of the type `application/javascript` and with the field `module-type` set to the ModuleType of the module.
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: Plugins
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
modified: 201308091623
|
||||
|
||||
A plugin in TiddlyWiki5 is a bundle of tiddlers packaged together as a single tiddler. Plugins are used to distribute optional, custom components for TiddlyWiki.
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: ShadowTiddlers
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
modified: 201308091623
|
||||
|
||||
ShadowTiddlers are tiddlers that are loaded from within [[Plugins]]. Unlike ordinary tiddlers, they don't appear in most lists.
|
||||
|
@ -2,7 +2,7 @@ created: 201308220806
|
||||
creator: JeremyRuston
|
||||
modified: 201308220812
|
||||
modifier: JeremyRuston
|
||||
tags: docs
|
||||
tags:
|
||||
title: SystemTags
|
||||
|
||||
System tags are used to give special behaviour to tiddlers:
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: SystemTiddlers
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
|
||||
System tiddlers are any tiddler whose title starts with `$:/`; such tiddlers are automatically hidden from most operations. They don't show up in lists or search results, but linking to one directly works in the usual way.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: TextReference
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
|
||||
A TextReference identifies a chunk of text from a tiddler that can be retrieved or modified depending on the context.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
title: TiddlerFilters
|
||||
modified: 201308201405
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
title: Tiddlers
|
||||
modified: 201306010741
|
||||
|
||||
|
@ -2,7 +2,7 @@ created: 201308221707
|
||||
creator: JeremyRuston
|
||||
modified: 201308252013
|
||||
modifier: JeremyRuston
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
title: TiddlyWiki
|
||||
|
||||
TiddlyWiki is a rich, interactive tool for manipulating complex data with structure that doesn't easily fit into conventional tools like spreadsheets or wordprocessors.
|
||||
|
@ -1,6 +1,6 @@
|
||||
title: TiddlyWiki5
|
||||
modifier: JeremyRuston
|
||||
modified: 201302051920
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
|
||||
TiddlyWiki5 is a reboot of TiddlyWiki for the next 25 years. It is a complete interactive wiki in JavaScript that can be run in the browser or on the server under [[node.js]].
|
||||
|
@ -1,5 +1,5 @@
|
||||
modified: 201304161845
|
||||
tags: docs
|
||||
tags:
|
||||
title: TiddlyWikiFolders
|
||||
|
||||
As well as traditional single file wikis, TiddlyWiki5 [[under node.js|TiddlyWiki5 Node Edition]] supports wikis that are stored as a folder of individual tiddler files.
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: Wiki
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
|
||||
Groups of uniquely titled tiddlers are contained in WikiStore objects.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
tags: docs concepts
|
||||
tags: concepts
|
||||
type: text/vnd.tiddlywiki
|
||||
title: WikiText
|
||||
modified: 201305011529
|
||||
@ -92,11 +92,11 @@ You can incorporate the content of one tiddler within another using the transclu
|
||||
A similar syntax can be used to transclude a list of tiddlers matching a specified [[TiddlerFilter|TiddlerFilters]]:
|
||||
|
||||
```
|
||||
{{{ [tag[docs]] }}}
|
||||
{{{ [tag[docs]] |tooltip}}}
|
||||
{{{ [tag[docs]] ||TemplateTitle}}}
|
||||
{{{ [tag[docs]] |tooltip||TemplateTitle}}}
|
||||
{{{ [tag[docs]] }}width:40;height:50;}.class.class
|
||||
{{{ [tag[mechanism]] }}}
|
||||
{{{ [tag[mechanism]] |tooltip}}}
|
||||
{{{ [tag[mechanism]] ||TemplateTitle}}}
|
||||
{{{ [tag[mechanism]] |tooltip||TemplateTitle}}}
|
||||
{{{ [tag[mechanism]] }}width:40;height:50;}.class.class
|
||||
```
|
||||
|
||||
! Images
|
||||
|
@ -2,7 +2,7 @@ created: 201308251611
|
||||
creator: JeremyRuston
|
||||
modified: 201308251611
|
||||
modifier: JeremyRuston
|
||||
tags: docs definitions
|
||||
tags: definitions
|
||||
title: TiddlyFox
|
||||
|
||||
TiddlyFox is an extension for Firefox that allows standalone TiddlyWiki files to save their changes directly to the file system. TiddlyFox works on both desktop and smartphone versions of Firefox.
|
||||
|
@ -1,7 +1,7 @@
|
||||
modified: 201304291301
|
||||
title: TiddlyWiki5 Node Edition
|
||||
modifier: JeremyRuston
|
||||
tags: docs edition
|
||||
tags: edition
|
||||
|
||||
TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on tiddlers, TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles. For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in HTML:
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: TiddlyWiki5 Standalone Edition
|
||||
tags: docs edition
|
||||
tags: edition
|
||||
|
||||
The standalone edition of TiddlyWiki5 is a single HTML file that contains both your content and the JavaScript code needed to provide a user interface for viewing and editting it. Your changes are preserved by generating an updated HTML file which can be saved in various ways, depending on your browser and configuration:
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: TiddlyWiki5 Static Site Generation
|
||||
tags: edition docs
|
||||
tags: edition
|
||||
|
||||
TiddlyWiki5 can be used to generate a static HTML representation of a TiddlyWiki that doesn't need JavaScript.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
tags: edition docs
|
||||
tags: edition
|
||||
modifier: JeremyRuston
|
||||
title: TiddlyWiki5 in the Sky for TiddlyWeb
|
||||
modified: 201305011456
|
||||
|
@ -2,7 +2,7 @@ created: 201308251620
|
||||
creator: JeremyRuston
|
||||
modified: 201308251620
|
||||
modifier: JeremyRuston
|
||||
tags: docs features
|
||||
tags: features
|
||||
title: ImportTiddlers
|
||||
|
||||
You can import content into a TiddlyWiki file in several ways:
|
||||
|
@ -2,7 +2,7 @@ created: 201308251614
|
||||
creator: JeremyRuston
|
||||
modified: 201308251614
|
||||
modifier: JeremyRuston
|
||||
tags: docs howto
|
||||
tags: howto
|
||||
title: How to use TiddlyWiki5 as a standalone HTML file with AndTidWiki
|
||||
|
||||
The AndTidWiki app for Android devices makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection.
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: How to use TiddlyWiki5 as a standalone HTML file with TWEdit
|
||||
tags: docs howto
|
||||
tags: howto
|
||||
modified: 201305141919
|
||||
|
||||
The iPad/iPhone app ''TWEdit'' makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection. [[Download it here|https://itunes.apple.com/gb/app/twedit/id409607956?mt=8]].
|
||||
|
@ -2,7 +2,7 @@ created: 201308251606
|
||||
creator: JeremyRuston
|
||||
modified: 201308251607
|
||||
modifier: JeremyRuston
|
||||
tags: docs howto
|
||||
tags: howto
|
||||
title: How to build a TiddlyWiki5 from individual tiddlers
|
||||
|
||||
# Create an empty [[TiddlyWikiFolder|TiddlyWikiFolders]]
|
||||
|
@ -2,7 +2,7 @@ created: 201308220803
|
||||
creator: JeremyRuston
|
||||
modified: 201308220803
|
||||
modifier: JeremyRuston
|
||||
tags: docs howto
|
||||
tags: howto
|
||||
title: How to use TiddlyWiki5 as a standalone HTML file
|
||||
|
||||
! On desktop browsers
|
||||
|
@ -1,4 +1,4 @@
|
||||
tags: docs howto
|
||||
tags: howto
|
||||
title: How to use TiddlyWiki5 as a standalone HTML file with TiddlyFox
|
||||
modified: 201308081154
|
||||
|
||||
|
@ -2,7 +2,7 @@ created: 201308251609
|
||||
creator: JeremyRuston
|
||||
modified: 201308251609
|
||||
modifier: JeremyRuston
|
||||
tags: docs howto
|
||||
tags: howto
|
||||
title: How to use TiddlyWiki5 as a standalone HTML file with encryption
|
||||
|
||||
[[TiddlyWiki5 Standalone Edition]] allows content to be encrypted using the [[Stanford JavaScript Crypto Library]].
|
||||
|
@ -2,7 +2,7 @@ created: 201308251501
|
||||
creator: JeremyRuston
|
||||
modified: 201308251501
|
||||
modifier: JeremyRuston
|
||||
tags: docs dev howto
|
||||
tags: dev howto
|
||||
title: Using TiddlyWiki for GitHub Pages project documentation
|
||||
|
||||
TiddlyWiki5 can be used to produce documentation for GitHub projects. It lets you maintain a single set of documentation as a [[TiddlyWikiFolder|TiddlyWikiFolders]] containing separate tiddler files under source code control, and then use it to produce `readme.md` files for inclusion in project folders, or HTML files for storage in [[GitHub Pages|http://pages.github.com/]]. Both features are demonstrated by TiddlyWiki5 itself.
|
||||
|
@ -2,7 +2,7 @@ created: 201308251429
|
||||
creator: JeremyRuston
|
||||
modified: 201308251429
|
||||
modifier: JeremyRuston
|
||||
tags: docs mechanism
|
||||
tags: mechanism
|
||||
title: BootMechanism
|
||||
|
||||
!Introduction
|
||||
|
@ -1,6 +1,6 @@
|
||||
title: DraftMechanism
|
||||
modified: 201308201324
|
||||
tags: mechanism docs
|
||||
tags: mechanism
|
||||
|
||||
Tiddlers that have a `draft.of` field are treated as pending drafts of the tiddler specified in the field. Draft tiddlers should also have a `draft.title` field that specifies the title that will be given to the tiddler when it is saved.
|
||||
|
||||
|
@ -2,7 +2,7 @@ created: 201308251542
|
||||
creator: JeremyRuston
|
||||
modified: 201308251543
|
||||
modifier: JeremyRuston
|
||||
tags: docs mechanism
|
||||
tags: mechanism
|
||||
title: EncryptionMechanism
|
||||
|
||||
TiddlyWiki5 allows the entire content of a TiddlyWiki HTML file to be encrypted with the Stanford JavaScript Crypto Library. Opening an encrypted TiddlyWiki in the browser prompts for a password before decrypting and displaying the content.
|
||||
|
@ -2,7 +2,7 @@ created: 201308251625
|
||||
creator: JeremyRuston
|
||||
modified: 201308251626
|
||||
modifier: JeremyRuston
|
||||
tags: dev docs mechanism
|
||||
tags: dev mechanism
|
||||
title: LazyLoadingMechanism
|
||||
|
||||
TiddlyWiki5 currently only implements lazy loading when its running in the browser talking to a TiddlyWeb-compatible server. When it syncs, it first requests a "skinny" version of each tiddler (consisting of all the fields apart from the text field). Subsequently, an attempt to read those skinny tiddlers with `wiki.getTiddler()` returns just the skinny fields, but an attempt to read one using `wiki.getTiddlerText()` will trigger an asynchronous load of the full tiddler text, which in turn triggers a refresh cycle, updating the display to reflect the newly loaded tiddler. Widgets that loop through all tiddlers are fine; it's only if they trigger `wiki.getTiddlerText()` for a tiddler that it will get loaded.
|
||||
|
@ -1,4 +1,4 @@
|
||||
title: ParsingMechanism
|
||||
tags: docs mechanism
|
||||
tags: mechanism
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
modified: 201305011454
|
||||
title: PluginMechanism
|
||||
tags: docs mechanism
|
||||
tags: mechanism
|
||||
|
||||
[[Plugins]] are bundles of tiddlers that are distributed and managed as a single unit by being packed into a single JSON tiddler. If a tiddler isn't found in the main store, then the registered plugins are searched for it instead.
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
title: RenderingMechanism
|
||||
tags: docs mechanism
|
||||
tags: mechanism
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
modified: 201304251659
|
||||
tags: docs dev
|
||||
tags: dev
|
||||
title: TestingMechanism
|
||||
|
||||
TiddlyWiki5 incorporates the Jasmine JavaScript testing framework (see http://pivotal.github.io/jasmine/). It allows the same tests to be run both in the browser and under node.js.
|
||||
|
@ -2,7 +2,7 @@ created: 201308251621
|
||||
creator: JeremyRuston
|
||||
modified: 201308251621
|
||||
modifier: JeremyRuston
|
||||
tags: dev docs
|
||||
tags: dev
|
||||
title: SyncAdaptorModules
|
||||
|
||||
! Introduction
|
||||
|
@ -2,7 +2,7 @@ created: 201308232038
|
||||
creator: JeremyRuston
|
||||
modified: 201308232040
|
||||
modifier: JeremyRuston
|
||||
tags: docs planning
|
||||
tags: planning
|
||||
title: RoadMap
|
||||
|
||||
TiddlyWiki5 is under rapid development at the moment, moving through a series of stages from alpha, via beta into a stable release.
|
||||
|
@ -1,8 +0,0 @@
|
||||
color: #8080FF
|
||||
created: 201308251539
|
||||
creator: JeremyRuston
|
||||
modified: 201308251539
|
||||
modifier: JeremyRuston
|
||||
title: docs
|
||||
|
||||
See [[Docs]] for the main TiddlyWiki documentation hub.
|
@ -80,7 +80,7 @@ Store your tiddlers in separate files in a chain of linked directories.
|
||||
#* `$tw.wiki.deleteTiddler("HelloThere")`
|
||||
#* `$tw.wiki.addTiddler({title: "HelloThere", text: "This is a new [[Tiddler]], linking to a TiddlerThatDoesntCurrentlyExist"})`
|
||||
#* `$tw.wiki.getTiddlerLinks("HelloThere")`
|
||||
#* `$tw.wiki.filterTiddlers("[tag[docs]sort[modified]]")`
|
||||
#* `$tw.wiki.filterTiddlers("[tag[mechanism]sort[modified]]")`
|
||||
|
||||
!!! Saving online
|
||||
|
||||
|
@ -2,7 +2,7 @@ created: 201308251604
|
||||
creator: JeremyRuston
|
||||
modified: 201308251604
|
||||
modifier: JeremyRuston
|
||||
tags: docs tips
|
||||
tags: tips
|
||||
title: GoogleChromeTips
|
||||
|
||||
Some suggestions for streamlining [[using TiddlyWiki as a single file|How to use TiddlyWiki5 as a standalone HTML file]] with GoogleChrome.
|
||||
|
@ -2,7 +2,7 @@ created: 201308251033
|
||||
creator: JeremyRuston
|
||||
modified: 201308251418
|
||||
modifier: JeremyRuston
|
||||
tags: docs tips
|
||||
tags: tips
|
||||
title: TitlesPolicy
|
||||
|
||||
As the structures within your TiddlyWiki documents get more complex it can be hard to keep the titles of tiddlers consistent. For example, should terms be defined in the plural or the singular? Camel case or separate words?
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: GridWidget
|
||||
tags: docs widget
|
||||
tags: widget
|
||||
|
||||
The grid widget assembles tiddlers into a tabular grid based on their titles. For example:
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: LinkWidget
|
||||
tags: docs widget
|
||||
tags: widget
|
||||
|
||||
The `link` widget generates links to tiddlers and external URIs. Optionally, hovering over a link can trigger the display of another tiddler as a popup.
|
||||
|
||||
|
@ -2,7 +2,7 @@ created: 201308241419
|
||||
creator: JeremyRuston
|
||||
modified: 201308241419
|
||||
modifier: JeremyRuston
|
||||
tags: widget docs
|
||||
tags: widget
|
||||
title: ListWidget
|
||||
|
||||
\define demoMacro(title)
|
||||
|
@ -2,7 +2,7 @@ created: 201308241543
|
||||
creator: JeremyRuston
|
||||
modified: 201308241543
|
||||
modifier: JeremyRuston
|
||||
tags: docs widget
|
||||
tags: widget
|
||||
title: TiddlerWidget
|
||||
|
||||
! Introduction
|
||||
|
@ -2,7 +2,7 @@ created: 201308241425
|
||||
creator: JeremyRuston
|
||||
modified: 201308241530
|
||||
modifier: JeremyRuston
|
||||
tags: widget docs
|
||||
tags: widget
|
||||
title: TranscludeWidget
|
||||
|
||||
! Introduction
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: VideoWidget
|
||||
tags: docs widget
|
||||
tags: widget
|
||||
|
||||
Here is a collection of embedded videos. Try opening and closing tiddlers while the videos are playing; they should not be affected.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: StyleBlockWikiText
|
||||
tags: docs wikitextrule
|
||||
tags: wikitextrule
|
||||
|
||||
This syntax enables you to assign arbitrary styles and classes to generated elements. For example:
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: TypedBlockWikiText
|
||||
tags: docs wikitextrule
|
||||
tags: wikitextrule
|
||||
|
||||
WikiText can include blocks of text that are rendered with an explicit ContentType like this:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user