You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporting (downloading) a tiddler or filter results on Android results in an incorrect extension of the downloaded file:
in Chrome-based browsers: .html appended, e.g. HelloThere.json.html instead of HelloThere.json,
in Firefox: .html replaces the expected extension, e.g. HelloThere.html instead of HelloThere.json.
Expected behavior
The exported tiddlers or search results in TID or JSON format should have the correct, expected extensions on all platforms, that is .tid or .json.
To Reproduce
Go to tiddlywiki.com on Android
Export a tiddler or filter search results
The downloaded file will have .html extension instead of the expected .tid or .json.
Screenshots
No response
TiddlyWiki Configuration
TiddlyWiki v5.3.6, bug appears the same on v5.1.5 (the first version with export functionality)
Android 14
Browsers: current as of 2025-01-07 versions of Chrome, Brave, and Firefox for Android
I could not reproduce the issue on Chrome on iOS (the downloaded file has the expected extension), so this bug seems Android specific
Additional context
The contents of the downloaded files appear unremarkable, renaming them makes them completely usable.
It's an inconvenience though, especially when one wants to quickly export a tiddler from one wiki and import to another on an Android device – the file won't be correctly recognized and imported as a tiddler if it has the .html extension, even if it contains valid TID or JSON data.
The text was updated successfully, but these errors were encountered:
Describe the bug
Exporting (downloading) a tiddler or filter results on Android results in an incorrect extension of the downloaded file:
.html
appended, e.g.HelloThere.json.html
instead ofHelloThere.json
,.html
replaces the expected extension, e.g.HelloThere.html
instead ofHelloThere.json
.Expected behavior
The exported tiddlers or search results in TID or JSON format should have the correct, expected extensions on all platforms, that is
.tid
or.json
.To Reproduce
.html
extension instead of the expected.tid
or.json
.Screenshots
No response
TiddlyWiki Configuration
Additional context
The contents of the downloaded files appear unremarkable, renaming them makes them completely usable.
It's an inconvenience though, especially when one wants to quickly export a tiddler from one wiki and import to another on an Android device – the file won't be correctly recognized and imported as a tiddler if it has the
.html
extension, even if it contains valid TID or JSON data.The text was updated successfully, but these errors were encountered: