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

Info

{#if !isMobile}
{/if} {#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} {#if stats}
{#if orphans === null} {:else if orphans.length === 0}

No orphaned attachments. Nothing to clean up.

{:else}

{orphans.length} {orphans.length === 1 ? 'attachment is' : 'attachments are'} not referenced by any note ({formatSize(orphanTotal)}).

{#each orphans as o}
{o.name}{formatSize(o.size)}
{/each}

Moved to the vault's trash folder (recoverable), not permanently deleted.

{/if}
{/if}

Created by Yuri Karamian

{:else}

General

New note{modKey}+N
Save{modKey}+S
Quick open{modKey}+P
Find in note{modKey}+F
Search vault{modKey}+Shift+F
Open note in new window{modKey}+Shift+W

Interface

Toggle sidebar{modKey}+\
Toggle dark / light theme{modKey}+Shift+N
Toggle focus mode{modKey}+Shift+E
Toggle read-only{modKey}+Shift+R
Toggle source / WYSIWYG{modKey}+Shift+M
Toggle fullscreenF11
Close panel / exit focusEsc

Navigation

Go backAlt+
Go forwardAlt+

Formatting

Bold{modKey}+B
Italic{modKey}+I
Underline{modKey}+U
Strikethrough{modKey}+Shift+X
Code{modKey}+E
Link{modKey}+K
Undo{modKey}+Z
Redo{modKey}+Shift+Z
Move line up / downAlt+↑↓

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}