feat: notebook modal, contextual navigation, and private repo updates#58
Merged
tomymaritano merged 3 commits intomainfrom Jan 3, 2026
Merged
feat: notebook modal, contextual navigation, and private repo updates#58tomymaritano merged 3 commits intomainfrom
tomymaritano merged 3 commits intomainfrom
Conversation
## Notebook Creation Modal - Add NotebookCreateModal component with Inkdrop-style design - Modal state lives in Sidebar (not NotebookList) - NotebookList is now a pure list component - Create notebooks as children when inside a notebook context ## Contextual Navigation - Add goToAllInCurrentContext() to stay in notebook when filtering - Notes created inside a notebook now stay in that notebook - Pass notebookId through entire stack (core → IPC → renderer) ## Auto-Updater for Private Repo - Add private: true to publish config - Update release workflow to use secrets.GH_TOKEN - Document current setup and future evolution path 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Fixes: - Apply prettier formatting to fix CI lint errors Features: - Add [[wikilink]] syntax highlighting in editor (CodeMirror) - Add [[wikilink]] rendering in preview (remark plugin) - Add click-to-navigate for wikilinks (best-effort by title) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
Changes
goToAllInCurrentContext()stays in notebook when filteringprivate: true, usesecrets.GH_TOKENManual Steps Required (after merge)
GH_TOKENin repo settingsTest plan
🤖 Generated with Claude Code