Earlier quoted context omitted.
>I find it unlikely that such copy protection would actually convert a non-paying user into a customer. I used to think that but then kept tripping across customers who ran multiple copies of my software after purchasing a single license. I now wish I'd tightened the DRM from the start.
I think you're missing his point. If you tightened DRM, would those customers that ran multiple copies pay for multiple licenses? Fighting piracy is generally not worth it. Those people would never pay, so you're fighting to stop a pirate from using it, not to get them to pay. There's a big difference.
Monodraw
81–90 of 196 posts
Re: Monodraw
#82Developer of the app here, happy to answer any questions.
> Monodraw does not use activation or any other form of DRM. We have complete trust in our customers. Interesting. But, why?
Re: Monodraw
#83Hiding a lot of complications in that phrase. What text encoding? What font? etc.
Re: Monodraw
#84Some relevant browser based ascii-drawing tools. https://app.monosketch.io/ https://web.archive.org/web/20210503172024/https://fatiherik... https://textik.com/# https://asciiflow.com/#/ https://fsymbols.com/draw/
Re: Monodraw
#85Earlier quoted context omitted.
Are there any enhancements that you've wanted to do, but haven't had the time? I'm a huge fan, and am surprised how stable Monodraw has been for me. I've kept a single, growing document open as a scratch pad for the last three years. The only downtime was converting it to the new-ish file format haha.
The top two features I want to add next are table support and some form of auto layout (like flexbox). I really care about stability and performance, so I’m happy to hear that it’s being appreciated.
Re: Monodraw
#86Bought this couple months ago, and am now always looking for more ways to include this for inline-documentation. the fact i can export to clipboard and re-import it and reconstruct all the shapes etc. almost flawlessly is such a big win.
Absolutely love monodraw for diagrams in documentation! All of the diagrams for Oban and Oban Pro are done this way: Job Lifecycle: https://hexdocs.pm/oban/job_lifecycle.html Composition: https://oban.pro/docs/pro/1.6.4/composition.html
Re: Monodraw
#87Accessibility question: how do screen readers handle ascii art-style diagrams like this? It seems like they would be overwhelmed by the lines.
role="img"
aria-label="A styled box using monospace box-drawing characters. Its header is 'area complete', and there's a link to a forum post."
(Happy to be corrected/updated here, I am not an a11y expert. I am a very happy Monodraw customer though!)Re: Monodraw
#88Just checked and my most recent document is a diagram of data flows between two services.
Highly recommended.
Re: Monodraw
#89Earlier quoted context omitted.
Windows version in the future?
There are no current plans but never say never (the app is 100% AppKit, so porting means a full rewrite). I wish I had the time to port it to all three desktop OSes.
Re: Monodraw
#90Accessibility question: how do screen readers handle ascii art-style diagrams like this? It seems like they would be overwhelmed by the lines.
They don’t. You should aria-label it thus: role="img" aria-label="A styled box using monospace box-drawing characters. Its header is 'area complete', and there's a link to a forum post." (Happy to be corrected/updated here, I am not an a11y expert. I am a very happy Monodraw customer though!)