1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Docs: Clarify importing simplified TW files

This commit is contained in:
Jermolene 2014-10-18 19:50:42 +01:00
parent 744245ea32
commit e1ac85ddd5

View File

@ -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.
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">