diff --git a/editions/tw5.com/tiddlers/definitions/TiddlyIE.tid b/editions/tw5.com/tiddlers/definitions/TiddlyIE.tid deleted file mode 100644 index dfc02cab7..000000000 --- a/editions/tw5.com/tiddlers/definitions/TiddlyIE.tid +++ /dev/null @@ -1,9 +0,0 @@ -created: 20131211220000000 -modified: 20131211224200000 -tags: Definitions -title: TiddlyIE -type: text/vnd.tiddlywiki - -TiddlyIE is an extension for Internet Explorer that allows standalone TiddlyWiki files to save their changes directly to the file system. TiddlyIE works with the desktop version of Internet Explorer. - -See [[Saving with TiddlyIE]]. \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid deleted file mode 100644 index 295736a3f..000000000 --- a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +++ /dev/null @@ -1,10 +0,0 @@ -caption: Internet Explorer -created: 20140811172058274 -modified: 20211114031651879 -tags: GettingStarted $:/deprecated -title: GettingStarted - Internet Explorer -type: text/vnd.tiddlywiki - -{{Saving with TiddlyIE}} - -The [[Windows HTA Hack]] describes an alternative method of using TiddlyWiki with Internet Explorer. \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid b/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid deleted file mode 100644 index 4049ea508..000000000 --- a/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid +++ /dev/null @@ -1,17 +0,0 @@ -caption: HTA Hack -color: #F06292 -created: 20131212223146250 -delivery: DIY -description: Manual method to let Internet Explorer save changes directly -method: save -modified: 20200507110355115 -tags: Saving Windows $:/deprecated -title: Windows HTA Hack -type: text/vnd.tiddlywiki - -<<.deprecated-since "5.3.6">> -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 diff --git a/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid b/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid deleted file mode 100644 index 6fc044a43..000000000 --- a/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +++ /dev/null @@ -1,25 +0,0 @@ -caption: ~TiddlyIE -color: #4DB6AC -community-author: David Jade -created: 20131211220000000 -delivery: Browser Extension -description: Browser extension for Internet Explorer -method: save -modified: 20200507201415232 -tags: [[Internet Explorer]] Saving $:/deprecated -title: Saving with TiddlyIE -type: text/vnd.tiddlywiki - -<<.deprecated-since "5.3.6">> -# Install the TiddlyIE add-on from: -#* https://github.com/davidjade/TiddlyIE/releases -# Restart Internet Explorer. IE will prompt you to enable the TiddlyIE add-on. -#> You may also see a prompt to enable the //Microsoft Script Runtime// -# [[Download]] an empty TiddlyWiki by saving this link: -#> https://tiddlywiki.com/empty.html -# Locate the file you just downloaded -#* You may rename it, but be sure to keep the `.html` or `.htm` extension -# Open the file in Internet Explorer -# Try creating a new tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar. Type some content for the tiddler, and click the <<.icon $:/core/images/done-button>> ''ok'' button -# Save your changes by clicking the <<.icon $:/core/images/save-button-dynamic>> ''save changes'' button in the sidebar. Internet Explorer will ask for your consent to save the file locally by presenting a file ''Save As'' dialog. -# Refresh the browser window to verify that your changes have been saved correctly