You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Checksums will be generated during release build
58
58
```
59
59
@@ -63,6 +63,8 @@
63
63
<imgsrc="assets/image.png"alt="v1.0.10 MEGA RELEASE - Git Sync Feature"style="width:100%;max-width:600px;">
64
64
</div>
65
65
66
+
> 🆕 **v1.0.11**: Added customizable notes folder so you decide where `notes.txt` lives. Huge thanks to [@ShiSui97x](https://github.com/ShiSui97x) for the idea! [Full changelog](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/blob/master/Release.md/CHANGELOG.md)
67
+
66
68
> 🚀 **v1.0.10 - MEGA RELEASE**: 🎉 **Git Sync Feature** - The game-changer you've been waiting for! Sync your notes across all devices with GitHub integration. Never lose a note again! [Full changelog](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/blob/master/Release.md/CHANGELOG.md)
@@ -85,7 +87,7 @@ For detailed documentation, visit the [QuickNotes Wiki](https://github.com/rusla
85
87
86
88
### Quick Install
87
89
88
-
1. Download the [x64](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/releases/download/v1.0.10/QuickNotes-1.0.10-x64.zip) or [ARM64](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/releases/download/v1.0.10/QuickNotes-1.0.10-arm64.zip) version
90
+
1. Download the [x64](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/releases/download/v1.0.11/QuickNotes-1.0.11-x64.zip) or [ARM64](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/releases/download/v1.0.11/QuickNotes-1.0.11-arm64.zip) version
89
91
2. Extract to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\`
90
92
3. Restart PowerToys
91
93
4. Start using with `Alt+Space` then type `qq`
@@ -94,7 +96,7 @@ For detailed documentation, visit the [QuickNotes Wiki](https://github.com/rusla
Prefer a different location? Open PowerToys settings → QuickNotes → “Notes folder path” to point the plugin to any folder you like. The plugin will create the folder if it does not exist (idea credit: @ShiSui97x!).
204
+
```
205
+
200
206
## 🛠️ Building from Source
201
207
202
208
### Prerequisites
@@ -235,7 +241,7 @@ Contributions are welcome! Please check the [Contributing Guidelines](wiki/Contr
235
241
236
242
<details>
237
243
<summary><b>Can I change the storage location?</b></summary>
238
-
<p>Currently, the storage location is fixed. A future update may add customizable storage locations.</p>
244
+
<p>Yes! Set the “Notes folder path” option in PowerToys → QuickNotes settings. Leave it empty to keep the default AppData folder.</p>
239
245
</details>
240
246
241
247
## 📄 License
@@ -246,18 +252,19 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
246
252
247
253
- [Microsoft PowerToys](https://github.com/microsoft/PowerToys) team for creating the extensible PowerToys Run platform
248
254
- All contributors who have helped improve this plugin
255
+
- Special thanks to [@ShiSui97x](https://github.com/ShiSui97x) for inspiring the configurable notes folder feature
249
256
- Icons and visual elements from various open-source projects
0 commit comments