ddd-crew / bounded-context-canvas

A structured approach to designing and documenting each of your bounded contexts
Creative Commons Attribution Share Alike 4.0 International
1.83k stars 170 forks source link

HTML version without requiring browser extensions #33

Closed FND closed 1 year ago

FND commented 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.)

yellowbrickc commented 1 year ago

Thank you @FND 👍 Could you create a PR for this?