Skip to content

Commit fba3579

Browse files
committed
docs: fix image links in README.md to use consistent paths
1 parent 4a57928 commit fba3579

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<div align="center">
44
<!-- 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;">
66

77
<!-- 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">
99

1010
<!-- Download Badges -->
1111
<div style="margin: 20px 0;">
@@ -53,11 +53,11 @@
5353
<img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome PowerToys Run Plugins">
5454
</div>
5555

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)
5757
>
5858
> 🔄 **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.
5959
>
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)
6161
>
6262
> 📝 **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.
6363
@@ -137,6 +137,8 @@ $url = "https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/rele
137137
# Rest of the script remains the same
138138
```
139139

140+
You can also find installation scripts in the [scripts](scripts/) directory.
141+
140142
## 🏆 PowerToys Run Plugin Certified
141143

142144
**Fully Validated** - Passes all PowerToys Run plugin validation checks
@@ -170,46 +172,46 @@ $url = "https://github.com/ruslanlap/CommunityPowerToysRunPlugin-QuickNotes/rele
170172

171173
<div align="center">
172174
<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>
174176
<p><i>Simply type <code>qq</code> followed by your note text to save it instantly</i></p>
175177

176178
<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>
178180
<p><i>Use <code>qq search &lt;term&gt;</code> to find notes with highlighted matches</i></p>
179181

180182
<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>
183185
<p><i>Edit existing notes with <code>qq edit &lt;number&gt;</code></i></p>
184186

185187
<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>
187189
<p><i>Delete notes with <code>qq del &lt;number&gt;</code> or all notes with <code>qq delall</code></i></p>
188190

189191
<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>
191193
<p><i>Create backups with <code>qq backup</code> or <code>qq export</code></i></p>
192194

193195
<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>
195197
<p><i>Copy notes with timestamp included</i></p>
196198

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>
198200
<p><i>Copy notes without timestamp and tags</i></p>
199201

200202
<h3>👀 Viewing Notes</h3>
201203
<p><i>View note details with <code>qq view &lt;number&gt;</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>
203205

204206
<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>
206208
<p><i>Get help on available commands with <code>qq help</code></i></p>
207209

208210
<h3>✨ Text Formatting</h3>
209211
<p><i>Format your notes with <code>**bold**</code>, <code>*italic*</code>, <code>==highlight==</code>, and <code>#tags</code></i></p>
210212

211213
<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>
213215
<p><i>Get command suggestions as you type for faster note-taking</i></p>
214216
</div>
215217

@@ -339,7 +341,7 @@ Pinned notes are stored with a special prefix:
339341
The QuickNotes plugin has a clean, modular architecture designed for maintainability and extensibility.
340342

341343
<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">
343345
<p><i>High-level project structure overview</i></p>
344346

345347
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.
391393
- **🛠️ Powerfully Simple** - Sophisticated features hidden behind simple commands
392394

393395
<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">
395397
</div>
396398

397399
<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">
399401
<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>
400402
</div>
401403

0 commit comments

Comments
 (0)