ekphosv0.25.10

Getting Started

Install ekphos and create your first notes

Installation

Don't have Rust? Run curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh to install it.

The recommended way to install ekphos:

cargo install ekphos

To update:

cargo install ekphos

To uninstall:

cargo uninstall ekphos

First Run

Launch ekphos

ekphos

Or open a specific folder:

ekphos ~/notes

Create your first note

Press n in the sidebar to create a new note. Enter a name and press Enter.

Start editing

Press e to enter edit mode. Use vim keybindings to write your note. Press Ctrl+s to save.

Interface Overview

Ekphos has a three-panel layout:

PanelPurposeToggle
Sidebar (left)File tree navigationCtrl+b
Content (center)Markdown preview/edit-
Outline (right)Heading navigationCtrl+o

Use Tab to switch focus between panels.

Essential Keybindings

KeyAction
nNew note
NNew folder
tOpen today's journal
eEdit note
dDelete
/Search notes (sidebar)
Ctrl+kQuick open (files & content search)
Ctrl+fFind in buffer
Ctrl+zToggle zen mode
?Help
qQuit

Press ? at any time to see the full keybindings reference.

Configuration

Ekphos stores configuration at ~/.config/ekphos/config.toml. Notes are stored in ~/Documents/ekphos by default.

After major updates, run ekphos --reset to reset configuration if you encounter issues.

Next Steps

On this page