Amazing tool, thank you for building this. One piece of feedback: let me pay you without having to fill out a 20 field form. I would have happily bought a license through PayPal, but having to enter all the info really makes me want to press the back button.
Monodraw
111–120 of 218 posts
Re: Monodraw
#112Earlier quoted context omitted.
Please don't do things like this that make it harder for people to read your comments.
Writing documentation is typically an addition to writing comments. They serve different purposes. That said, adding a diagram to a comment will only make it easier to read. It is an addition. It cannot make things harder.
Re: Monodraw
#113Earlier quoted context omitted.
Curious what some of the requested features are since it seems feature complete to me
The main requests have been for: - Plaintext format (in progress) - Dark mode support for the main canvas (in progress) - Auto/Dynamic Layout - Table support - ANSI export
Re: Monodraw
#114Re: Monodraw
#115Earlier quoted context omitted.
Ah, in that case you might want: text-size-adjust: none; -webkit-text-size-adjust: none; (it's infuriating that these options need to exist!)
How do you set options for chrome on iPhone and android? Sorry for the naive question, I never figured this out.
Re: Monodraw
#116Earlier quoted context omitted.
I believe you can treat it as if it were an image by putting it an element with attributes role="img" aria-label="description of the diagram goes here" https://developer.mozilla.org/en-US/docs/Web/Accessibility/A...
The problem is, having to describe a diagram using text defeats the purpose of the diagram. Must better is to use diagrams that render as SVG, so screen readers can read them. [0] [0] https://accessibility.princeton.edu/how/design/images-text
Re: Monodraw
#117Earlier quoted context omitted.
Writing documentation is typically an addition to writing comments. They serve different purposes. That said, adding a diagram to a comment will only make it easier to read. It is an addition. It cannot make things harder.
If only it were true, that additions cannot nake things harder to read.
// some comment
and // some comment
// additionally see ./diagram.png
Diagrams are often useful tools for communicating information.Re: Monodraw
#118Re: Monodraw
#119I wrote my own similar-ish version of this for a school project in 1991. Although mine wasn’t mono, so I could draw in foreground colour, preserving the existing text, background colour or text. Eg draw a filled in square made up only of background colour changes. Obviously this is very different but I love the sense of surprisingly good output despite a lot of restrictions.
Re: Monodraw
#120This went into "maintenance mode" in 2018, has anything changed? https://blog.helftone.com/monodraw-maintenance-mode/
Developer of Monodraw here. Thank you all for the kind words regarding the app. Unfortunately, my time is extremely limited which is why I haven’t had the chance to push more updates out. I’ve got a few highly requested features in the works but I cannot promise when they’ll see the light of day (I usually get to make progress during my holidays). I’m still committed to fixing any breakages due to OS upgrades and ens…