Skip to content

0.4.2 - Increased Configurability

Compare
Choose a tag to compare
@curlpipe curlpipe released this 22 Jul 09:24
· 410 commits to master since this release
a195ab5

This is quite a big update that generally involves more powerful configuration ability.

Added ➕

  • Commands are now exclusively defined in the config file (no more hard-coded ones)
  • Custom syntax highlighting, so you can extend it to support file types that aren't supported by default
  • Expanded editor API that now allows for getting text from the document, more advanced cursor moving and more fields to check the state of the document and editor

Fixed 🔧

  • Updated README format
  • Fixed error when inserting quotes into the editor
  • Fixed issues with editor API where trying to query or edit lines that haven't been loaded yet (due to file buffering) crash the editor.