easyeditor 1.6.6

Easy Markdown Editor
docs.rs failed to build easyeditor-1.6.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Easyeditor

Easyeditor is an easy Markdown editor built with Tauri that allows you to write Markdown and preview it in real-time. Save, load .md files, manage Git repos (stage, commit, push), and export to HTML, TXT, PDF & SSTP Encryption — with over 130 features & examples.

📦 GitHub Repository | 🚀 Try Online | 📚 Documentation

Install via Cargo

cargo install easyeditor

⚠️ Important: This is a Tauri desktop application. You must install the required system dependencies before running cargo install.

System Dependencies

Linux (Ubuntu/Debian):

sudo apt update

sudo apt install -y \

  libwebkit2gtk-4.1-dev \

  libgtk-3-dev \

  libglib2.0-dev \

  libsoup-3.0-dev \

  libjavascriptcoregtk-4.1-dev \

  librsvg2-dev \

  libssl-dev \

  libayatana-appindicator3-dev \

  libxdo-dev \

  patchelf \

  pkg-config \

  build-essential \

  curl \

  wget \

  file

Linux (Fedora):

sudo dnf install \

  webkit2gtk4.1-devel \

  gtk3-devel \

  glib2-devel \

  libsoup3-devel \

  javascriptcoregtk4.1-devel \

  librsvg2-devel \

  openssl-devel \

  libappindicator-gtk3-devel \

  patchelf \

  pkg-config

sudo dnf group install "Development Tools"

Linux (Arch):

sudo pacman -S \

  webkit2gtk-4.1 \

  gtk3 \

  glib2 \

  libsoup3 \

  librsvg \

  patchelf \

  pkg-config \

  base-devel

macOS:

xcode-select --install

Windows:

Pre-built Binaries

For a simpler installation experience, download pre-built binaries from the Releases page.

License

MIT