mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 18:26:47 +00:00
Document the tv-* variables
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
created: 20150228133106000
|
||||
modified: 20150228134018000
|
||||
tags: Definitions
|
||||
title: Document Object Model
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
The <<.dlink-ex DOM "http://en.wikipedia.org/wiki/Document_Object_Model">> of a web page is a tree-shaped model of its content, maintained internally by the web browser as the user interacts with that content. Each point in the tree is called a <<.def node>>.
|
||||
|
||||
When ~TiddlyWiki is running in a web browser, its [[widgets|Widgets]] are rendered into DOM nodes for display.
|
||||
|
||||
When ~TiddlyWiki is running on [[Node.js|TiddlyWiki on Node.js]], it uses a fake DOM to simulate the behaviour of a browser.
|
||||
@@ -0,0 +1,11 @@
|
||||
created: 20150228132723000
|
||||
modified: 20150228133925000
|
||||
tags: Definitions
|
||||
title: HyperText Markup Language
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<.dlink-ex HTML "http://en.wikipedia.org/wiki/HTML">> is a standard plain-text format used for defining the content of a web page.
|
||||
|
||||
It consists of a tree of elements expressed using a system of special <<.def tags>> enclosed in angle brackets.
|
||||
|
||||
Almost the whole of HTML can be used unchanged in the WikiText of a tiddler.
|
||||
11
editions/tw5.com/tiddlers/definitions/PercentEncoding.tid
Normal file
11
editions/tw5.com/tiddlers/definitions/PercentEncoding.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20150228131248000
|
||||
modified: 20150228131522000
|
||||
tags: Definitions
|
||||
title: Percent Encoding
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<.dlink-ex "Percent encoding" "http://en.wikipedia.org/wiki/Percent-encoding">> is a notation that allows otherwise invalid characters to be included in a [[URI]].
|
||||
|
||||
Such characters are represented as a percent sign `%` followed by two additional characters.
|
||||
|
||||
For example, a space is represented as `%20` and an actual percent sign is represented as `%25`.
|
||||
7
editions/tw5.com/tiddlers/definitions/URI.tid
Normal file
7
editions/tw5.com/tiddlers/definitions/URI.tid
Normal file
@@ -0,0 +1,7 @@
|
||||
created: 20150228113450000
|
||||
modified: 20150228113654000
|
||||
tags: Definitions
|
||||
title: URI
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
A <<.dlink-ex "URI" "http://en.wikipedia.org/wiki/Uniform_resource_identifier">> (also often known as a <<.def URL>>) is a string of characters used to specify the location of a resource such as a web page.
|
||||
Reference in New Issue
Block a user