# Show GN: Markdown Sticky notes for macOS

> Clean Markdown view of GeekNews topic #26505. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=26505](https://news.hada.io/topic?id=26505)
- GeekNews Markdown: [https://news.hada.io/topic/26505.md](https://news.hada.io/topic/26505.md)
- Type: show
- Author: [jsp627](https://news.hada.io/@jsp627)
- Published: 2026-02-08T17:23:14+09:00
- Updated: 2026-02-08T17:23:14+09:00
- Original source: [github.com/jaesuny](https://github.com/jaesuny/markdown-sticky-notes)
- Points: 6
- Comments: 3

## Summary

**Markdown Sticky Notes for macOS**는 메모를 바로 **Markdown으로 작성·렌더링**할 수 있는 가벼운 스티키 노트 앱입니다. Swift 기반으로 만들어져 Obsidian 확장보다 훨씬 빠르게 동작하며, 헤딩·리스트·코드 블록·KaTeX 수식까지 실시간으로 표현합니다. 단순한 메모를 넘어 개발자의 스니펫이나 수식 아이디어를 즉시 시각화할 수 있는 도구로 자리 잡습니다.

## Topic Body

항상 Markdown이 되는 Sticky notes가 있었으면 싶었는데요.  
Obsidian에 sticky note extension이 있기는 한데 electron이다보니 무거워서 Swift 기반으로 만들어(만들라고 시켜)봤습니다.  
  
Claude Code로 만들었습니다.  
  
##### 주요 기능  
  
- 마크다운 실시간 렌더링 (헤딩, 볼드, 리스트, 테이블, 체크박스 등)  
- KaTeX 수식 지원 (인라인/블록)  
- 15개 이상 언어 코드 블록 구문 강조  
- 항상 위에 고정 (Always on Top)  
- 6가지 파스텔 색상 + 투명도 조절  
  
##### 설치  
  
```shell  
brew tap jaesuny/tap  
brew install --cask md-sticky-notes  
```

## Comments



### Comment 50943

- Author: seokzoo
- Created: 2026-02-10T14:57:50+09:00
- Points: 1

잘 만드셨네요. 저는 heynote를 사용하고 있는데 다른 분들께 추천드리고 싶어요.

### Comment 50950

- Author: jsp627
- Created: 2026-02-10T19:43:19+09:00
- Points: 1
- Parent comment: 50943
- Depth: 1

감사합니다!

### Comment 50910

- Author: jsp627
- Created: 2026-02-09T22:22:25+09:00
- Points: 1

v1.1.0에서 메모리 점유율을 줄였습니다.  
  
노트마다 WebView가 별도로 열리는 문제로 메모리 점유가 예상보다 컸어서 이를 줄이는 패치를 진행했습니다.
