emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch] Draw and scribble notes in GNU Emacs


From: Anand Tamariya
Subject: [Patch] Draw and scribble notes in GNU Emacs
Date: Thu, 9 Sep 2021 13:24:44 +0530

Here's a proposal for drawing and scribbling notes in GNU Emacs.
Features:
Code: https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/svg.el
Screenshots: https://lifeofpenguin.blogspot.com/2021/08/scribble-notes-in-gnu-emacs.html
Video: https://youtu.be/oj2OR5ytHx

I have few questions:
- Can this be included in Emacs core?
- I've copied two functions from Lars (https://github.com/larsmagne/ewp/blob/master/ewp.el ). How should attribution work in this case?

Additionally, following are mandatory patches for svg.el:
- polyline point uses CSV pairs separated by space.
- id should ideally be unique. This will allow changing element type when different element with same id is added.
- If value is nil, don't include the attribute in the print output.



Attachment: diff.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]