Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. AI messaging scam costs Italy's top bank Intesa millions, sources say (reuters.com)
    —discuss
  2. In an $80 Motel Room, a Discovery to Shed Light on the Origins of Life (nytimes.com)
    1comments
  3. Active speaker detection for deaf and hard-of-hearing (captivision.app)
    —discuss
  4. How do you compare religions? (plurilore.com)
    —discuss
  5. All you need is accessibility (maheepk.net)
    —discuss
  6. Show HN: AI agent running cost calculator (and when a SaaS platform is cheaper) (broutonlab.com)
    —discuss
  7. Who Killed Paulina Borsook's Career? (wired.com)
    —discuss
  8. Ask HN: In 3 months 4300 Dowloads but only 100 Stars, what I need to do?
    1comments
  9. AI and the Fall? Of the Creative Class (apricitas.io)
    —discuss
  10. Shame and snobbery as American students blamed for St Andrews classism (theguardian.com)
    —discuss
  11. Cashing in on Dust
    —discuss
  12. >1B tokens/minute/GPU by combining query planner and inference engine (modal.com)
    —discuss
  13. Software occlusion culling in Block Game (enikofox.com)
    —discuss
  14. 'Gaming pays me double what I earned as a teacher' (bbc.com)
    1comments
  15. A Vindication of Bjorn Lomborg (humanprogress.org)
    —discuss
  16. New generation of Business analytics Intelligence (blunxai.com)
    1comments
  17. Minecraft developer found dead in his home in Paraná, Brazil (portuguese) (correio24horas.com.br)
    1comments
  18. My development setup. A pivot toward terminal and dotfiles (besok.github.io)
    —discuss
  19. Ask HN: How are you getting inference for personal projects?
    2comments
  20. Maplibre-Gl-Lanes v1.0.0 (nuxx.net)
    —discuss
  21. Show HN: A deterministic tool-call gateway vs. prompt-injection classifiers (github.com/yehielamor)
    —discuss
  22. Sourced tracker for Tasmania's proposed AI data centres (tasdatacentres.org)
    —discuss
  23. Can a practitioner's judgment be shipped as a text file? (grace.training)
    —discuss
  24. Quantum computing's "dark horse" just proved it can go universal (sciencedaily.com)
    —discuss
  25. Jev and the Return of AI/ML Engineering (leehanchung.github.io)
    —discuss
  26. Ask HN: What task manager do you use? What do you miss on them?
    —discuss
  27. Colyseus – Real-Time Multiplayer Framework for Node.js (colyseus.io)
    —discuss
  28. Show HN: I spent 10 months building a Markdown editor for Mac, iOS and web (markdown.beauty)
    5comments
  29. Instinct and Intelligence (1929) (archive.org)
    —discuss
  30. Visitors – Privacy-friendly Google Analytics alternative (visitors.now)
    —discuss

Show HN: I spent 10 months building a Markdown editor for Mac, iOS and web

5 pointsby 50m agomarkdown.beauty
5 comments
I've spent the last 10 months building Beauty: a local, powerful greco-roman Markdown editor where the page looks finished while you type. It runs on the Mac, iPhone and in the browser, and the browser version opens without an account: https://app.markdown.beauty

I was frustrated with writing apps, and like most I used Apple Notes. After 2+ years immersed in Cursor, Codex and CC, I wished some interactions existed in a text editor.

The Markdown renders in place as you write it, including tables (which you can drag and resize without lining up pipes), KaTeX math and Mermaid diagrams. A lot of thought went into typography and the writing experience.

Your notes on the Mac are plain .md files in a folder with images next to them, so they open in anything else too. Each note keeps 200 versions. If you share a note with a link it syncs peer to peer over WebRTC while someone has it open, and the server that connects you only ever sees a random room id.

Most of the ~1,000 commits went into the editor itself. It's a contenteditable, and I don't let the browser restructure the document at all, which was a lot more work than I expected. Building this to be performant and cross-platform required some novel approaches, which I'll later open source. The editor is free with no account or ads, and there's an optional subscription for sync through your own iCloud.

https://www.markdown.beauty

40m agoHN ↗

Hey, I quickly tried your editor and even when the writing experience is the most important thing, I have to admit it looks really lovely! I love the design and how it interacts. That is cool. Maybe you could add some more color options (not everyone likes the newish beige-toned interfaces). Cool that even flowcharts are supported. The only thing I miss in the block options would be a callout and the option to set a color for that callout. So far my first impressions :)

30m agoHN ↗

Amazing project and execution. Makes my IDE's quickly-bolted-on (3 hours) .md support look ridiculous in comparison. Installed as PWA. Thank you!

26m agoHN ↗

Just tried it!

Hell yeah, someone finally got notes right. I don’t say this lightly, but notes are supposed to be simple, fast and easily retrieved.

Apple Notes doesn’t give us nearly enough. Notion gives way too much. Obsidian is a mess. Craft, AnyType, etc are janky, gimmicky or slow.

You managed to make something simple, local, that gives us exactly the features we need for writing and finding notes and also MCP so I can point my agent to it?! I’d give you a fcking nobel prize for this lol

8m agoHN ↗

It looks really nice. I definitely will use it.

Many questions come to mind: - What is the revenue model? - What is your personal story? Why you do not explain it in the site?

1m agoHN ↗

There's no revenue model, no clear goal. This app is a creative outlet and a sandbox to try ideas. I added an in-app purchase as a test to see if anyone cares, it would motivate me to keep working on it.

Without the constraints of a usual project, I feel I'll actually work on it for a much longer time.

I didn't add any story or personal background because I didn't think anyone would care, but good idea! In the meantime, you can follow along on x: @thiago_peres