1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 06:43:15 +00:00

Docs updates

This commit is contained in:
Jermolene 2014-08-11 23:48:29 +01:00
parent 65b2852c7f
commit 65014a8d6c
14 changed files with 80 additions and 58 deletions

View File

@ -1,5 +1,5 @@
created: 20131129090249275
modified: 20140720212022007
modified: 20140811172052886
tags: introduction
title: GettingStarted
type: text/vnd.tiddlywiki
@ -11,31 +11,9 @@ GettingStarted - $(browser-name)$
<$macrocall $name="tabs" state="$:/state/tabs/platform" tabsList="[prefix[GettingStarted - ]]" default=<<default-platform>> class="tw-vertical"/>
</$set>
-----
See also:
TiddlyWiki is very flexible, and there are many different ways to use it. Here we're focusing on using it as a standalone file in the browser, which is a good choice for most users as it doesn't require any special knowledge or tools. For more options you can also run [[TiddlyWiki on Node.js]].
[[Video Tutorials]] are available, too.
! The 'works anywhere' method
{{Saving with the HTML5 fallback saver}}
! The convenient and fast method
Saving changes as described above is quite inconvenient because of the degree of manual intervention that browsers require. The following alternative method is recommended for everyone who is able to use Mozilla's [[Firefox]] browser.
{{Saving with TiddlyFox}}
! Other ways of saving changes
[[Saving with Encryption]] explains how to use TiddlyWiki's built-in encryption to protect your content with a password.
You can also try:
* [[Using TiddlyWiki on TiddlyDesktop]], a custom desktop application for working with TiddlyWiki
* [[Saving on iPad/iPhone]] with the custom ''TWEdit'' app
* [[Saving on Android]] with the custom ''~AndTidWiki'' app
* [[Saving on InternetExplorer]] with the [[TiddlyIE]] extension, or via the [[Windows HTA Hack]]
* [[Saving with Encryption]] explains how to use TiddlyWiki's built-in encryption to protect your content with a password
* [[Saving on TiddlySpot]], a free service that lets you use TiddlyWiki online
* Running [[TiddlyWiki on node-webkit]], turning a single TiddlyWiki into a native application on your desktop
* [[Using TiddlyWiki on TiddlyDesktop]], a custom desktop application for working with TiddlyWiki

View File

@ -1,14 +1,14 @@
created: 20130822170200000
modified: 20140810111402520
modified: 20140811224027280
tags: introduction
title: HelloThere
type: text/vnd.tiddlywiki
Welcome to TiddlyWiki, an open source notebook that anyone can use and keep forever, independently of any corporation.
Welcome to TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation.
TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a [[single HTML file in the browser|SingleFileApplication]] or as a powerful [[Node.js application|Node.js]]. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
This is version <<version-link>> of ~TiddlyWiki, a major reboot designed [[for the next 25 years|Future of TiddlyWiki]]. It is currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to [[get involved|Community]] and support the future development of ~TiddlyWiki.
This is version <<version-link>> of ~TiddlyWiki, a major reboot designed [[for the next 25 years|Future of TiddlyWiki]]. It is currently in beta (see the detailed ReleaseHistory) with a RoadMap for moving to the full release. It is a great time to [[get involved|Community]] and support the future development of ~TiddlyWiki.
//~TiddlyWiki is a free, open source project that depends on [[your love and support|HelpingTiddlyWiki]] for its survival//.

View File

@ -0,0 +1,23 @@
created: 20140811171304926
modified: 20140811171800263
tags: howto
title: Saving on Safari
type: text/vnd.tiddlywiki
This method of saving changes is clunky because it requires manual intervention for each save.
# [[Download]] an empty TiddlyWiki by clicking this button:
#> {{$:/editions/tw5.com/snippets/download-empty-button}}
#> If the button doesn't work save this link: http://tiddlywiki.com/empty.html
#> Your browser may ask you to accept the download before it begins
# Locate the file you just downloaded
#* You may rename it, but be sure to keep the `.html` or `.htm` extension
# Open the file in Safari
# Try creating a new tiddler using the ''new tiddler'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''done'' button
# Save your changes by clicking the {{$:/core/images/save-button}} ''save changes'' button in the sidebar
# A popup "Download changes" window is displayed that includes a link labelled //Right-click to save changes//
# Right-click on the link and select "Download Linked File As..." from the popup menu
# Navigate to the folder containing your wiki HTML file and select the existing file
# Click the "Save" button
# Click "Replace" to confirm replacing the existing file
# Verify that your changes have been saved correctly

View File

@ -1,5 +1,7 @@
title: GettingStarted - Android
caption: Android
created: 20140811171036268
modified: 20140811171041595
title: GettingStarted - Android
type: text/vnd.tiddlywiki
These are instructions for Android.
{{Saving on Android}}

View File

@ -1,4 +1,9 @@
title: GettingStarted - Chrome
caption: Chrome
created: 20140811165935523
modified: 20140811170107969
title: GettingStarted - Chrome
type: text/vnd.tiddlywiki
These are instructions for Chrome
TiddlyWiki on Google Chrome can only save changes using the HTML5-compatible fallback saver module.
{{Saving with the HTML5 fallback saver}}

View File

@ -1,4 +1,9 @@
title: GettingStarted - Firefox
caption: Firefox
created: 20140811170425199
modified: 20140811170527083
title: GettingStarted - Firefox
type: text/vnd.tiddlywiki
These are instructions for Firefox
Firefox provides the best user experience for using TiddlyWiki with the TiddlyFox browser extension.
{{Saving with TiddlyFox}}

View File

@ -1,5 +1,9 @@
title: GettingStarted - Internet Explorer
caption: Internet Explorer
created: 20140811172058274
modified: 20140811172247864
title: GettingStarted - Internet Explorer
type: text/vnd.tiddlywiki
These are instructions for Internet Explorer.
{{Saving with TiddlyIE}}
The [[Windows HTA Hack]] describes an alternative method of using TiddlyWiki with Internet Explorer.

View File

@ -1,4 +1,7 @@
title: GettingStarted - Node.js
caption: Node.js
created: 20140811172010003
modified: 20140811172012677
title: GettingStarted - Node.js
type: text/vnd.tiddlywiki
Instructions for Node.js
{{Installing TiddlyWiki on Node.js}}

View File

@ -1,5 +1,10 @@
title: GettingStarted - Safari
caption: Safari
created: 20140811171121022
modified: 20140811171247643
title: GettingStarted - Safari
type: text/vnd.tiddlywiki
These are instructions for Safari.
TiddlyWiki on Safari can only save changes using the HTML5-compatible fallback saver module.
{{Saving on Safari}}

View File

@ -1,5 +1,7 @@
title: GettingStarted - iOS
caption: iPad/iPhone
created: 20140811170918707
modified: 20140811170921731
title: GettingStarted - iOS
type: text/vnd.tiddlywiki
These are instructions for iPad/iPhone/iPod.
{{Saving on iPad/iPhone}}

View File

@ -1,5 +0,0 @@
title: GettingStarted - unknown
caption: unknown
Your current browser is unknown.

View File

@ -1,9 +1,9 @@
created: 20130825161400000
modified: 20131203112539560
modified: 20140811171026344
tags: howto
title: Saving on Android
type: text/vnd.tiddlywiki
The AndTidWiki app for Android devices makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection.
The AndTidWiki app for Android devices makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection. [[Download it here|https://play.google.com/store/apps/details?id=de.mgsimon.android.andtidwiki]].
//Note that AndTidWiki is published independently of TiddlyWiki//

View File

@ -1,10 +1,10 @@
created: 20131129092604900
modified: 20140226201353048
modified: 20140811170321179
tags: howto
title: Saving with the HTML5 fallback saver
type: text/vnd.tiddlywiki
This method of saving changes is clunky but has the advantage of working on almost all desktop browsers, and many mobile browsers.
This method of saving changes is clunky because it requires manual intervention for each save. It has the advantage of working on almost all desktop browsers, and many mobile browsers.
# [[Download]] an empty TiddlyWiki by clicking this button:
#> {{$:/editions/tw5.com/snippets/download-empty-button}}
@ -13,8 +13,8 @@ This method of saving changes is clunky but has the advantage of working on almo
# Locate the file you just downloaded
#* You may rename it, but be sure to keep the `.html` or `.htm` extension
# Open the file in your browser
# Try creating a new tiddler using the ''plus'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''tick'' button
# Save your changes by clicking the {{$:/core/images/save-button}} ''download'' button in the sidebar
# Try creating a new tiddler using the ''new tiddler'' {{$:/core/images/new-button}} button in the sidebar. Type some content for the tiddler, and click the {{$:/core/images/done-button}} ''done'' button
# Save your changes by clicking the {{$:/core/images/save-button}} ''save changes'' button in the sidebar
# Your browser will download a new copy of the wiki incorporating your changes
# Locate the newly downloaded file and open it in your browser
# Verify that your changes have been saved correctly

View File

@ -1135,8 +1135,8 @@ canvas.tw-edit-bitmapeditor {
padding-top: 0;
padding-left: 14px;
border-left: 1px solid <<colour tab-border>>;
-webkit-flex: 0 0 70%;
flex: 0 0 70%;
-webkit-flex: 0 0 84%;
flex: 0 0 84%;
}
.tw-sidebar-lists .tw-tab-buttons button.tw-tab-selected {