Get the latest tech news
Emacs Easydraw – drawing tool inside Emacs
Embedded drawing tool for Emacs. Contribute to misohena/el-easydraw development by creating an account on GitHub.
M-x edraw-org-edit-link C-c C-o Right click on image (The right-click menu also provides some other useful functions for links) left, up, right, downMove selected objects (S-<dir>:10px, C-u <dir>:Numerical input)M-left, M-up, M-right, M-downDuplicate selected objects and move (M-S-<dir>:10px, C-u M-<dir>:Numerical input)mouse-3 on shapes, anchor points, background, shape picker, or edraw linksShow context menuC-u mouse-3Show context menu (Ignore invisible/unpickable states)(Select Tool) C-down-mouse-1Add/Remove clicked shape to selection list(Select Tool) M-drag-mouse-1Duplicate dragged shape(Path Tool) C-u down-mouse-1Ignore existing points (Avoid connecting or moving existing points)S-drag-mouse-145 degree unit movement or square specificationMiddle-dragScrollC-wheel-up, C-wheel-downZoom(In Property Editor) Middle-clickClose window(In Shape Picker) Middle-clickClose windowThe following code is an example of inserting an editor into a buffer from Emacs Lisp. I have spent a long time using translation software to write this text, but I am not confident that the intended meaning is accurately conveyed.
Or read this on Hacker News