All Projects → davep → boxquote.el

davep / boxquote.el

Licence: GPL-3.0 License
Quote text with a semi-box.

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to boxquote.el

tedit
simple tabbed text editor written in core Tcl/Tk
Stars: ✭ 17 (+6.25%)
Mutual labels:  text, text-editor
Zep
Zep - An embeddable editor, with optional support for using vim keystrokes.
Stars: ✭ 477 (+2881.25%)
Mutual labels:  text, text-editor
Ananas
An easy image editor integration for your Android apps.
Stars: ✭ 186 (+1062.5%)
Mutual labels:  text, editing
Mle
Flexible terminal-based text editor (C)
Stars: ✭ 378 (+2262.5%)
Mutual labels:  text, text-editor
svelte-slate
slate svelte view layer
Stars: ✭ 43 (+168.75%)
Mutual labels:  text, text-editor
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+71562.5%)
Mutual labels:  editing, text-editor
Zmjimageeditor
ZMJImageEditor is a picture editing component like WeChat. It is powerful and easy to integrate, supporting rendering, text, rotation, tailoring, mapping and other functions. (ZMJImageEditor 是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能)
Stars: ✭ 470 (+2837.5%)
Mutual labels:  text, text-editor
Substance
A JavaScript library for web-based content editing.
Stars: ✭ 2,737 (+17006.25%)
Mutual labels:  editing, text-editor
Left
Distractionless Writing Tool
Stars: ✭ 1,538 (+9512.5%)
Mutual labels:  text, text-editor
React Contenteditable
React component for a div with editable contents
Stars: ✭ 1,057 (+6506.25%)
Mutual labels:  text, editing
Femto
A toy text editor with no dependencies written in Ruby
Stars: ✭ 34 (+112.5%)
Mutual labels:  text, text-editor
mg
OpenBSD Mg editor. Portable Public Domain Micro Emacs for *BSD, Cygwin, Linux, Mac OS X.
Stars: ✭ 99 (+518.75%)
Mutual labels:  text, text-editor
text-style-editor
Text style editor widget for flutter
Stars: ✭ 25 (+56.25%)
Mutual labels:  text, text-editor
instagram-text-editor
An Instagram like text editor Flutter widget that helps you to change your text style.
Stars: ✭ 66 (+312.5%)
Mutual labels:  text, text-editor
text2class
Multi-class text categorization using state-of-the-art pre-trained contextualized language models, e.g. BERT
Stars: ✭ 15 (-6.25%)
Mutual labels:  text
StGitlab
Sublime text Gitlab manager
Stars: ✭ 13 (-18.75%)
Mutual labels:  text
iwata-asks-downloader
Tool to download Iwata Asks interviews (none of which are stored in this repo)
Stars: ✭ 17 (+6.25%)
Mutual labels:  text
split
A string split function and iterator for Lua
Stars: ✭ 15 (-6.25%)
Mutual labels:  text
any-text
Get text content from any file
Stars: ✭ 19 (+18.75%)
Mutual labels:  text
werf
Mouse driven text editor inspired by Acme (text editor from Plan 9).
Stars: ✭ 20 (+25%)
Mutual labels:  text-editor

boxquote.el

Quote text with a semi-box.

MELPA Stable MELPA NonGNU ELPA

Commentary:

boxquote.el provides a set of functions for using a text quoting style that partially boxes in the left hand side of an area of text, such a marking style might be used to show externally included text or example code.

,----
| The default style looks like this.
`----

A number of functions are provided for quoting a region, a buffer, a paragraph and a defun. There are also functions for quoting text while pulling it in, either by inserting the contents of another file or by yanking text into the current buffer.

The latest version of boxquote.el can be found at:

  <URL:https://github.com/davep/boxquote.el>

Thanks:

Kai Grossjohann for inspiring the idea of boxquote. I wrote this code to mimic the "inclusion quoting" style in his Usenet posts. I could have hassled him for his code but it was far more fun to write it myself.

Mark Milhollan for providing a patch that helped me get the help quoting functions working with XEmacs. (which, for other reasons, I've needed to remove as of v2.0 -- hopefully I can get things working on XEmacs again).

Oliver Much for suggesting the idea of having a boxquote-kill-ring-save function.

Reiner Steib for suggesting boxquote-where-is and the idea of letting boxquote-describe-key describe key bindings from other buffers. Also thanks go to Reiner for suggesting boxquote-insert-buffer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].