Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
31–40 of 54 posts
Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#32Any chance you can write a blogpost about development of cascii? It looks impressive and it would be nice to take a sneak peek behind your thought process.
Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#33Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#34Do you know if there would be a way (in the future) to export existing image diagrams to this format / will there be an API. It would be very cool for archival purposes.
Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#35Wow. This is absolutely fantastic! Great work! Congrats! Do you know if there would be a way (in the future) to export existing image diagrams to this format / will there be an API. It would be very cool for archival purposes.
Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#36Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#37This looks awesome. The way you are dragging things around and the diagonal lines is amazing. Don't think asciiflow or the other one or two tools do this. Since you are providing a single portable html file (which almost no one does that these days sadly) you may be interested in how sequencediagrams.org handles this. They don't offer sign up, instead have localStorage, Google drive, file export and few other ways. A…
Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#38Earlier quoted context omitted.
Glad you asked. Have you checked the online version https://cascii.app There, all exported drawings come with a short link. This is so that months later anyone reading / seeing can edit their own copy online / keep it up to date. You can also create an account to manage your own drawings. Side note - when you use real pasting, it will not remember meaningful information (that's very hard to do elegantly). In your exa…
Hi, great app. I'd love to understand how you are maintaining state behind that short url and see if there are ways (sans server) to at least partially recreate state from the exported ascii. Having an Import from clipboard would truly make this a remarkable app.
Maybe base64 encoded metadata under the diagram? Maybe encode in non-printable characters?
Maybe just use non-printable characters to hint where the corners of objects are?
Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#39Earlier quoted context omitted.
Hi, great app. I'd love to understand how you are maintaining state behind that short url and see if there are ways (sans server) to at least partially recreate state from the exported ascii. Having an Import from clipboard would truly make this a remarkable app.
Exactly. Make it importable and i am sold. Maybe base64 encoded metadata under the diagram? Maybe encode in non-printable characters? Maybe just use non-printable characters to hint where the corners of objects are?
Perhaps a good middle ground would just be offering the gzip dump.