Description
# Notely
**A client-side notepad mod for Minecraft with Markdown rendering and pinnable sticky notes.**
> Take notes, track tasks, and pin reminders to your HUD β without ever leaving the game.
---

---
## Features
### π In-game Notepad
Open a full notepad with `N` (rebindable). Write notes using Markdown β headings, quotes, code blocks, dividers, and todo checkboxes all render in real time.
### π Sticky Notes on HUD
Pin any note as a floating sticker on your screen. Choose from 6 colors, drag it anywhere, resize it, and toggle transparency. Stickers stay visible while you play.

### β
Interactive Checkboxes
Click `[ ]` to check off tasks β works both in the editor and directly on stickers.
### π Per-world Notes
Each singleplayer world and multiplayer server has its own separate set of notes. Your base coords stay with your base.
### π€ Text Editing
Full text editing with selection (mouse drag, Shift+arrows, Ctrl+A), clipboard support (Ctrl+V), undo (Ctrl+Z), and word navigation (Ctrl+arrows).
---
## Markdown Syntax
| Syntax | Result |
|---|---|
| `# Text` | Heading H1 |
| `## Text` | Heading H2 |
| `### Text` | Heading H3 |
| `---` | Horizontal rule |
| `> Text` | Blockquote |
| `` `code` `` | Inline code |
| `[ ] Text` | Open checkbox |
| `[x] Text` | Checked checkbox |
Press `?` in the notepad to create a built-in syntax reference note.
---
## Sticky Note Controls
| Action | How |
|---|---|
| Pin a note | Click π β pick a color |
| Move sticker | Drag by the header |
| Resize sticker | Drag the bottom-right corner |
| Toggle transparency | Click `O` button on sticker |
| Change font size | Hover sticker β `Ctrl` + scroll |
| Scroll content | Hover sticker β scroll |
| Close sticker | Click `x` button on sticker |
---
## Keyboard Shortcuts
| Key | Action |
|---|---|
| `N` | Open / close notepad |
| `Ctrl+Z` | Undo |
| `Ctrl+A` | Select all |
| `Ctrl+V` | Paste |
| `Ctrl+Backspace` | Delete word left |
| `Ctrl+β/β` | Jump by word |
| `Shift+β/β/β/β` | Extend selection |
| `Ctrl+Home/End` | Jump to start/end |
| `RMB` on note | Context menu (open, rename, delete) |
---
## Localization
Notely includes translations for:
EN Β· BY Β· BY (Εacin) Β· UA Β· RU Β· DE Β· FR Β· ES Β· PT Β· PL Β· IT Β· NL Β· ZH Β· ZH-TW Β· JA Β· KO
---
**Author:** Deokma Β· **License:** MPL-2.0