From 819843e4b01c0bfcde4e0aecb2ea5e4b7e668b52 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 12 Dec 2013 22:38:19 +0000 Subject: [PATCH] Docs updates --- .../tiddlers/Saving on InternetExplorer.tid | 10 ++++++++++ editions/clientserver/tiddlers/Windows HTA Hack.tid | 11 +++++++++++ editions/tw5.com/tiddlers/GettingStarted.tid | 3 ++- editions/tw5.com/tiddlers/Release 5.0.2alpha.tid | 5 +++-- 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 editions/clientserver/tiddlers/Saving on InternetExplorer.tid create mode 100644 editions/clientserver/tiddlers/Windows HTA Hack.tid diff --git a/editions/clientserver/tiddlers/Saving on InternetExplorer.tid b/editions/clientserver/tiddlers/Saving on InternetExplorer.tid new file mode 100644 index 000000000..bd2ccab4b --- /dev/null +++ b/editions/clientserver/tiddlers/Saving on InternetExplorer.tid @@ -0,0 +1,10 @@ +created: 20131212182652334 +modified: 20131212223047457 +tags: howto +title: Saving on InternetExplorer +type: text/vnd.tiddlywiki + +By default, TiddlyWiki saves changes on InternetExplorer 10 and above using a saver module that downloads the newly modified file, rather than saving it directly. There are two alternatives that both save changes directly to the file: + +* [[Use the TiddlyIE browser extension|Saving with TiddlyIE]] +* Use the [[Windows HTA Hack]] by renaming the TiddlyWiki HTML file to have the extension `*.hta`. diff --git a/editions/clientserver/tiddlers/Windows HTA Hack.tid b/editions/clientserver/tiddlers/Windows HTA Hack.tid new file mode 100644 index 000000000..ab624e26b --- /dev/null +++ b/editions/clientserver/tiddlers/Windows HTA Hack.tid @@ -0,0 +1,11 @@ +created: 20131212223146250 +modified: 20131212223450147 +tags: howto +title: Windows HTA Hack +type: text/vnd.tiddlywiki + +Under Windows it is possible to convert TiddlyWiki into a true local application by renaming the HTML file to have the extension `*.hta`. The ''fsosaver'' module can then use the ~ActiveX ~FileSystemObject to save changes. + +Note that one disadvantage of this approach is that the TiddlyWiki file is saved in UTF-16 format, making it up to twice as large as it would be with the usual UTF-8 encoding. However, opening and saving the file via another saving method will re-encode the file to UTF-8. + +See Wikipedia for more details: http://en.wikipedia.org/wiki/HTML_Application diff --git a/editions/tw5.com/tiddlers/GettingStarted.tid b/editions/tw5.com/tiddlers/GettingStarted.tid index 02ddc76be..22dbe3eb5 100644 --- a/editions/tw5.com/tiddlers/GettingStarted.tid +++ b/editions/tw5.com/tiddlers/GettingStarted.tid @@ -1,5 +1,5 @@ created: 20131129090249275 -modified: 20131212094132526 +modified: 20131212222628625 tags: introduction title: GettingStarted type: text/vnd.tiddlywiki @@ -26,4 +26,5 @@ You can also try: * [[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 on TiddlySpot]], a free service that lets you use TiddlyWiki online diff --git a/editions/tw5.com/tiddlers/Release 5.0.2alpha.tid b/editions/tw5.com/tiddlers/Release 5.0.2alpha.tid index 469115838..e30340c03 100644 --- a/editions/tw5.com/tiddlers/Release 5.0.2alpha.tid +++ b/editions/tw5.com/tiddlers/Release 5.0.2alpha.tid @@ -1,5 +1,5 @@ created: 20131211074600007 -modified: 20131212182646223 +modified: 20131212222654713 tags: releasenote title: Release 5.0.2-alpha type: text/vnd.tiddlywiki @@ -8,9 +8,10 @@ type: text/vnd.tiddlywiki !! Improvements +* Added a new RadioWidget, contributed by StephanHradek (@Skeeve on GitHub) * Two new savers for InternetExplorer, both contributed by DavidJade (@davidjade on GitHub) ** ''tiddlyie'' for [[saving with TiddlyIE|Saving with TiddlyIE]], an equivalent of TiddlyFox for InternetExplorer -** ''fsosaver'' that can [[save changes directly with InternetExplorer|Saving with InternetExplorer]] but requires the HTML file to be renamed `*.hta` +** ''fsosaver'' that can [[save changes directly with InternetExplorer|Saving on InternetExplorer]] but requires the HTML file to be renamed `*.hta` !! Bug fixes