User Guide
14.2 · Notes

Rich Text and Images

Formatting

The note editor is a standard WPF RichTextBox with a TX1-themed toolbar. Supported formatting:

ElementHow
Paragraph headingsStyle dropdown (H1–H3).
Bold / Italic / UnderlineCtrl+B/I/U or toolbar.
StrikethroughToolbar.
Bulleted / numbered listsToolbar or Ctrl+Shift+L / N.
Indent / outdentTab / Shift+Tab inside a list.
Text colourToolbar colour picker.
HighlightToolbar highlight picker.
HyperlinksCtrl+K or toolbar.
TablesToolbar insert-table dialog.

Images

Inserting

MethodWhat happens
Drag filePNG / JPG accepted; embedded in the note.
Paste from clipboardScreenshots or copied images.
Toolbar insert imageFile picker.

Each image is stored as a ProjectNoteImage row with the binary payload and a reference from the note's XAML content.

Resizing

Click an image to select it, then drag the corner handles. TX1 stores the display width/height separately from the source file, so resizing doesn't re-encode the image.

Caption

Right-click an image → Add Caption. The caption is stored in the XAML directly below the image.

Managing Images

The right-hand pane lists every image in the note. Click to jump to it in the body. Delete an image to remove it from both the body and the stored row.

Performance Notes

  • Large images (> 2 MB) are automatically resampled on paste — full source is kept in the database; the body renders a scaled thumbnail.
  • Notes with 100+ images open more slowly; consider splitting into multiple notes.

Copy-Paste Between Notes

  • Rich text copies with formatting preserved.
  • Images included.
  • Cross-project copy works — an image pasted into a different project creates a fresh ProjectNoteImage record owned by the new project.

Exporting Images

  • JSON / .tx1 export preserves images.
  • Excel export strips them (text only).
  • PDF report export renders notes as images on the page.

Accessibility

Alt text on images is optional. Add via Right-click image → Alt Text to support screen readers and to have meaningful labels in exported PDFs.