@@ -107,6 +107,7 @@ Desktop builds also support:
107107- floating note windows
108108- native menu integration
109109- app updates through the desktop updater
110+ - direct PDF export of the current note
110111
111112## 6. Learn the note modes
112113
@@ -158,7 +159,23 @@ Text search can use:
158159
159160depending on your settings and what is available on your machine.
160161
161- ## 9. Adjust the vault model if needed
162+ Picker navigation also supports keyboard-first movement:
163+
164+ - ` ArrowDown ` / ` ArrowUp `
165+ - ` Ctrl+N ` / ` Ctrl+P `
166+
167+ That applies to the command palette, note search, buffer picker, outline picker, and vault text search picker.
168+
169+ ## 9. Try exporting a note as PDF
170+
171+ Open a note and run:
172+
173+ - ` Export note as PDF... ` from the command palette
174+ - or the configured shortcut, which defaults to ` Shift+Mod+E `
175+
176+ On desktop, ZenNotes renders the note as Markdown and exports it on a white paper-style background instead of exporting the raw editor surface.
177+
178+ ## 10. Adjust the vault model if needed
162179
163180Open ` Settings -> Vault ` .
164181
@@ -182,7 +199,7 @@ You can also configure:
182199- daily notes directory
183200- folder icons
184201
185- ## 10 . Understand what ZenNotes stores
202+ ## 11 . Understand what ZenNotes stores
186203
187204ZenNotes stores notes in your vault as plain Markdown files.
188205
@@ -199,7 +216,7 @@ The important boundary is:
199216- note content is yours, on disk, as files
200217- ZenNotes behavior is layered on top of those files
201218
202- ## 11 . Where to go next
219+ ## 12 . Where to go next
203220
204221Now that you know the desktop basics, read one of these:
205222
0 commit comments