Skip to content

Releases: borghei/ink

v0.2.1

19 Apr 14:10

Choose a tag to compare

v0.2.0 — working --watch, customizable keybindings

19 Apr 12:39

Choose a tag to compare

Highlights

  • Fixed: --watch now actually watches the file and re-renders on change. Scroll position is preserved. Works with editors that save by replacing the inode (vim, IntelliJ). (#2)
  • Added: customizable keybindings via ~/.config/ink/config.toml. Three presets ship in the box: default, vim, emacs. (#1)
  • Added: ink keybindings subcommand prints the resolved key map.
  • Changed: q / Esc / Ctrl+C now exit ink entirely instead of looping back to the file browser. Press Shift+B from inside a doc to return to the browser, or set browser_loop = true under [behavior] to restore the old default.

Install / upgrade

cargo install ink-md --force
# or
brew upgrade ink

Full changelog: CHANGELOG.md

v0.1.0

31 Mar 12:50

Choose a tag to compare