Skip to content

Marklet 0.4.0

Choose a tag to compare

@wakmail wakmail released this 08 Jul 05:25
· 13 commits to main since this release

New

  • Live formatting: inline syntax markers hide when the caret is outside the element, so **bold** reads as just bold text. Covers bold/italic, strikethrough, highlight, inline code, link syntax (the label stays clickable), heading # prefixes, escape backslashes, and whole image expressions. Placing the caret inside reveals the raw syntax for editing. Toggle in Settings > Editor (default on).
  • Drawn list bullets: unordered list markers render as real bullets, cycling disc, circle, square by nesting level; the caret on the marker reveals the raw -.
  • Table editing menu: right-click a rendered table for Insert Row/Column, Delete Row/Column, Align Column, cell Copy/Cut/Paste/Clear, Copy/Cut/Delete Table, Format Table (Padded or Compact), and Reveal Source. The clicked cell highlights so you can see what the commands act on.
  • Edit table cells in place: click a cell of a rendered table to edit it right there. Enter commits and moves down (adds a row at the bottom), Tab and Shift-Tab hop between cells (Tab past the last cell adds a row), Shift-Enter inserts a <br> line break, arrow keys move through cells and in/out of the table, Escape cancels. Prefer the old behavior? Set "Click a Table Cell" to Reveal Source in Settings.
  • Tab navigation in table source: Tab and Shift-Tab move between cells in the raw pipe text too.
  • Insert Table command in the Format menu and the command palette.
  • Table settings (Settings > Advanced > Tables): Auto-Format Tables (Padded, Compact, or Off to preserve your manual spacing exactly), Click a Table Cell mode, and Monospace Table Source (default on, keeps padded pipes aligned in any editor font).
  • Image resizing: drag the handle on an image preview to resize; widths are stored as Obsidian-style ![alt|width](path). Explicit widths can upscale past the image's natural size up to the editor width.
  • Image context menu: right-click a preview for Open Link, Reveal Source, Copy Image, Copy Markdown, Show in Finder, Reset Size, and Delete Image.

Changed

  • Heading spacing retuned with less air above headings, and the section spacing slider now extends past its Compact/Normal/Relaxed anchors. Default line spacing is now 8.
  • The command palette closes when it loses focus, like Spotlight.
  • Table commands keep a blank line between the table and the text that follows it.
  • Clicking an image preview places the caret at the source so it expands for editing; clicking a linked image also opens its URL (cmd-click to reveal only).

Fixed

  • Table commands no longer merge the last row with the line below; arrow keys reliably enter and exit rendered tables; the in-place cell editor no longer turns invisible mid-edit.
  • The phantom blank line under a table while its source is shown is gone.
  • A drag-less click on an image resize handle no longer writes a width (this made portrait images shrink on double-click); drag-resize is clamped to the editor width.
  • Setext headings no longer get stuck at a small font; list bullets no longer clip on partial redraws; list styling no longer leaks into fenced code blocks; spell-check squiggles no longer dot through collapsed image source.