Skip to content

Releases: michaelwelch/obsidian-hoist

Release list

0.6.1

Choose a tag to compare

@michaelwelch michaelwelch released this 05 Aug 14:58

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} finds slot2 even under a ram-slots group).
  • 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.