Installing

Quick Start

Choose the option that works best for you:

Nix

Platform-specific guides

  • Windows users: See Using on Windows for Windows Subsystem for Linux setup
  • Advanced Nix users: See Advanced Nix Usage for Home Manager, flake-parts, and other advanced options

Testing your installation

Once installed, test Emanote with:

# Run live server
cd /path/to/notebook
emanote run

# Generate static files
mkdir /tmp/output
emanote -L /path/to/notebook gen /tmp/output
Footnotes
1.
Avoid using the Emanote version from nixpkgs repository, as that is out-of-date, and furthermore the author is prohibited from updating it.