Based on our record, Monodraw should be more popular than Marked.js. It has been mentiond 26 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Looks super cool, congrats! Monodraw[1] is a similar product delivered as a standalone macOS app. It’s a classic pay once-type license and very polished software. Cannot recommend enough! I’ve always wanted something as good on Linux though, will definitely give this a go! [1] https://monodraw.helftone.com/. - Source: Hacker News / 3 months ago
99% sure this is not what you're asking for, but I think it's worth mentioning monodraw: https://monodraw.helftone.com It's really useful for embedding diagrams in your code. Not so much for uses outside of code though. - Source: Hacker News / 3 months ago
I have been using Monodraw for a long time: https://monodraw.helftone.com/ It's a macOS app and I've found it great. However if given an ASCII diagram, you cannot edit it with the same ease as creating a new one (e.g. Reflowing text or resizing boxes). I really like the idea of having the mermaid source and the ASCII diagram together, so you could use the source to change the diagram if needed. But I feel that... - Source: Hacker News / 8 months ago
And then you can perform further edits using something like https://asciiflow.com/ (web, free) or https://ivanceras.github.io/bob-editor/ (web, free) or https://monodraw.helftone.com/ (Mac only, proprietary) as mentioned in other comments from https://news.ycombinator.com/item?id=37040883. - Source: Hacker News / almost 2 years ago
Typograms could be great with the monodraw app on macOS. I'm a very happy customer of monodraw-- not affiliated in any way. https://monodraw.helftone.com/. - Source: Hacker News / almost 2 years ago
It is trivially easy to create your own with libraries like this [0] (34k stars) or this one [1] (444 stars). 0: https://github.com/markedjs/marked. - Source: Hacker News / 3 days ago
📑 Marked Markdown parser. Use it to create your own markdown editor. Source: over 1 year ago
Another contestant in this realm is Bright[1]. It runs entirely on the server and doesn't increase bundle size as seen here[2]. Regarding parsing speed tree-sitter is without a doubt performant since it is written in Rust, but I don't have any problems "parsing on every keystroke" with a setup containing Marked[3], highlight.js[4] and a sanitizer. I did however experience performance issues with other Markdown... - Source: Hacker News / almost 2 years ago
The project uses markedJS to convert markdown into HTML, this is their GitHub page. Source: almost 2 years ago
GPT API returns data in markdown format. You can parse it using a Markdown library and string manipulation. On Electron app I developed https://jhappsproducts.gumroad.com/l/gpteverywhere, I used https://github.com/markedjs/marked and a code syntax highlighting package to display code blocks. And used JavaScript string manipulation to detect when code blocks start and end so I could add COPY/SAVE buttons to the... Source: almost 2 years ago
draw.io - Online diagramming application
Snarkdown - The super fast, 1kb Markdown parser in JavaScript
asciiflow - Infinite ASCII diagrams, save to Google Drive, resize, freeform draw, and export straight to text/html.
Markdown-it - High-speed Markdown parser with 100% CommonMark support, extensions & syntax plugins.
LucidChart - LucidChart is the missing link in online productivity suites. LucidChart allows users to create, collaborate on, and publish attractive flowcharts and other diagrams from a web browser.
ShowdownJS - A Markdown to HTML converter written in JavaScript