I'm not sure people seeing "Made for Apple silicon" will expect an Electron app.
will expect an Electron app. Whoops! Thanks for the warning. I'm out. Shame, too. I've been looking for a new text editor. Someone else in this thread recommended SubEtha. I'll take a look there, instead. Happy to keep my Mac Electron-free.
Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
41–50 of 92 posts
Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
#42I'm not sure people seeing "Made for Apple silicon" will expect an Electron app.
That's fair enough. I'll change that, so it doesn't seem misleading
https://github.com/whyboris/Simplest-File-Renamer <- 130mb to 3mb from Electron to Tauri
Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
#43Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
#44How does this compare to Typora? That's the leader in this market as far as I can tell.
Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
#45> For perspective: at just 4 MB, MarkEdit is much smaller than Electron apps. Handling a 10 MB file with ease puts it ahead of TextKit-based editors. Performance-first editors built with Rust lack native features, while correctness alone rules out editors that rely on regex-based Markdown parsing.
Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
#46I'm not sure people seeing "Made for Apple silicon" will expect an Electron app.
Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
#47There must be something fascinating about writing Markdown apps - either it scratches an itch, or AI is really good at creating them. There's a flood of them on r/macapps and similar places.
It's because it's effectively impossible to make a markdown authoring app that meets everyone's needs, and people tend to be picky about what they want in a writing environment. People have strong preferences about WYSIWYG, flavor of markdown (pandoc/quarto/GFM/etc), theming support, some want notes to be able to link to each other, etc. As an example, I require math notation support for basically everything I write…
I've been experimenting with using Markdown (in Typora) in place of Word, but it (and others I've looked at) have zero support for image positioning or sizing, or a way to have different (pre-defined) styles on different tables.
Which is a shame because I like keeping my documents in plain text, in version control and efficiently read by my LLMs. LyX (https://www.lyx.org/) for LaTeX is the closest to what I'm thinking of that I know of, but maybe something exists for Asciidoc or Typst.
Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
#48Earlier quoted context omitted.
will expect an Electron app. Whoops! Thanks for the warning. I'm out. Shame, too. I've been looking for a new text editor. Someone else in this thread recommended SubEtha. I'll take a look there, instead. Happy to keep my Mac Electron-free.
Out of curiosity; how come?
Speed. Efficiency. UI consistency. Cross-program features that nearly every "framework" fails at.
On my macOS machines, I make an effort to only use native apps. I can't speak for what Apple ships with the OS, but AFAIK, everything I've added is native.
Perhaps it's just a placebo effect, but everything on my five-year-old personal M1 MacBook Pro feels just as snappy as the mixed bag on my two-year-old work M4 MacBook Pro.
Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
#49There must be something fascinating about writing Markdown apps - either it scratches an itch, or AI is really good at creating them. There's a flood of them on r/macapps and similar places.
Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS
#50There must be something fascinating about writing Markdown apps - either it scratches an itch, or AI is really good at creating them. There's a flood of them on r/macapps and similar places.
I've made myself two editors recently:
https://wander.md - WYSIWYG editor that works on mac, iphone and iPad and has semantic versioning backend in.
https://original.me - fully native macOS editor that uses Apple Notes as backend.
those are ver interesting to build, but also way more possible. I think it would have take me years before.