Skip to content

Skylark-Software/SkyNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyNote

SkyNote

A standalone Markdown notes editor. Qt 6 native. Built on Quill with LanguageTool grammar checking, browser-native spell check, and a clean dark theme.

Designed to play well with any tool that watches a folder for Markdown changes — pairs naturally with cloud-storage sync clients, file-watching daemons, or just a plain ~/Notes directory.


Download

Pre-compiled binaries are published as GitHub releases.

Platform Status
Linux x86_64 Available — see Releases
Linux aarch64 Build from source on request
macOS / Windows Builds from source; binary distribution under consideration

After download, see the README inside the tarball for install instructions.

What you get

  • Quill-based WYSIWYG editor (the same Markdown UX you'd find in well-built web editors — bold, italic, lists, headings, code, links — plus Markdown round-trip via marked + turndown)
  • Live spell check (Chromium dictionaries, multi-language)
  • Live grammar check via LanguageTool's public API
  • File-list sidebar with search filter
  • Idiomatic dark theme; KDE-friendly
  • Clean menu structure: File / Help / hamburger fallback for desktops without global menu integration

Shortcuts

Key Action
Ctrl+N New note
Ctrl+S Save current note
Ctrl+Shift+D Delete current note (confirmation prompt)
F5 Refresh folder listing
Ctrl+R Sync from companion folder watcher (if configured)
Ctrl+Q Quit

Architecture (brief)

SkyNote is a single Qt 6 / QML application (~510 KB binary) that:

  1. Watches a single folder for .md files (default ~/iCloud-Notes).
  2. Renders each file's contents in a Quill editor (HTML in-memory; Markdown on disk).
  3. Saves on Ctrl+S — writes the file back as Markdown via turndown.

Everything else is on top of that. SkyNote intentionally does not implement its own cloud sync; it expects the host system to handle whatever folder-watching it does (rsync, Nextcloud, Syncthing, an SMB mount, your own daemon).

License

Proprietary — Copyright © 2026 Skylark Software LLC, all rights reserved. The precompiled binary is provided for personal use; modification, reverse engineering, redistribution, and derivative works are not permitted without prior written permission. See LICENSE for the full notice and the third-party software attributions (Qt 6, Quill, marked, turndown, Sora).

Reporting issues

If you hit a bug, please open a GitHub issue. Include:

  • Distro / DE
  • Output of skynote --version
  • Relevant lines from journalctl --user -t skynote
  • A short description of what you were doing

Trademarks

iCloud, iPhone, and Apple Notes are trademarks of Apple Inc., registered in the U.S. and other countries and regions. Skylark Software LLC is an independent vendor and is not affiliated with, sponsored by, or endorsed by Apple Inc. Mentions of these names in this README and within the SkyNote application refer only to interoperability with the user's existing infrastructure and are used in their nominative sense.

All other trademarks are the property of their respective owners.


Skylark Software

About

Standalone Qt6 Markdown notes editor — binary distribution channel. Source repo is private.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors