diff --git a/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Standalone_Edition.tid b/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Standalone_Edition.tid index 0e99eb637..01babde86 100644 --- a/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Standalone_Edition.tid +++ b/editions/tw5.com/tiddlers/editions/TiddlyWiki5_Standalone_Edition.tid @@ -8,6 +8,8 @@ The standalone edition of TiddlyWiki5 is a single HTML file that contains both y * Using the HTML `` element letting the user manually save the modified file ** Recent browsers supporting the `download` attribute can automatically force the download at the cost of losing control of the location of the downloaded file -You can start with an empty copy of TiddlyWiki5 from http://five.tiddlywiki.com/empty.html +See these guides for different ways of using the standalone edition of TiddlyWiki5: -The standalone edition of TiddlyWiki supports encryption of content using the StanfordJavaScriptCryptoLibrary. +* [[How to use TiddlyWiki5 as a standalone HTML file]] +* [[How to use TiddlyWiki5 as a standalone HTML file with TiddlyFox]] +* [[How to use TiddlyWiki5 as a standalone HTML file with encryption]] diff --git a/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file.tid b/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file.tid index 249731cc8..130f628dc 100644 --- a/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file.tid +++ b/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file.tid @@ -4,11 +4,11 @@ tags: docs howto ! On desktop browsers # Right-click on this link to an empty TiddlyWiki5 file and select "Save Link" to save it to your hard drive: -** http://five.tiddlywiki.com/empty +#* http://five.tiddlywiki.com/empty # Open the file in your browser # Make some changes to it. For example: -** Create new tiddlers by clicking the `New` button in the left sidebar -** Edit existing tiddlers by clicking the `Edit` button at their upper right +#* Create new tiddlers by clicking the `New` button in the left sidebar +#* Edit existing tiddlers by clicking the `Edit` button at their upper right # Save your changes by clicking the `Save` button in the left sidebar. What happens next depends on your browser: ## Newer browsers will ask for confirmation and then begin downloading your newly modified TiddlyWiki file, placing it in the default `Downloads` directory. ## For older browsers, TiddlyWiki displays a dialogue including a link that you need to right-click and save @@ -17,8 +17,8 @@ tags: docs howto # Visit http://five.tiddlywiki.com/empty in your browser # Make some changes. For example: -** Create new tiddlers by clicking the `New` button in the left sidebar -** Edit existing tiddlers by clicking the `Edit` button at their upper right +#* Create new tiddlers by clicking the `New` button in the left sidebar +#* Edit existing tiddlers by clicking the `Edit` button at their upper right # Save your changes by clicking the `Save` button in the left sidebar # TiddlyWiki displays a dialogue including a download link. ## If your browser allows, add the link as a bookmark diff --git a/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file_with_TiddlyFox.tid b/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file_with_TiddlyFox.tid index 3ac772cbd..d0cf77909 100644 --- a/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file_with_TiddlyFox.tid +++ b/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file_with_TiddlyFox.tid @@ -4,11 +4,11 @@ tags: docs howto TiddlyFox is an extension for Mozilla Firefox that allows TiddlyWiki5 to save changes directly to the file system. It can be downloaded from: https://github.com/TiddlyWiki/TiddlyFox/raw/master/tiddlyfox.xpi # Right-click on this link to an empty TiddlyWiki5 file and select "Save Link" to save it to your hard drive: -** http://five.tiddlywiki.com/empty +#* http://five.tiddlywiki.com/empty # Open the file in your browser. If this is the first time you've used a file with this name and location you will see a confirmation dialogue from TiddlyFox # Make some changes to it. For example: -** Create new tiddlers by clicking the `New` button in the left sidebar -** Edit existing tiddlers by clicking the `Edit` button at their upper right +#* Create new tiddlers by clicking the `New` button in the left sidebar +#* Edit existing tiddlers by clicking the `Edit` button at their upper right # Save your changes by clicking the `Save` button in the left sidebar With TiddlyFox, your changes are directly applied to the original file that you opened in your browser.