Skip to content

1.9.2

Choose a tag to compare

@SharbelMarshi SharbelMarshi released this 08 Aug 18:28
· 14 commits to main since this release

1.9.2

Visual editor

  • Shapes menu: all shape tools now live in one toolbar button, with a new Triangle tool.
  • Function plotter: new plot tool: enter f(x) and a range, get native TikZ output (plot (\x, {…}) with domain and samples). Plots are fully editable and draggable.
  • Rotation: drag the grip above any selection to rotate it (Shift = 15° steps).
  • Shape snap: draw freehand and hold still at the end: the stroke turns into a clean line, triangle, rectangle, circle, or polygon.
  • Objects panel: list every object, hide/show it with a checkbox, or delete it.
  • Hebrew support: Hebrew typed into a text node is wrapped in \he{…} automatically.
  • Real color syntax: the color picker now writes readable xcolor mixes (cyan!75!black) instead of raw RGB.
  • Better selection: click inside filled shapes, and tap the same spot again to cycle through stacked objects.
  • Transformed pictures: pictures using rotate, shift, scale, x=/y=, rotate around are now fully editable; only true coordinate-system overrides (cm=) stay source-only, with a clear message naming the option.
  • Any object can now be deleted, including source-only statements.

Fixes

  • iPad: drawn objects no longer appear duplicated beside themselves.
  • Settings tab works again on Obsidian 1.13+ (with settings search support).
  • Cmd+⌫ deletes the selection; dragging selected objects works reliably.