17 comments

  • cube002 hours ago
    I'm not sure people seeing "Made for Apple silicon" will expect an Electron app.
    • 00deadbeef42 minutes ago
      It&#x27;s 2026, I <i>always</i> expect an Electron app, unfortunately
    • danielbilekq2 hours ago
      That&#x27;s fair enough. I&#x27;ll change that, so it doesn&#x27;t seem misleading
      • yboris52 minutes ago
        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!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;whyboris&#x2F;Simplest-File-Renamer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;whyboris&#x2F;Simplest-File-Renamer</a> &lt;- 130mb to 3mb from Electron to Tauri
    • reaperducer2 hours ago
      <i>will expect an Electron app.</i><p>Whoops! Thanks for the warning. I&#x27;m out.<p>Shame, too. I&#x27;ve been looking for a new text editor. Someone else in this thread recommended SubEtha. I&#x27;ll take a look there, instead. Happy to keep my Mac Electron-free.
      • delduca1 hour ago
        I can recommend Bear (<a href="https:&#x2F;&#x2F;bear.app" rel="nofollow">https:&#x2F;&#x2F;bear.app</a>) been using for ~6 years or more. Truly native and 100% macOS-ish.
      • tccole1 hour ago
        Out of curiosity; how come?
        • bityard1 hour ago
          A web browser is one of the most complex pieces of software developed by human civilization, there should be no need to ship one with each and every trivial to semi-trivial app.
        • tetrisgm1 hour ago
          Some people think it’s bad performance and bloat. They learned it ten years ago and haven’t questioned it
          • tccole1 hour ago
            So what’s the alternative, Tauri?
        • reaperducer27 minutes ago
          <i>Out of curiosity; how come?</i><p>Speed. Efficiency. UI consistency. Cross-program features that nearly every &quot;framework&quot; fails at.<p>On my macOS machines, I make an effort to only use native apps. I can&#x27;t speak for what Apple ships with the OS, but AFAIK, everything I&#x27;ve added is native.<p>Perhaps it&#x27;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.
        • crosskayla1 hour ago
          [dead]
  • jasonpeacock2 hours ago
    There must be something fascinating about writing Markdown apps - either it scratches an itch, or AI is really good at creating them. There&#x27;s a flood of them on r&#x2F;macapps and similar places.
    • orangea1 hour ago
      It&#x27;s because it&#x27;s effectively impossible to make a markdown authoring app that meets everyone&#x27;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&#x2F;quarto&#x2F;GFM&#x2F;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 which automatically rules out 90% of markdown editors for me.
      • pbowyer41 minutes ago
        All of this, but underlying it I&#x27;ve come to the conclusion that Markdown isn&#x27;t a good format for a writing environment beyond just simple prose. There&#x27;s too much left up to the flavour of it and it&#x27;s got weaknesses.<p>I&#x27;ve been experimenting with using Markdown (in Typora) in place of Word, but it (and others I&#x27;ve looked at) have zero support for image positioning or sizing, or a way to have different (pre-defined) styles on different tables.<p>Which is a shame because I like keeping my documents in plain text, in version control and efficiently read by my LLMs. LyX (<a href="https:&#x2F;&#x2F;www.lyx.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.lyx.org&#x2F;</a>) for LaTeX is the closest to what I&#x27;m thinking of that I know of, but maybe something exists for Asciidoc or Typst.
    • bityard1 hour ago
      In recent years, I&#x27;ve written two!<p>I wrote my own wiki to use as a personal knowledge base to replace Dokuwiki because I wanted a simpler Markdown-based solution written in Python. I started it during the pandemic times and all of the code in there to date was written by hand. All of it was pretty easy except the CSS&#x2F;layout parts which I&#x27;m just not very good at. It took months of free time to get it where I wanted.<p>I also recently created a day-to-day notes and daily planner app that&#x27;s basically a bunch of markdown notes. I spent about a week of free time defining the problem, setting constraints, and refining with an LLM that wrote almost all of the code for me. I&#x27;ve been using it for months and it&#x27;s working great.<p>The wiki uses Markdown because I browse it just as often as I edit and I appreciate some modicum of basic formatting. The daily notes app doesn&#x27;t really _have_ to use markdown, I&#x27;ve just gotten accustomed to writing Markdown pretty much everywhere.<p>(These are on github, but I&#x27;m not posting the links here because I don&#x27;t want to or care about promoting them.)
    • jonathaneunice6 minutes ago
      Abashedly raises hand as someone who&#x27;s also written his own. ¯\_(ツ)_&#x2F;¯
    • illithid02 hours ago
      Probably a lot of both.<p>Writing is also a deeply personal exercise for many, and I can say from personal experience that the environment I write in, from the room&#x2F;place I&#x27;m in to the color scheme of my editor, really matters sometimes.<p>I haven&#x27;t found a need to build my own editor, but I can see how someone else would.
    • danielbilekq2 hours ago
      didn&#x27;t know about that, but when I looked around, most of them were paid and just didn&#x27;t really scratch the itch. this really starte as a simple editor for writing blog posts
  • brycewray43 minutes ago
    There&#x27;s also MarkEdit[0], which is essentially &quot;TextEdit for Markdown&quot; and is definitely _not_ Electron-based:<p>&gt; 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.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;MarkEdit-app&#x2F;MarkEdit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MarkEdit-app&#x2F;MarkEdit</a>
  • mrbombastic2 hours ago
    small bit of feedback, &quot;Rice it until it feels like yours.&quot; is pretty jargon heavy for a landing page, i don&#x27;t think all that many people outside linux&#x2F;tech use that term, why not &quot;customize&quot;?
    • danielbilekq2 hours ago
      think that&#x27;s valid. gonna change that. thanks!
    • brendoelfrendo1 hour ago
      It&#x27;s funny that you say not many people outside of Linux&#x2F;tech use that term when &quot;ricing&quot; started in car mod culture. It was used to describe the act of customizing your (typically Japanese import, hence the term &quot;rice&quot;) car with an abundance of cosmetic mods, without investing in performance mods. So your car would look really sleek and custom on the surface, but it would still drive like a stock &#x27;94 Honda CR-X del Sol.<p>Before anyone asks: &quot;race inspired cosmetic enhancement&quot; is a backronym, not the origin of the phrase.
    • reaperducer2 hours ago
      <i>i don&#x27;t think all that many people outside linux&#x2F;tech use that term,</i><p>The term is quite a bit older than today&#x27;s tech bubble.<p>It came out of hotrod car modification clubs that specialize in Japanese brands. Some consider it pejorative. (See: &quot;rice rocket.&quot;)
  • yboris48 minutes ago
    Since it&#x27;s <i>Electron</i> why not have a Windows version of the app too?
  • OvidStavrica2 hours ago
    SubEthaEdit is still around and open source. It supports Markdown side-by-side view along with numerous other languages. Excellent lightweight (26mb, native) editor, available directly via the macOS store at no cost.<p><a href="https:&#x2F;&#x2F;subethaedit.net" rel="nofollow">https:&#x2F;&#x2F;subethaedit.net</a>
    • hartator1 hour ago
      No image support though.
  • gritzko2 hours ago
    For Macs, there is iA Writer already. Why don&#x27;t you make something equally polished for other platforms? I am genuinely interested, I always wanted iA Writer for Linux. Everything I tried falls short.
  • hartator2 hours ago
    I wish we can have a good markdown support <i>with</i> images ala GitHub (good days).
    • cxr1 hour ago
      But GitHub has _bad_ Markdown support. GFM is the reason why so many projects on GitHub are besot with Markdown that&#x27;s unreadable in a text editor.
  • noelectron1 hour ago
    Electron? No thanks.
  • nikhila572 hours ago
    how is it different from obsidian?
    • pixelesque1 hour ago
      Obsidian&#x27;s closed-source is it not?
    • danielbilekq2 hours ago
      it does much less, not really an alternative to Obsidian
  • swiftcoder2 hours ago
    Honestly the first time I’ve seen an app use the glass aesthetic as a selling point
    • danielbilekq2 hours ago
      tbh I kinda dig the glass aesthetic. I understand it&#x27;s not for anyone, that&#x27;s why you can theme it
  • ForHackernews2 hours ago
    How does this compare to Typora? That&#x27;s the leader in this market as far as I can tell.
    • danielbilekq2 hours ago
      much worse than Typora. this is a very basic markdown editor for writing blog posts in &quot;minimalist&quot; space. and it&#x27;s just free
    • nodesocket43 minutes ago
      Paying Typora user here, and wondering the same.
  • drcongo2 hours ago
    I&#x27;ve started getting warnings from MacDown about how it&#x27;ll stop working soon because Rosetta or something. I like the side by side view, but sadly this isn&#x27;t that.<p>edit: Oh, electron?!
    • michelb1 hour ago
      There are a ton, there is Typora (paid) and there is <a href="https:&#x2F;&#x2F;github.com&#x2F;joelbqz&#x2F;writer-computer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;joelbqz&#x2F;writer-computer</a> (Tauri)<p>But Macdown is a universal binary? <a href="https:&#x2F;&#x2F;github.com&#x2F;schuyler&#x2F;macdown3000" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;schuyler&#x2F;macdown3000</a> So it should just keep working
    • danielbilekq2 hours ago
      Yeah, it&#x27;s an electron app. Is it causing a &quot;not good&quot; feeling on its own, or do you have another suggestion?
    • timw4mail2 hours ago
      That&#x27;s the app I&#x27;m looking for a direct replacement for as well.
  • Sha1rholder1 hour ago
    ANOTHER.md<p>YETANOTHER.md<p>YETANOTHERAGAIN.md
  • andrevalleee2 hours ago
    [dead]