Hi all, I've spent the last days drafting a an Elisp script[1] that allows inline previewing of .rnote files in Org Mode buffers.
Rnote is a sketching software much similar to Xournalpp, so we can say that this package is pretty similar to org-xournalpp[2] and org-xopp[3] in spirit, although it follows a different approach as it streamlines file: and attachment: links instead of defining a new link type. This package also uses org-persist to cache exports and requires org 9.8pre as it relies on its async goodies to generate the preview in a non blocking way. The code is still very much a prototype, with only the bare minimum functionality and testing. That said, I’d really appreciate any feedback on its structure and overall design as this is my first public-facing project outside of a school or university setting and my first serious take on Elisp. Looking forward to your thoughts. TIA! [1] https://github.com/antrmn/org-rnote [2] https://gitlab.com/vherrmann/org-xournalpp [3] https://github.com/mahmoodsh36/org-xopp