Releases: borghei/ink
Releases · borghei/ink
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0 — working --watch, customizable keybindings
Highlights
- Fixed:
--watchnow 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 keybindingssubcommand prints the resolved key map. - Changed:
q/Esc/Ctrl+Cnow exit ink entirely instead of looping back to the file browser. PressShift+Bfrom inside a doc to return to the browser, or setbrowser_loop = trueunder[behavior]to restore the old default.
Install / upgrade
cargo install ink-md --force
# or
brew upgrade inkFull changelog: CHANGELOG.md
v0.1.0
Full Changelog: https://github.com/borghei/ink/commits/v0.1.0