‎# MarkEdit MarkEdit is a free and **open-source** Markdown editor, for macOS. It's just like _TextEdit_ on Mac but dedicated to `Markdown`. ## What make MarkEdit different - Privacy focused: doesn't collect any user data - Native: clean and intuitive, feels right at home on Mac - Fast: edits 10 M…
@nmn Thanks for the recommendation, it is a nice project for sure.
However, IMHO TextKit (1 and 2, or lower level, CoreText) has huge gap compared to web technologies, including the product and the community.
In MarkEdit, we did lots of things that are desperately hard to achieve using "native" technologies, such as multi-caret, code folding. The performance and extensibility of cm6 is also surprisingly good.
@nmn It's super weird that you don't get these from native approaches (CoreText and TextKit 2) for free (another very well-known CoreText based editor Textastic doesn't support these either), but WebKit does take care of these, I am confused by which one is more native now.
Well, it is fair to say you don't need these in a source code editor, but for Markdown editing I would expect the experience more solid for normal writings.