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.
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
- Update to latest version of Electron
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
New Contributors
Full Changelog: v2.8.0-beta...v2.8.0-beta.2