Ticket #679: ticket679.patch

File ticket679.patch, 2.2 KB (added by FND, 4 years ago)
  • core/shadows/GettingStarted.tiddler

    diff --git a/core/shadows/GettingStarted.tiddler b/core/shadows/GettingStarted.tiddler
    index e726d10..e0e49fa 100644
    a b  
    11<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 
    66You'll also need to enter your username for signing your edits: <<option txtUserName>></pre> 
    7 </div> 
     7</div> 
  • core/shadows/OptionsPanel.tiddler

    diff --git a/core/shadows/OptionsPanel.tiddler b/core/shadows/OptionsPanel.tiddler
    index 7573dd0..55769a4 100644
    a b  
    11<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 
    33 
    4 Your username for signing your edits. Write it as a WikiWord (eg JoeBloggs) 
     4Your username for signing your edits. Write it as a WikiWord (eg [[JoeBloggs]]) 
    55 
    66<<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]] 
    1212 
    1313---- 
    14 Also see AdvancedOptions</pre> 
    15 </div> 
     14Also see [[AdvancedOptions]]</pre> 
     15</div>