mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +00:00
Docs: Clarify importing simplified TW files
This commit is contained in:
parent
744245ea32
commit
e1ac85ddd5
@ -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 recognised 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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user