mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
Update wikitext documentation
This commit is contained in:
parent
e20ef97c27
commit
184b9817b4
@ -1,4 +1,3 @@
|
||||
caption: Complete Reference
|
||||
created: 20140910212931897
|
||||
modified: 20140910213038857
|
||||
tags: TableOfContents
|
||||
|
@ -1,9 +1,9 @@
|
||||
created: 20131205155227468
|
||||
modified: 20140211195539071
|
||||
tags: concepts
|
||||
tags: concepts Reference
|
||||
title: WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
~WikiText is a concise, expressive way of typing a wide range of text formatting, hypertext and interactive features. It allows you to focus on writing without a complex user interface getting in the way. It is designed to be familiar for users of [[MarkDown|http://daringfireball.net/projects/markdown/]], but with more of a focus on linking and the interactive features.
|
||||
|
||||
<$list filter="[tag[wikitext]sort[title]]"/>
|
||||
<$list filter="[tag[WikiText]sort[title]]"/>
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131206154636572
|
||||
modified: 20131206162157596
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Block Quotes in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Block Quotes
|
||||
|
||||
There are two ways to produce HTML block quotes in TiddlyWiki5, one for content spread across multiple lines, and one for single line content.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160047557
|
||||
modified: 20140214190843724
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Code Blocks in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Code Blocks
|
||||
|
||||
You can use triple backticks <code>```</code> to mark code blocks:
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
created: 20131205160641986
|
||||
modified: 20131205160653909
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Dashes in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Dashes
|
||||
|
||||
You can create an n-dash with a double hyphen `--` and an m-dash with a triple hyphen `---`. For example -- this is an example --- and so is this
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160424246
|
||||
modified: 20131205160450910
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Definitions in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Definitions
|
||||
|
||||
HTML definition lists are created with this syntax:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205155959399
|
||||
modified: 20131230120942930
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Formatting in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Formatting
|
||||
|
||||
Available character formatting includes:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160816081
|
||||
modified: 20140619111725471
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: HTML in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: HTML
|
||||
|
||||
HTML tags and comments can be used directly in WikiText. For example:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131214165710101
|
||||
modified: 20131214170106553
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Hard Linebreaks in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Hard Linebreaks
|
||||
|
||||
The usual handling of [[paragraphs in wikitext|Paragraphs in WikiText]] causes single line breaks to be ignored, and double linebreaks to be interpreted as the end of a paragraph.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205161234909
|
||||
modified: 20131205161256525
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Headings in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Headings
|
||||
|
||||
Headings are specified with one or more leading `!` characters:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160706975
|
||||
modified: 20131205160719633
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Horizontal Rules in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Horizontal Rules
|
||||
|
||||
You can include a horizontal rule with three or more dashes on their own on a line:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160221762
|
||||
modified: 20140416160234142
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Images in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Images
|
||||
|
||||
! Image Formatting
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205155230596
|
||||
modified: 20130706185813974
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Linking in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Linking
|
||||
|
||||
A key capability of WikiText is the ability to make links to other tiddlers or to external websites.
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160257619
|
||||
modified: 20131206154613715
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Lists in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Lists
|
||||
|
||||
! Unordered Lists
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160746466
|
||||
modified: 20140619111725471
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Macros in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Macros
|
||||
|
||||
! Defining Macros
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205155836435
|
||||
modified: 20131214170445345
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Paragraphs in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Paragraphs
|
||||
|
||||
To mark the end of a paragraph in TiddlyWiki you need to type `enter` twice to create a double line break:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160532119
|
||||
modified: 20131205160549129
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Styles and Classes in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Styles and Classes
|
||||
|
||||
You can use this construction to cause the wrapped content to be assigned specified CSS classes or styles:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20130914132100000
|
||||
modified: 20140125144616046
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Tables in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Tables
|
||||
|
||||
! Basics
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160146648
|
||||
modified: 20140317214256948
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Transclusion in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Transclusion
|
||||
|
||||
You can incorporate the content of one tiddler within another using the transclusion notation:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205161051792
|
||||
modified: 20140120171407764
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Typed Blocks in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Typed Blocks
|
||||
|
||||
WikiText can include blocks of text that are rendered with an explicit ContentType like this:
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
created: 20131205160840915
|
||||
modified: 20140619111725471
|
||||
tags: wikitext
|
||||
tags: WikiText
|
||||
title: Widgets in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: Widgets
|
||||
|
||||
Widgets provide rich functionality within WikiText. They have the same syntax as [[HTML elements|HTML in WikiText]], but the tag name always starts with `$`. For example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user