mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-02 08:46:56 +00:00
Docs updates
This commit is contained in:
parent
1f5dac6366
commit
193d073906
@ -8,6 +8,8 @@ The standalone edition of TiddlyWiki5 is a single HTML file that contains both y
|
||||
* Using the HTML `<a>` 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]]
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user