{#if activeTab === 'about'}
HelixNotes
v{appVersion}
A local markdown note-taking app.
{#if stats}
Notes
{stats.total_notes}
Attachments
{stats.total_attachments}
Notes size
{formatSize(stats.notes_size)}
Attachments size
{formatSize(stats.attachments_size)}
Total vault size
{formatSize(stats.total_size)}
{/if}
Created by Yuri Karamian
{:else}
Keyboard Shortcuts
New note{modKey}+N
Quick open{modKey}+P
Find in note{modKey}+F
Search vault{modKey}+Shift+F
Save{modKey}+S
Bold{modKey}+B
Italic{modKey}+I
Underline{modKey}+U
Undo{modKey}+Z
Redo{modKey}+Shift+Z
Go backAlt+←
Go forwardAlt+→
Toggle source mode{modKey}+Shift+M
Exit focus modeEsc
Editor Commands
Slash commands/
Headings, lists, code block, table, blockquote, collapsible section, horizontal rule
Wiki-link to note[[
Type [[ to search and link to another note. Close with ]] or pick from the list.
Editor Features
Right-click in editor for formatting menu
Right-click a table cell for table options
Right-click a link to open, copy, edit, or remove
Click an image to resize (small / medium / full)
Drag & drop images, PDFs, or files into the editor
{/if}