A Fabric mod for Minecraft 1.21.11 that adds an in-game notes editor, calculator, and timer — all accessible as floating overlay windows without pausing the game.
- Multi-file note system with a sidebar file browser
- Nested folder organization with drag-to-reorder
- Markdown rendering: headings, bold, italic, strikethrough, underline, inline code, blockquotes, bullets, checkboxes, code blocks
- Clickable note links with
[[Note Name]]syntax - Word-boundary wrapping with smart bullet/heading indentation
- Text selection, copy/cut/paste, undo via keyboard
- Right-click context menu with configurable actions
- Insert player coordinates (dimension-aware)
- Export to clipboard, desktop, or system file manager
- Quick Note shortcut for rapid capture
- Autosave (2-second idle) and manual save (Ctrl+S)
- Per-world notes (singleplayer) or shared notes (multiplayer)
- Configurable window opacity and color scheme
- Standard arithmetic with recursive-descent expression parser
- Supports
+,-,*,/, parentheses, decimals, and negative numbers - Calculation history (per-world, up to 50 entries)
- iOS-style clear: C clears expression, double-tap C (AC) clears all history
- Send result to Notes with one click
- Full keyboard and mouse input
- Countdown timer with digit-entry input and preset buttons
- Stopwatch mode with lap times
- Keyboard shortcuts: Space (start/pause), R (reset), L (lap), Tab (switch mode)
- Global stopwatch toggle and reset keybinds — works without opening the timer
- Sound notification on timer completion
- Pin Notes or Timer to the in-game HUD for always-visible display
- Drag, resize, and adjust opacity in the HUD Configuration screen
- Toggle HUD visibility and interact with pinned elements via configurable keys
- Scroll pinned notes with Ctrl+Up/Down
- Fully configurable keybinds — multi-key combos in mod menu, single keys in Controls
- Live keybind capture: press different combos to preview, click outside to confirm
- Per-keybind restore-default button when changed
- Color scheme customization with HSB color picker
- HUD display toggles and background visibility
- Right-click context menu item toggles
- Notes window opacity control
- Replay guided tutorial
- 12-step interactive guided tour on first launch
- Per-window help cards via [?] buttons with context-aware keybind reference
- Spotlight cutout and tooltip-based instruction
- Tutorial text dynamically reflects custom keybinds
| Key | Action |
|---|---|
| F6 | Open Calculator |
| F7 | Open Notes |
| F8 | Open Timer |
| F9 | Toggle HUD visibility |
| Left Alt (hold) | Interact with pinned HUD |
| Key | Action |
|---|---|
| Ctrl+N | New Note |
| Ctrl+Shift+N | Quick Note |
| Ctrl+Shift+F | Find in Sidebar |
| Ctrl+Shift+G | Insert Coordinates |
| Ctrl+Shift+E | Export to Clipboard |
| Ctrl+Shift+T | Stopwatch Start/Stop |
| Ctrl+Shift+R | Stopwatch Reset |
| Key | Action |
|---|---|
| Ctrl+S | Save |
| Ctrl+A | Select All |
| Space / R / L / Tab | Timer/Stopwatch controls (when window open) |
| Dependency | Version |
|---|---|
| Minecraft | 1.21.11 |
| Fabric Loader | >= 0.15.0 |
| Fabric API | 0.141.3+1.21.11 |
| Mod Menu | 17.0.0-beta.2 |
| Java | 21+ |
- Install Fabric Loader for Minecraft 1.21.11
- Install Fabric API and Mod Menu
- Download the latest
notes+X.Y.Z.jarfrom Releases - Place the jar in your
.minecraft/mods/folder - Launch Minecraft and press F7 to start
git clone https://github.com/YOUR_USERNAME/igcalc.git
cd igcalc
./gradlew buildThe output jar will be at build/libs/notes+<version>.jar.
Requires Gradle 9.4.0 (included via wrapper) and Java 21.
MIT