Changelog.
0.4.0July 23, 2023
New
- Added image support (
.jpg
,.png
,.gif
) to be dragged onto the note from the file system. - Added video support (
.mov
,.mp4
) to be dragged onto the note from the file system. - Dragged images/videos are stored in the
.attachments
folder in the workspace (is hidden in finder by default) - Added attachments default button in the sidebar, that opens a popover showing the list of attachments available in the workspace. Each item from here can be dragged onto the note for using the image/video.
- These images/videos are stored in markdown as
[[image name.extension]]
so they may not be useful outside the context of Octarine.
Improvements
- Moved to a more performant lib to convert editor state to markdown and back.
- Improved performance for extremely large blocks of text (think 200k words), but its still not butter smooth.