Releases: michaelwelch/obsidian-hoist
Releases · michaelwelch/obsidian-hoist
Release list
0.6.1
Initial release.
Added
- Inline summaries in the editor (Live Preview) — the resolved summary replaces a parent item's
{placeholder}template on every line except the one the cursor is on. On by default. - Fold-aware summaries in Reading view — expanded shows the faint template; collapsed shows the resolved values.
- Dot-notation placeholders — reference nested child values like
{storage.internal.ssd}. Bare keys ({ssd}) match the first occurrence anywhere, and paths can skip intermediate levels ({ram.slot2}findsslot2even under aram-slotsgroup). - Templates at any level — any list item with children can summarize its own subtree.
- Plain containers — intermediate bullets don't need
::to be traversable.
Settings
- Inline summary in editor (Live Preview) — default on.
- Maximum nesting depth — 10–50 (default 10).
- Match keys anywhere (bare keys & partial paths) — default on; strict full-path mode when off.
- Hide empty placeholders — default off; drops empty placeholders and tidies spacing.
- Optional segments
[ … ]— default off; a bracketed chunk shows only if every placeholder inside it resolves.