Closed FND closed 1 year ago
Currently the HTML version requires a browser extension for saving, which seems like a significant hurdle. This probably isn't necessary though: There are now standardized APIs for accessing the file system from JavaScript.
I have a simplistic demo demonstrating that. It uses the aforementioned APIs where available or generates a download link for other browsers, TiddlyWiki-style. (Indeed, the latter might be sufficient in this case.)
Thank you @FND 👍 Could you create a PR for this?
Currently the HTML version requires a browser extension for saving, which seems like a significant hurdle. This probably isn't necessary though: There are now standardized APIs for accessing the file system from JavaScript.
I have a simplistic demo demonstrating that. It uses the aforementioned APIs where available or generates a download link for other browsers, TiddlyWiki-style. (Indeed, the latter might be sufficient in this case.)