{#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}
{#if !isMobile}

Click a shortcut to rebind it, right-click to reset.

{/if} {#each actionGroups as group}

{group.title}

{#each group.actions as action}
{action.label} {#if isMobile} {#each bindingToKeys($keybindings[action.id]) as key, i}{#if i > 0}+{/if}{key}{/each} {:else} {/if}
{/each} {/each}
Close panel / exit focusEsc

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+↑↓
Move list item up / downAlt+Shift+↑↓

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}