Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 18:43
· 7 commits to main since this release

v1.0.1: fix right-edge clip on Minimal, add section headers, hide per-pane title bar

  • Inset the framed box via parent padding instead of child margin, so the
    theme's forced width:100% on .view-content no longer overflows and clips the
    right edge (root cause on Minimal).
  • Cap the graph box height so it reads as a card (--hub-graph-height).
  • Inject 'Interactive graph' / 'Incoming links' / 'Outgoing links' / 'On this
    page' section labels above each box, Publish-style.
  • Hide the per-pane .view-header title bar for the framed panes.
  • New settings: show section labels, hide sidebar tab bar (off-by-default-safe
    warning: hiding the tab bar also hides other tabs in that group).