mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +00:00
Docs tweaks
Thanks @xcazin
This commit is contained in:
parent
9d53a1b5c4
commit
55397e0ab1
@ -64,7 +64,7 @@ These files are a straightforward array of hashmaps of name:value fields. Curren
|
|||||||
|
|
||||||
TiddlyWiki HTML files contain a collection of tiddlers encoded in `<DIV>` format.
|
TiddlyWiki HTML files contain a collection of tiddlers encoded in `<DIV>` format.
|
||||||
|
|
||||||
The minimal requirement for an HTML file to be importable as an unencrypted TW file is that it has a <div id="storeArea"> immediately preceding the tiddler DIVs, which must be followed by a </div>. For example:
|
The minimal requirement for an HTML file to be importable as an unencrypted TW file is that it has a `<div id="storeArea">` immediately preceding the tiddler DIVs, which must be followed by a `</div>`. For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
<div id="storeArea">
|
<div id="storeArea">
|
||||||
|
@ -25,4 +25,4 @@ Variables are used in:
|
|||||||
* [[Filter expression|Introduction to Filters]] `[operator<variable-operand>]`
|
* [[Filter expression|Introduction to Filters]] `[operator<variable-operand>]`
|
||||||
* Some default behaviors of [[Widgets]]
|
* Some default behaviors of [[Widgets]]
|
||||||
|
|
||||||
See also [[currentTiddler|WidgetVariable: currentTiddler]] variable, built-in [[variables|Variables]] and [[subsitutions in WikiText|Variables, Macros and Subsitutions in WikiText]]
|
See also [[currentTiddler|WidgetVariable: currentTiddler]] variable, built-in [[variables|Variables]] and [[substitutions in WikiText|Variables, Macros and Substitutions in WikiText]]
|
Loading…
x
Reference in New Issue
Block a user