{#if $showInfo}
{ if (e.key === 'Escape') close(); }}>
e.stopPropagation()}>

Info

{#if activeTab === 'about'}

HelixNotes

v1.0.0

A local-first 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 noteCtrl+N
Quick openCtrl+P
SearchCtrl+F
SaveCtrl+S
BoldCtrl+B
ItalicCtrl+I
UnderlineCtrl+U
UndoCtrl+Z
RedoCtrl+Shift+Z
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}
{/if}