|
2 | 2 |
|
3 | 3 | <div align="center">
|
4 | 4 | <!-- Full-width GIF -->
|
5 |
| - <img src="./assets/demo.gif" alt="QuickNotes Demo" style="width:100%;max-width:900px;"> |
| 5 | + <img src="assets/demo.gif" alt="QuickNotes Demo" style="width:100%;max-width:900px;"> |
6 | 6 |
|
7 | 7 | <!-- Centered Logo -->
|
8 |
| - <img src="./assets/quicknotes.dark.png" alt="QuickNotes Icon" width="128" height="128"> |
| 8 | + <img src="assets/quicknotes.dark.png" alt="QuickNotes Icon" width="128" height="128"> |
9 | 9 |
|
10 | 10 | <!-- Download Badges -->
|
11 | 11 | <div style="margin: 20px 0;">
|
|
53 | 53 | <img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome PowerToys Run Plugins">
|
54 | 54 | </div>
|
55 | 55 |
|
56 |
| -> 🚀 **New in v1.0.9**: Improved multi-line note handling with better code snippet support. Now using JSON escaping for newlines instead of special markers, making code snippets cleaner and more compatible. Also fixed GitHub Actions workflow for better release management. [See changelog](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/blob/main/CHANGELOG.md) |
| 56 | +> 🚀 **New in v1.0.9**: Improved multi-line note handling with better code snippet support. Now using JSON escaping for newlines instead of special markers, making code snippets cleaner and more compatible. Also fixed GitHub Actions workflow for better release management. [See changelog](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/blob/main/Release.md/CHANGELOG.md) |
57 | 57 | >
|
58 | 58 | > 🔄 **Previous Update in v1.0.8**: Now fully compliant with PowerToys Run plugin validation requirements. Fixed file naming conventions, added proper checksums, and optimized dependencies. Also includes previous improvements for duplicate timestamps and export functionality.
|
59 | 59 | >
|
60 |
| -> 🔄 **Previous Update in v1.0.7**: Enhanced note deletion system with improved user experience. The deletion process now provides clearer confirmation dialogs, better error handling, and more reliable identification of notes using their unique IDs. [Release notes](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/blob/main/release_notes_v1.0.7.md) |
| 60 | +> 🔄 **Previous Update in v1.0.7**: Enhanced note deletion system with improved user experience. The deletion process now provides clearer confirmation dialogs, better error handling, and more reliable identification of notes using their unique IDs. [Release notes](https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/blob/main/Release.md/release_notes_v1.0.7.md) |
61 | 61 | >
|
62 | 62 | > 📝 **v1.0.6**: Completely reworked note management system that fixes critical bugs with note deletion and editing. The plugin now reliably identifies notes by their content rather than position, ensuring operations always target the correct note.
|
63 | 63 |
|
@@ -137,6 +137,8 @@ $url = "https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/rele
|
137 | 137 | # Rest of the script remains the same
|
138 | 138 | ```
|
139 | 139 |
|
| 140 | +You can also find installation scripts in the [scripts](scripts/) directory. |
| 141 | + |
140 | 142 | ## 🏆 PowerToys Run Plugin Certified
|
141 | 143 |
|
142 | 144 | ✅ **Fully Validated** - Passes all PowerToys Run plugin validation checks
|
@@ -170,46 +172,46 @@ $url = "https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/rele
|
170 | 172 |
|
171 | 173 | <div align="center">
|
172 | 174 | <h3>📝 Creating Notes</h3>
|
173 |
| - <p><img src="./assets/demo-create-notes.gif" width="650" alt="Creating Notes Demo"/></p> |
| 175 | + <p><img src="assets/demo-create-notes.gif" width="650" alt="Creating Notes Demo"/></p> |
174 | 176 | <p><i>Simply type <code>qq</code> followed by your note text to save it instantly</i></p>
|
175 | 177 |
|
176 | 178 | <h3>🔍 Searching Notes</h3>
|
177 |
| - <p><img src="./assets/demo-qq-search.gif" width="650" alt="Searching Notes Demo"/></p> |
| 179 | + <p><img src="assets/demo-qq-search.gif" width="650" alt="Searching Notes Demo"/></p> |
178 | 180 | <p><i>Use <code>qq search <term></code> to find notes with highlighted matches</i></p>
|
179 | 181 |
|
180 | 182 | <h3>✏️ Editing Notes</h3>
|
181 |
| - <p><img src="./assets/demo-qq-edit.gif" width="650" alt="Editing Notes Demo"/></p> |
182 |
| - <p><img src="./assets/demo.gif" width="650" alt="QuickNotes Demo"/></p> |
| 183 | + <p><img src="assets/demo-qq-edit.gif" width="650" alt="Editing Notes Demo"/></p> |
| 184 | + <p><img src="assets/demo.gif" width="650" alt="QuickNotes Demo"/></p> |
183 | 185 | <p><i>Edit existing notes with <code>qq edit <number></code></i></p>
|
184 | 186 |
|
185 | 187 | <h3>🗑️ Deleting Notes</h3>
|
186 |
| - <p><img src="./assets/demo-qq-delete.gif" width="650" alt="Deleting Notes Demo"/></p> |
| 188 | + <p><img src="assets/demo-qq-delete.gif" width="650" alt="Deleting Notes Demo"/></p> |
187 | 189 | <p><i>Delete notes with <code>qq del <number></code> or all notes with <code>qq delall</code></i></p>
|
188 | 190 |
|
189 | 191 | <h3>💾 Exporting Notes</h3>
|
190 |
| - <p><img src="./assets/demo-qq-export.gif" width="650" alt="Exporting Notes Demo"/></p> |
| 192 | + <p><img src="assets/demo-qq-export.gif" width="650" alt="Exporting Notes Demo"/></p> |
191 | 193 | <p><i>Create backups with <code>qq backup</code> or <code>qq export</code></i></p>
|
192 | 194 |
|
193 | 195 | <h3>📋 Copying Notes</h3>
|
194 |
| - <p><img src="./assets/copy-with-timestamp.png" width="650" alt="Copy with Timestamp"/></p> |
| 196 | + <p><img src="assets/copy-with-timestamp.png" width="650" alt="Copy with Timestamp"/></p> |
195 | 197 | <p><i>Copy notes with timestamp included</i></p>
|
196 | 198 |
|
197 |
| - <p><img src="./assets/copy-without-timestamp-and-tag.png" width="650" alt="Copy without Timestamp and Tags"/></p> |
| 199 | + <p><img src="assets/copy-without-timestamp-and-tag.png" width="650" alt="Copy without Timestamp and Tags"/></p> |
198 | 200 | <p><i>Copy notes without timestamp and tags</i></p>
|
199 | 201 |
|
200 | 202 | <h3>👀 Viewing Notes</h3>
|
201 | 203 | <p><i>View note details with <code>qq view <number></code></i></p>
|
202 |
| - <p><img src="./assets/demo-auto-suggestions-1.gif" width="650" alt="Auto-suggestions Demo"/></p> |
| 204 | + <p><img src="assets/demo-auto-suggestions-1.gif" width="650" alt="Auto-suggestions Demo"/></p> |
203 | 205 |
|
204 | 206 | <h3>❓ Help Command</h3>
|
205 |
| - <p><img src="./assets/demo-qq-help.gif" width="650" alt="Help Command Demo"/></p> |
| 207 | + <p><img src="assets/demo-qq-help.gif" width="650" alt="Help Command Demo"/></p> |
206 | 208 | <p><i>Get help on available commands with <code>qq help</code></i></p>
|
207 | 209 |
|
208 | 210 | <h3>✨ Text Formatting</h3>
|
209 | 211 | <p><i>Format your notes with <code>**bold**</code>, <code>*italic*</code>, <code>==highlight==</code>, and <code>#tags</code></i></p>
|
210 | 212 |
|
211 | 213 | <h3>💡 Command Auto-suggestions</h3>
|
212 |
| - <p><img src="./assets/demo-auto-suggestions.gif" width="650" alt="Auto-suggestions Demo"/></p> |
| 214 | + <p><img src="assets/demo-auto-suggestions.gif" width="650" alt="Auto-suggestions Demo"/></p> |
213 | 215 | <p><i>Get command suggestions as you type for faster note-taking</i></p>
|
214 | 216 | </div>
|
215 | 217 |
|
@@ -339,7 +341,7 @@ Pinned notes are stored with a special prefix:
|
339 | 341 | The QuickNotes plugin has a clean, modular architecture designed for maintainability and extensibility.
|
340 | 342 |
|
341 | 343 | <div align="center">
|
342 |
| - <img src="./assets/structure-1.png" alt="Project Structure" width="800"> |
| 344 | + <img src="assets/structure-1.png" alt="Project Structure" width="800"> |
343 | 345 | <p><i>High-level project structure overview</i></p>
|
344 | 346 |
|
345 | 347 | For a detailed breakdown of the project structure, see the [structure.md](docs/structure.md) file.
|
@@ -391,11 +393,11 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
391 | 393 | - **🛠️ Powerfully Simple** - Sophisticated features hidden behind simple commands
|
392 | 394 |
|
393 | 395 | <div align="center">
|
394 |
| - <img src="./assets/new-features.png" alt="New Features" width="800"> |
| 396 | + <img src="assets/new-features.png" alt="New Features" width="800"> |
395 | 397 | </div>
|
396 | 398 |
|
397 | 399 | <div align="center">
|
398 |
| - <img src="./assets/functions.png" alt="Functions Demo" width="800"> |
| 400 | + <img src="assets/functions.png" alt="Functions Demo" width="800"> |
399 | 401 | <p><i>**Powerful context menu features: Edit notes, Copy to clipboard, Pin important items, Delete notes, and Detect URL and Open URLs directly from your notes in your browser**</i></p>
|
400 | 402 | </div>
|
401 | 403 |
|
|
0 commit comments