TiddlyWiki / TiddlyWikiClassic

TiddlyWiki Classic (not to be confused with TiddlyWiki5: https://github.com/Jermolene/TiddlyWiki5)
https://classic.tiddlywiki.com/
492 stars 114 forks source link

Add "save by download" fallback for SaveChanges #117

Closed Jermolene closed 6 years ago

Jermolene commented 11 years ago

Add a new file saving capability to TiddlyWiki that uses the download attribute of the <a> element. This would provide a fallback for saving changes on any standards compliant browser. The severe disadvantage over TiddlyWiki's historical saving techniques is that the saved TiddlyWiki file is unceremoniously dumped in the browsers downloads folder.

The technique can be seen in TiddlyWiki5:

https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/savers/download.js

See this discussion for background: https://groups.google.com/d/topic/tiddlywiki/wTqVtrOdMEI/discussion

YakovL commented 6 years ago

Hi Jeremy, can I close this issue? This was implemented somewhere between 2.8.0 and 2.9.0, so can be closed as "fixed", I guess