{#if $showInfo}
{ if (e.key === 'Escape') close(); }}>
e.stopPropagation()}>
Info
{#if !isMobile}
activeTab = 'shortcuts'}>Shortcuts
activeTab = 'about'}>About
{/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}
Created by
Yuri Karamian
openLink('https://helixnotes.com')}>
helixnotes.com
{: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 fullscreen
F11
Close panel / exit focus
Esc
Navigation
Go back
Alt
+
←
Go forward
Alt
+
→
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 / down
Alt
+
↑↓
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}