Live data from Hacker News

Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS

writemd.app

41–50 of 92 posts

Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS

#41
post #5

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.

I can recommend Bear (https://bear.app) been using for ~6 years or more. Truly native and 100% macOS-ish.

Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS

#42
post #5

I'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

I recently migrated a few of my Electron apps to Tauri -- was easy and fast in my case -- went down from 130mb installer to 3mb installer. Worth considering!

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

#45
There's also MarkEdit[0], which is essentially "TextEdit for Markdown" and is definitely _not_ Electron-based:

> 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.

[0]: https://github.com/MarkEdit-app/MarkEdit

Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS

#47
post #29

There 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…

All of this, but underlying it I've come to the conclusion that Markdown isn't a good format for a writing environment beyond just simple prose. There's too much left up to the flavour of it and it's got weaknesses.

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

#48
post #28

Earlier 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?

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

#49

There 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.

Abashedly raises hand as someone who's also written his own. ¯\_(ツ)_/¯

Re: Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS

#50

There 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.

yeah, it's easier to made them now then before.

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.

Post reply on HN