Skip to content

Releases: TylerCarrol/obsidian-sketch-matter

0.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 00:15
Immutable release. Only release title and notes can be modified.
e185f72

Added

  • Added preview point snapping with all-points, same-type, and disabled modes, plus visible snap targets.

Fixed

  • Rectangle children in type definitions now respect native width and height properties.

0.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 22:38
Immutable release. Only release title and notes can be modified.
a59c804

Fixed

  • Labels on shared object notes now render as text when the object has a shape override.

0.6.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 22:19
Immutable release. Only release title and notes can be modified.
11fe8cb

Fixed

  • Preview-panel property edits now preserve Obsidian property definitions when saving numbers, checkboxes, lists, dates, and text.

0.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 21:54
Immutable release. Only release title and notes can be modified.
8cc7739

Changed

  • Added configurable sketchmatter-angle support so shapes can be rotated from frontmatter.
  • Added configurable sketchmatter-label-angle support so labels can override angle independently on shared notes.
  • Rectangles now read configurable sketchmatter-* width, height, and corner radius properties by default.

0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:58
Immutable release. Only release title and notes can be modified.
e02698e

Changed

  • Made preview zoom bounds configurable in plugin settings, with an option to remove the upper limit.

0.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 02:29
Immutable release. Only release title and notes can be modified.
dbd626d

Added

  • Added pinch zoom in preview panel

0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 01:51
Immutable release. Only release title and notes can be modified.
0c57a91

Added

  • Added scatter type which can render a configurable item type at random positions.
  • Added default mountains and trees composite type definition, used by the scatter type.
  • Composite child coordinates can now be edited directly in plugin settings.

0.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 03:27
Immutable release. Only release title and notes can be modified.
de9329a

Added

  • New objects created via Create object now include pre-defined coordinates.

Fixed

  • Preserved preview viewport position (scroll/zoom framing) across auto-refresh rerenders in edit mode, preventing the canvas from snapping back to the top-left after coordinate or style edits.
  • Fixed edit-overlay pointer mapping so dragging points and edge insertion behave correctly with preserveAspectRatio and zoom/letterboxing.
  • Fixed vertex-handle drag snapping by preserving pointer-to-vertex offset during drag, preventing points from jumping on click/drag start.

0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 14:00
Immutable release. Only release title and notes can be modified.
24e6c2d

Added

  • Added Create image command and preview-panel button.
  • Added Create view command and preview-panel button.
  • Added Create object command and preview-panel button.
  • Added Refresh preview button to the preview panel.

Changed

  • Added configurable settings keys for view layer filters: viewIncludeLayersProperty and viewExcludeLayersProperty.
  • Added configurable settings keys for object shape and child arrays: objectShapeProperty and objectChildrenProperty.

Fixed

  • Reduced preview/code-block metadata load cost by collecting object, view, and image definitions in a single pass and reusing the result within the preview panel.

0.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 03:51
Immutable release. Only release title and notes can be modified.
7fc56a3

Fixed

  • Fixed release attestations.