All versions
3.0.1
Release
QuickNoteMax-1.21.15 months ago 106
Compatibility
Minecraft: Java Edition
1.21.1–1.21.10
Platform
Fabric
Supported environments
Client-side
Changes
v3.0.1 — Minecraft 1.21.1 Port
🔧 Changed
- Ported to Minecraft 1.21.X / Fabric API
- All features from v3.0.0 included
v2.0.1 — Minecraft 1.21.X Port
🔧 Changed
- Ported to Minecraft 1.21.X / Fabric API
v2.0.0 — The Big Update
✨ New
- Real-time note sharing — share any page with specific online players, they see your edits live
- Mouse text selection — click and drag to select text
- Adaptive GUI — the notepad now scales to your window/screen size
- Coords highlighted in gold — coordinates inserted with 📍 are now visually distinct
- Configurable Select All key — Ctrl+A keybinding is now remappable in Options → Controls
- Toast notifications — export, import, share actions now show a small confirmation message
- Page safety — deleting the last remaining page resets it instead of crashing
- Ctrl+X — cut selection
- Page Up / Down — navigate long notes faster
- Word jump — Ctrl+Left/Right to jump word by word
🐛 Fixed
- Ctrl+A now works correctly on AZERTY and all non-QWERTY keyboards
- Deleting the only remaining page no longer breaks the mod
- GUI no longer overflows on small screen resolutions
⚠️ Note
The sharing feature requires the mod on both client and server.
v1.0.0 — Initial Release
- Multi-page notepad
- Coords insertion
- Export / Import .txt
- Per-world save
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:QoJUEYUg:4xN4HQr1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QoJUEYUg:4xN4HQr1"
}

