1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 10:13:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid

12 lines
719 B
Plaintext
Raw Normal View History

2013-12-12 22:38:19 +00:00
created: 20131212223146250
2014-09-12 15:05:37 +00:00
modified: 20140912141040479
tags: [[Saving on InternetExplorer]]
2013-12-12 22:38:19 +00:00
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