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

17 lines
838 B
Plaintext
Raw Normal View History

caption: HTA Hack
color: #F06292
2013-12-12 22:38:19 +00:00
created: 20131212223146250
delivery: DIY
2017-11-14 12:31:35 +00:00
description: Manual method to let Internet Explorer save changes directly
method: save
modified: 20200507110355115
tags: Saving Windows
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: https://en.wikipedia.org/wiki/HTML_Application