From a7b5452d56efcfc37a3872e5d93fc282befb7dfd Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Thu, 7 May 2026 14:38:08 +0200 Subject: [PATCH] docs --- documentation/DRAWING.md | 4 ++-- documentation/FEATURES.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/DRAWING.md b/documentation/DRAWING.md index 3beed15..d3d07ce 100644 --- a/documentation/DRAWING.md +++ b/documentation/DRAWING.md @@ -8,8 +8,8 @@ Use the **+ New** menu in the sidebar and choose **New drawing**. The app create ## Editor overview -- **Tools** — Freehand pencil, straight line, rectangle, and ellipse; **eraser** (paints with the canvas background color); **eyedropper** to sample a color from the canvas; **paint bucket** to flood-fill a connected area with the current color (undo/redo supported like any other stroke). -- **Color & stroke width** — Color picker and width slider appear on the same toolbar as the tools. +- **Tools** — Freehand pencil, straight line, rectangle, and ellipse; **eraser** (paints with the canvas background color); **eyedropper** to sample a color from the canvas; **paint bucket** to flood-fill a connected area with the current color; **text** to drop a typed label at the click point. Undo/redo is supported like any other stroke. +- **Color & stroke width** — Color picker and width slider appear on the same toolbar as the tools. Text size also follows the stroke-width slider. - **Undo / redo** — Use the main toolbar buttons or **Ctrl+Z** / **Ctrl+Y** (same shortcuts as the note editor; they apply to strokes while a drawing is open). - **Clear** — Replaces the current session with a **blank white image** and schedules a save (see [FEATURES.md](FEATURES.md) for the exact behavior and confirmation). - **Saving** — Changes are saved automatically after you finish a stroke (debounced), and you can press **Ctrl+S** (Cmd+S on Mac) to save the PNG immediately. diff --git a/documentation/FEATURES.md b/documentation/FEATURES.md index 6bb4b11..7179b46 100644 --- a/documentation/FEATURES.md +++ b/documentation/FEATURES.md @@ -48,7 +48,7 @@ Sketch beside your notes without leaving NoteDiscovery. **+ New → New drawing** creates a **`drawing-{timestamp}.png`** next to your markdown files; those open in the drawing viewer, other images open as usual. -- **Tools** — Pencil, lines, rectangles, ellipses, eraser, eyedropper, clear; color and stroke width on the toolbar; undo/redo while you work. +- **Tools** — Pencil, lines, rectangles, ellipses, eraser, eyedropper, paint bucket, text labels, clear; color and stroke width on the toolbar; undo/redo while you work. - **Saving** — Autosave and **Ctrl+S** / **Cmd+S** like the rest of the app. - **Files** — Plain PNGs in your vault—link them in notes and back them up with everything else.