Releases: idheitmann/obsidian-yaml-editor
Releases · idheitmann/obsidian-yaml-editor
v1.0.3
v1.0.2
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
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
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 .