# TextPlus A **plaintext** editor that grew *teeth*: themes, live Markdown preview, a paint canvas, and a pipeline that parses HTML and ships it to Postgres. ## What's in the box - Five editor themes with a line-number gutter - Live Markdown preview (you're looking at the source) - A vector **paint canvas** — pen, shapes, arrows, text - `scp`-on-save to any Mac on your tailnet - HTML selector parsing → `marketplace_snapshots` > Toggle the view with the segmented control top-left, or ⌃⌘1 / ⌃⌘2 / ⌃⌘3. ### A code sample ```swift let canvas = DrawCanvasView() canvas.tool = .arrow ``` Visit [the repo](https://example.com) and press ⌘B to **bold** a selection.