Skip to content

Releases: idheitmann/obsidian-yaml-editor

v1.0.3

28 Jun 18:28

Choose a tag to compare

Remove settings heading that triggered scanner error.

v1.0.2

28 Jun 17:52

Choose a tag to compare

Fixes remaining community scanner warnings:

  • Remove plugin name from settings heading
  • Remove remaining unnecessary type assertions
  • Replace text-decoration CSS with border-bottom for compatibility

v1.0.1

28 Jun 17:32

Choose a tag to compare

Fixes for Obsidian community plugin scanner compliance.

  • Remove 'Obsidian' from manifest description
  • Replace HTML headings with Setting.setHeading()
  • Add MIT LICENSE
  • Replace builtin-modules with node:module
  • Use activeDocument for popout window compatibility
  • Remove unnecessary type assertions
  • Use Vault#configDir instead of hardcoded .obsidian
  • Type loadData() result properly
  • Clean up unnecessary regex escapes
  • Remove unused imports
  • Fix CSS text-decoration compatibility

v1.0.0

28 Jun 08:54

Choose a tag to compare

YAML Editor 1.0.0

Initial community release. A structured YAML editor for Obsidian.

Features

  • Schema-aware completions — learns from your vault's YAML usage, plus optional explicit JSON Schema support
  • Standalone .yaml/.yml editor — dedicated editing surface with syntax highlighting, line numbers, and all editor features
  • Smart indentation — Enter/Tab/Shift-Tab inside YAML regions
  • Folding — map and sequence blocks
  • Snippet palette — insert structured YAML elements by command
  • Value quoting — toggle correct minimal quoting on demand
  • Diagnostics — parse error underlines with hover messages
  • Anchors & aliases — keyboard shortcuts for &anchor/*alias
  • Breadcrumb navigation — status bar shows YAML path at cursor

Install

Download the attached artifacts (, , ) and place them in .