Difference between revisions of "Artist mode"
Jump to navigation
Jump to search
(Created page with "Artist mode is an Emacs package, that draw ascii character on a text area with mouse and/or keyboard. The shapes are made up with the ascii characters including lines, rectang...") |
(package box) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | Artist | + | {{Package |
− | + | |name=Artist Mode | |
+ | |description=Learn to become an artist with [[Emacs]] | ||
+ | |source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/textmodes/artist.el | ||
+ | |maintainer=[[FSF]] | ||
+ | |in_emacs=yes | ||
+ | |Development status=active | ||
+ | }} | ||
+ | |||
+ | '''Artist mode''' is a paint like application for [[Gnu Emacs]]. You can create following shapes with it - | ||
+ | * lines | ||
+ | * squares | ||
+ | * rectangles and poly-lines | ||
+ | * ellipses | ||
+ | * circles with your mouse and/or keyboard. | ||
+ | |||
+ | Use this mode to insert text diagrams or figures in your source | ||
+ | comments. | ||
+ | |||
+ | == See Also == | ||
+ | [[Picture Mode]] | ||
+ | |||
+ | |||
+ | == External Links == | ||
+ | ; [http://www.cinsk.org/emacs/emacs-artist.html Screencast of Artist mode] | ||
+ | : Illustrates how to create inline documentation using ASCII diagrams. Watch this screencast and be inspired. | ||
+ | |||
+ | [[Category:Draw]] |
Latest revision as of 20:16, 30 March 2012
Description | Learn to become an artist with Emacs |
---|---|
Author | name of author |
Maintainer | FSF |
Source | http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/textmodes/artist.el |
Part of Emacs | yes |
Artist mode is a paint like application for Gnu Emacs. You can create following shapes with it -
- lines
- squares
- rectangles and poly-lines
- ellipses
- circles with your mouse and/or keyboard.
Use this mode to insert text diagrams or figures in your source comments.
See Also
External Links
- Screencast of Artist mode
- Illustrates how to create inline documentation using ASCII diagrams. Watch this screencast and be inspired.