diff --git a/core/shadows/GettingStarted.tiddler b/core/shadows/GettingStarted.tiddler
index e726d10..e0e49fa 100644
|
a
|
b
|
|
| 1 | 1 | <div title="GettingStarted"> |
| 2 | | <pre>To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers: |
| 3 | | * SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar) |
| 4 | | * MainMenu: The menu (usually on the left) |
| 5 | | * DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened |
| | 2 | <pre>To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers: |
| | 3 | * [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar) |
| | 4 | * [[MainMenu]]: The menu (usually on the left) |
| | 5 | * [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the [[TiddlyWiki]] is opened |
| 6 | 6 | You'll also need to enter your username for signing your edits: <<option txtUserName>></pre> |
| 7 | | </div> |
| | 7 | </div> |
diff --git a/core/shadows/OptionsPanel.tiddler b/core/shadows/OptionsPanel.tiddler
index 7573dd0..55769a4 100644
|
a
|
b
|
|
| 1 | 1 | <div title="OptionsPanel"> |
| 2 | | <pre>These InterfaceOptions for customising TiddlyWiki are saved in your browser |
| | 2 | <pre>These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser |
| 3 | 3 | |
| 4 | | Your username for signing your edits. Write it as a WikiWord (eg JoeBloggs) |
| | 4 | Your username for signing your edits. Write it as a WikiWord (eg [[JoeBloggs]]) |
| 5 | 5 | |
| 6 | 6 | <<option txtUserName>> |
| 7 | | <<option chkSaveBackups>> SaveBackups |
| 8 | | <<option chkAutoSave>> AutoSave |
| 9 | | <<option chkRegExpSearch>> RegExpSearch |
| 10 | | <<option chkCaseSensitiveSearch>> CaseSensitiveSearch |
| 11 | | <<option chkAnimate>> EnableAnimations |
| | 7 | <<option chkSaveBackups>> [[SaveBackups]] |
| | 8 | <<option chkAutoSave>> [[AutoSave]] |
| | 9 | <<option chkRegExpSearch>> [[RegExpSearch]] |
| | 10 | <<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]] |
| | 11 | <<option chkAnimate>> [[EnableAnimations]] |
| 12 | 12 | |
| 13 | 13 | ---- |
| 14 | | Also see AdvancedOptions</pre> |
| 15 | | </div> |
| | 14 | Also see [[AdvancedOptions]]</pre> |
| | 15 | </div> |