Releases: Saiki77/hub-sidebar
1.0.7
1.0.6
v1.0.6: store-submission readiness
- Add LICENSE (MIT).
- manifest: author Justus -> Saiki77, set authorUrl, reword description to a
verb-first, period-terminated, <250-char line with no 'obsidian'/'plugin'. - versions.json + package.json -> 1.0.6.
- docs/submission/SUBMISSION.md: website submission flow (community.obsidian.md),
replacing the obsolete obsidian-releases PR flow.
1.0.5
v1.0.5: move the sidebar-toggle button from the ribbon to the status bar
Minimal's 'Hide ribbon' option hides ribbon icons entirely, so the optional
toggle never appeared. It now lives in the status bar (always visible), still
gated by the 'Right sidebar toggle button' setting. The hotkey command is
unchanged.
1.0.4
v1.0.4: fix box height (explicit JS sizing), top-padding slider, center-on-screen + sidebar toggle
- Fix the broken graph box: Minimal forces the view to fill the pane height,
overriding CSS aspect-ratio. The plugin now sets an explicit inline height
(= box width / chosen ratio) that beats the theme and updates live, so the
'Graph box shape' slider applies immediately with no reload. - Add 'Graph box top padding' slider (controls how far down the box sits).
- Add 'Center note on screen' toggle: shifts the main editor column to the
window center, compensating for open sidebars (CM6-safe transform). - Add 'Toggle the right sidebar' command + optional ribbon icon.
1.0.3
v1.0.3: remove the drop shadow on the mode-switcher container
1.0.2
v1.0.2: graph box shape control + divider toggle + lower offset
- Add 'Graph box shape' setting: a slider for the framed graph box aspect ratio
(width/height, 1=square) with a live preview box below it in settings. - Add 'Show sidebar divider line' toggle for the vertical editor/sidebar divider.
- Nudge the box/labels down (top inset 6px -> 16px).
- Replace the fixed height cap with aspect-ratio driven by --hub-graph-aspect.
1.0.1
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).
1.0.0
Hub Sidebar 1.0.0: Publish-style right sidebar with Graph/Incoming/Outgoing switcher
TypeScript plugin (esbuild build, eslint, tag-driven release workflow).
Frames the local graph, cleans the outline, removes sidebar borders, and adds
a clickable switcher that morphs the framed pane between local graph, backlinks,
and outgoing links.