diff --git a/editions/tw5.com/tiddlers/Docs.tid b/editions/tw5.com/tiddlers/Docs.tid index 005f298c6..8fc383a34 100644 --- a/editions/tw5.com/tiddlers/Docs.tid +++ b/editions/tw5.com/tiddlers/Docs.tid @@ -9,6 +9,10 @@ TiddlyWiki5 can be used via these editions: {{{ [tag[edition]sort[title]] }}} +! How to use TiddlyWiki5 + +{{{ [tag[howto]sort[title]] }}} + ! Concepts The core concepts underlying TiddlyWiki are: 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 new file mode 100644 index 000000000..249731cc8 --- /dev/null +++ b/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file.tid @@ -0,0 +1,27 @@ +title: How to use TiddlyWiki5 as a standalone HTML file +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 +# 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 +# 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 + +! On mobile browsers + +# 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 +# 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 +## Otherwise, open the link to open the page in a new browser tab, and then bookmark that page + +To re-open your file, simply open the 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 new file mode 100644 index 000000000..03877646f --- /dev/null +++ b/editions/tw5.com/tiddlers/howtos/How_to_use_TiddlyWiki5_as_a_standalone_HTML_file_with_TiddlyFox.tid @@ -0,0 +1,12 @@ +title: How to use TiddlyWiki5 as a standalone HTML file with TiddlyFox +tags: docs howto + +# 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 +# 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 +# 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.