mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-22 05:38:35 +01:00
c049484e4c
- 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
1.7 KiB
1.7 KiB
title | permalink | redirect_from | created_at | last_modified_at | ||
---|---|---|---|---|---|---|
Editor Integration | editors.html |
|
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
JED
Emacs
Sublime Text
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.