A SideNotes alternative. — 158
Find a file
2026-06-20 22:41:04 +08:00
.github ci: bump GitHub Actions to Node 24 runtime 2026-06-11 23:56:10 +08:00
EdgeMark feat: add Spanish localization (#48) 2026-06-20 22:41:04 +08:00
EdgeMark.xcodeproj chore: bump version to 2.2.0 (build 34) 2026-06-11 23:47:54 +08:00
.gitignore ci: ignore pre-compiled js src 2026-04-14 20:59:20 +08:00
.swiftformat feat: repo setup & formatting 2026-02-23 18:00:31 +08:00
CONTRIBUTING.md docs: update contribution guide 2026-06-07 00:11:34 +08:00
LICENSE docs: Add GNU GPL v3 License 2026-02-23 18:13:31 +08:00
README.md docs: update feature list 2026-06-11 23:41:52 +08:00

EdgeMark

EdgeMark

A native macOS side-panel Markdown notes app. Always one edge away.


Latest Release Total Downloads
Swift macOS License

Why EdgeMark exists: SideNotes nailed the interaction — a notes panel that slides in from the screen edge, always one gesture away. But it's closed-source and paid, with no way to contribute, customize, or verify what it does with your data.

EdgeMark is the open-source alternative: lightweight, Markdown-first, and yours to inspect, modify, and extend. Your notes are plain .md files on disk — open them in any editor, sync with any service, back them up however you want.

EdgeMark Screenshots

Install

brew install --cask ender-wang/tap/edgemark

Or download the latest .dmg from Releases, install it, and then run this command in Terminal:

xattr -cr /Applications/EdgeMark.app

Features

🪟 Side Panel

  • 🔲 Borderless floating panel, full-height, always on top
  • 🖥️ Works on every virtual Desktop and alongside fullscreen apps
  • Smooth slide-in/out or fade animation (configurable) with edge activation — move mouse to screen edge to reveal
  • 🖱️ Click outside, Escape, or auto-hide dismissal
  • 📌 Pin to keep the panel open — survives focus changes, mouse exit, and Space switches (great for copy-pasting back and forth)
  • 📐 Multi-monitor support with configurable left or right edge
  • ↔️ Adjustable width — drag the inner edge to resize, saved across restarts
  • 🎨 Panel tint — pick from a curated palette (System, Graphite, Slate, Sand, Sage, Rose)

✍️ Markdown Editing

  • 👁️ Native TextKit 2 WYSIWYG editor — powered by swift-markdown-engine, no JavaScript or WebKit involved
  • 📝 Full Markdown: headings, bold, italic, code, lists, task lists, blockquotes, links, tables, wiki-links
  • 🖼️ Inline images — paste (⌘V) or drag to embed; stored as co-located asset files alongside the note
  • Checked task items are automatically struck through; uncheck to restore
  • 📋 One-click Copy button on fenced code blocks
  • 🔴 Native spell check, grammar check, and autocorrect (macOS system dictionary)
  • Slash commands (/h1, /todo, /code, /quote, /table, /divider, and more)
  • ⌨️ Formatting shortcuts: ⌘B bold, ⌘I italic, ⌘E inline code, ⌘K link, ⇧⌘X strikethrough
  • 🔗 Click a rendered link to open it in the browser
  • 🔍 Find & Replace (⌘F)
  • 🔤 Customizable editor font and size — pick any installed font via the system font panel with live preview
  • 🧮 LaTeX rendering — block ($$...$$) and inline ($...$) via SwiftMath

🗂️ Notes & Storage

  • 📄 Plain .md files with no injected headers — open in any editor, sync with any service; metadata lives in a hidden .edgemark/meta.json sidecar
  • 📁 Folder-based organization with drag-and-drop
  • 🎨 Custom folder colors — tint any folder's icon with a palette color via right-click → Folder Color
  • 📂 Configurable storage directory
  • 💾 1-second debounced auto-save
  • 🔍 Search shows all notes sorted by most recently modified when the query is empty — a quick "recent notes" feed
  • 🏷️ Finder-style color tags (Red, Orange, Yellow, Green, Blue, Purple, Gray) with rename-able labels; multi-tag per note
  • 🎯 Tag filter inside search — click tag dots to narrow results, multi-select acts as OR, combines with text search
  • ☑️ Native macOS multi-selection — click / ⇧-click / ⌘-click rows, marquee-drag to box-select, then batch Move, Tag, or Trash from the right-click menu; conflicts in a batch are queued and resolvable
  • 🔄 External file sync — edits from other apps are detected on panel open; prompts when both sides changed
  • 🗑️ Trash with 30-day auto-purge and read-only preview
  • 👁️ Hover-to-peek — hover over a note or folder row to preview its contents in a floating panel alongside the list; note previews render full Markdown with images, folder previews show subfolders and all notes inside

⌨️ Keyboard & Shortcuts

  • 🌐 Global shortcut: Ctrl+Shift+Space toggles from any app (customizable)
  • 🎹 Fully customizable local shortcuts — new note, new folder, search, pin, prev/next note — all rebindable in Settings with conflict detection
  • ⏱️ Configurable activation delay and corner exclusion zones
  • 🔑 Default panel shortcuts: ⌘N new note, ⇧⌘N new folder, ⌘F search, ⌘P pin/unpin
  • 👁️ Space to Quick Look — select a note or folder and press Space to preview; ↑↓ to browse, Space/ESC to dismiss
  • 👆 Two-finger trackpad swipe right on the header to navigate back (configurable toggle and sensitivity)
  • 👆 Two-finger swipe left/right on the editor or ⌘←/⌘→ to navigate between notes in the current folder

🔄 Auto-Update & CI/CD

  • 🔔 In-app update check (GitHub Releases, 24h throttle)
  • 📦 Download with progress bar, SHA256 verification, install & restart
  • ⚙️ GitHub Actions build pipeline (unsigned Release, DMG, SHA256)
  • 🍺 Homebrew Cask installation

🌟 Quality of Life

  • 🌗 Appearance override: System, Light, or Dark mode
  • 📌 Menu bar resident (no Dock icon)
  • 🚀 Launch at login
  • 📋 Copy as Plain Text, Markdown, or Rich Text — selection-aware in editor with right-click context menu
  • 🎨 SF Symbol icons throughout all context menus
  • 🔀 Smooth directional page transitions
  • 🌍 English + Simplified Chinese + Hindi (JSON-based, easy to contribute)

Contributing

See CONTRIBUTING.md for architecture overview, source tree, key patterns, localization guide, and development setup.


License

EdgeMark is licensed under the GNU General Public License v3.0.

Acknowledgments

EdgeMark is built on top of these open-source projects:

Project License Description
swift-markdown-engine Apache 2.0 TextKit 2 / NSTextView WYSIWYG Markdown editor — powers the editing experience. Bundles HighlighterSwift for code block syntax highlighting and SwiftMath for LaTeX rendering.
SwiftFormat MIT Code formatting tool used in the build pipeline

Star History

Star History Chart