|
| 1 | +# 📝 QuickNotes v1.0.2 |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +## ✨ What's New |
| 6 | + |
| 7 | +- 🚀 Performance improvements |
| 8 | +- 🐛 Bug fixes |
| 9 | +- ✨ New features |
| 10 | + |
| 11 | +## 📥 Installation |
| 12 | + |
| 13 | +1. Download the ZIP file for your platform (x64 or ARM64) |
| 14 | +2. Extract to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\` |
| 15 | +3. Restart PowerToys |
| 16 | +4. Start using with `Alt+Space` then type `qq` |
| 17 | + |
| 18 | +## 🔍 Quick Commands |
| 19 | + |
| 20 | +| Command | Description | Example | |
| 21 | +|---------|-------------|---------| |
| 22 | +| `qq <text>` | Create a new note | `qq Buy milk and eggs` | |
| 23 | +| `qq help` | Show help information | `qq help` | |
| 24 | +| `qq search <term>` | Search notes (matched words highlighted) | `qq search milk` | |
| 25 | +| `qq searchtag <tag>` | Search notes by tag | `qq searchtag work` | |
| 26 | +| `qq view <number>` | View note details | `qq view 1` | |
| 27 | +| `qq edit <number>` | Edit a specific note | `qq edit 2` | |
| 28 | +| `qq del <number>` | Delete a specific note | `qq del 3` | |
| 29 | +| `qq delall` | Delete all notes | `qq delall` | |
| 30 | +| `qq undo` | Restore last deleted note | `qq undo` | |
| 31 | +| `qq pin <number>` | Pin a note to the top | `qq pin 4` | |
| 32 | +| `qq unpin <number>` | Unpin a note | `qq unpin 4` | |
| 33 | +| `qq sort date` | Sort notes by date | `qq sort date` | |
| 34 | +| `qq sort alpha` | Sort notes alphabetically | `qq sort alpha` | |
| 35 | +| `qq backup` or `qq export` | Backup notes (opens folder and file) | `qq backup` | |
| 36 | + |
| 37 | + |
| 38 | +## 🙏 Thank You |
| 39 | + |
| 40 | +Thank you for using QuickNotes! If you encounter any issues or have suggestions, please [open an issue](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/issues). |
| 41 | + |
| 42 | +Made with ❤️ by [ruslanlap](https://github.com/ruslanlap) |
0 commit comments