Add Claude Sidebar button as a slim Obsidian ribbon#14
Merged
Conversation
…utton VaultCMS hides the Obsidian ribbon (showRibbon:false), which also hid the Claude Sidebar plugin's "New Claude Tab" button. Adds an enabled CSS snippet that shows a slim ribbon containing only the "Open home base" and "New Claude Tab" buttons (matched by aria-label), so the Claude button sits next to home-base without bringing back the full ribbon. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Enable the ribbon (showRibbon:true) so the Claude Sidebar plugin's "New Claude Tab" button renders, and let the claude-sidebar-button snippet trim the ribbon to just the "Open home base" + "New Claude Tab" buttons — a slim two-icon strip rather than the full ribbon. Also records the claude-sidebar plugin in the vault (community-plugins.json + manifest/data; plugin code stays untracked per the existing ignore). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
posts | c2d923f | Commit Preview URL Branch Preview URL |
Jun 23 2026, 10:43 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a clickable Claude Sidebar button to the VaultCMS Obsidian vault without bringing back the full ribbon.
What & why
The
claude-sidebarplugin only exposes its action as a ribbon icon (addRibbonIcon("bot", "New Claude Tab")), but VaultCMS shippedshowRibbon: false, so the button had nowhere to appear.showRibbon: true) so the button renders..obsidian/snippets/claude-sidebar-button.css) that trims the ribbon to just theOpen home baseandNew Claude Tabicons (matched byaria-label) — a slim two-icon strip, not the full ribbon.claude-sidebarplugin in the vault (community-plugins.json+manifest.json); plugin code stays untracked per the existing ignore.Touches only
src/content/.obsidian/(the editor vault) — no effect on the built site or deploy. Requires an Obsidian reload to take effect.🤖 Generated with Claude Code