New not a plugin: macOS app Obsidian Hot Corner MD: Quick Note style hot-corner preview

Hi everyone!

I love Obsidian, but I kept doing the same tiny task all day: jumping into the app just to glance at one note (for me it’s usually my daily plan / checklist). I wanted something closer to a Quick Note / Hot Corners habit on macOS, so I built a small companion app.

App Demo

What it is (and what it isn’t):

  • This is not an Obsidian plugin — it’s a macOS menu bar app.

How it works:

  • Pick one Markdown note (from your vault)

  • Hover into a chosen screen corner or press a hotkey → you get a floating Markdown preview

  • You can tweak which corners, preview width, and line limit

  • Click the preview to open the same note in Obsidian via obsidian://

Why I built it:

  • I wanted a “2-second glance” at one note while staying in whatever app I’m currently using.

Notes / gotchas:

  • Hot corners rely on global mouse tracking, so macOS will likely ask for Input Monitoring permission.

  • Tested on macOS Tahoe 26 (target is 12.4+), but I’d love confirmation from people on older macOS versions too.

Links:

If anyone wants to try it, I’d really appreciate any feedback — even small UX nitpicks.
I’m especially interested in what feels awkward or unnecessary, and what you’d change first.

In particular:

  • multi-monitor setups (which screen should “own” the corner?)
  • corner sensitivity / accidental triggers
  • anything confusing around permissions
  • what you’d expect from this workflow (e.g. better positioning, theming, more than one note, etc.)

Quick update on improvements:

  • Homebrew (macOS) support is now available

    Install:
    brew install --cask nbox/tap/obsidian-hot-corner-md
    Uninstall:
    brew uninstall --cask --zap obsidian-hot-corner-md

Next up: I’m planning quick note editing without opening Obsidian.

Also, I automated builds on version bumps in GitHub Actions — mostly to make my own release process easier :slightly_smiling_face: