mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Docs updates
This commit is contained in:
parent
6386e60896
commit
819843e4b0
@ -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`.
|
11
editions/clientserver/tiddlers/Windows HTA Hack.tid
Normal file
11
editions/clientserver/tiddlers/Windows HTA Hack.tid
Normal file
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user