mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-01 08:16:55 +00:00
improve WikiText docs add a Markdown tiddler (#7319)
* improve WikiText docs add a Markdown tiddler * remove Elements heading as requested
This commit is contained in:
parent
867d647839
commit
d4b10605c3
@ -1,15 +1,15 @@
|
||||
created: 20131205155227468
|
||||
modified: 20140919191220377
|
||||
modified: 20230303214711802
|
||||
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.
|
||||
~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]] but with more of a focus on linking and the interactive features.
|
||||
|
||||
~WikiText can also be inserted to the text field using the [[Editor toolbar]].
|
||||
~WikiText can also be inserted to the text field using the [[Editor toolbar]] buttons.
|
||||
|
||||
See [[Formatting text in TiddlyWiki]] for an introduction to WikiText.
|
||||
See [[Formatting in WikiText]] and [[Formatting text in TiddlyWiki]] for an introduction to ~WikiText.
|
||||
|
||||
The following elements of WikiText syntax are built into the core:
|
||||
The following elements of ~WikiText syntax are built into the core:
|
||||
|
||||
<<list-links "[tag[WikiText]]">>
|
||||
<<list-links filter:"[tag[WikiText]]" class:"multi-columns">>
|
||||
|
10
editions/tw5.com/tiddlers/definitions/Markdown.tid
Normal file
10
editions/tw5.com/tiddlers/definitions/Markdown.tid
Normal file
@ -0,0 +1,10 @@
|
||||
created: 20220727090611178
|
||||
modified: 20220728191637376
|
||||
tags: Definitions
|
||||
title: Markdown
|
||||
|
||||
<<<
|
||||
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
|
||||
<<<https://daringfireball.net/projects/markdown/
|
||||
|
||||
~TiddlyWiki and Markdown share some formatting rules eg: [[inline code|Formatting in WikiText]] and [[code blocks|Code Blocks in WikiText]] but WikiText also offers advanced functions like [[transclusions|Transclusion in WikiText]] and [[macros|Macro Calls in WikiText]]
|
Loading…
x
Reference in New Issue
Block a user