boxes/pages/editors.md
Thomas Jensen c049484e4c
Update website design
- Updated frameworks for better browser support
- Improved responsive design
- Versioned documentation
- Better social media support via the Jekyll SEO plugin
- New looks, fwiw
- Start page has some more relevant info
- Documentation sorted to be more easily accessible
- Internally upgraded from plain CSS to SASS
2021-05-26 21:13:21 +02:00

1.7 KiB

title permalink redirect_from created_at last_modified_at
Editor Integration editors.html
/docs/install.html
/docs/install.shtml
1999-04-06 2021-05-04 22:00:00 +0200

Text Editor Integration

Boxes can be called directly from most editors. The editor must support [filters]({{ site.baseurl}}/filters.html), which basically means it must be able to pass some selected text to an external program (boxes), and replace it afterwards with the output of the external program. Most editors can do that.

Currently, we have concrete instructions on how to integrate boxes with the following text editors:

Vim

Vim

JED

JED

Emacs

Emacs

Sublime Text

Sublime Text

Notepad++

Notepad++

Let us know if you have a recipe of how to do this for another text editor! You can add to this page via GitHub or just let us know in the GitHub issues.