github gamosoft/NoteDiscovery v0.23.0
v0.23.0 - Draw your own sketches!

13 hours ago

What's Changed

  • Drawing editor. Create quick sketches and annotations directly in the browser. Saved as PNG files alongside your notes. Supports freehand, line, rectangle, ellipse, eraser, eyedropper, and undo/redo. Autosaves on idle.
image

More information here: https://github.com/gamosoft/NoteDiscovery/blob/main/documentation/DRAWING.md

  • Fixed-resolution drawings. Every drawing has an intrinsic document size (default 1200x800). Pointer input, redraws and exports all live in the same coordinate space, so the saved PNG is byte-deterministic regardless of screen size, window size, or device pixel ratio. Resizing the editor pane won't shifts strokes. Mobile viewports automatically letterbox to the drawing's aspect ratio.

  • Shared notes panel. New sidebar icon (below Backlinks) opens a dedicated panel listing every currently shared note, with a count badge and one-click navigation. Consistent with how other note lists are rendered.

image
  • Automatic share-token cleanup. When you create or revoke a share link, entries in .share-tokens.json pointing to notes that no longer exist are pruned automatically. No manual maintenance required.

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.23.0

Full Changelog: v0.22.1...v0.23.0

Don't miss a new NoteDiscovery release

NewReleases is sending notifications on new releases.