What's Changed
Images
Heynote now supports inline images. You can paste images from the clipboard or drag and drop image files.
Images can be selected and resized directly in the editor, and it's quick and easy to put an image back
on the system clipboard.
Drawing on images
Heynote now includes a lightweight drawing tool for adding quick, freehand annotations on top of images.
Other changes
- Add syntax highlighting for Math blocks
- New lines in a Plaintext, Math and SQL blocks now inherits the indentation from the previous line
(other languages should already have this behaviour for new lines) - Add support for Mermaid blocks
- Fix issue not being able to record the Enter key when creating custom key bindings
Merged PRs
- Make new lines in Plaintext and Math blocks and inherit the indentation from the previous line by @heyman in #426
- Add Mermaid language support by @LSauce in #407
- Add syntax highlighting for Math blocks by @heyman in #427
- Use official version of @codemirror/search by @heyman in #428
- Add support for images by @heyman in #429
- Downgrade Electron to 39.3.0 by @heyman in #432
- Sanitize system locale by @heyman in #435
- Add feature for drawing on images by @heyman in #433
- Use jetpack to serve heynote-file protocol responses by @heyman in #437
- Fix so that Enter can be recorded for custom key bindings by @heyman in #441
New Contributors
Full Changelog: v2.7.1...v2.8.0