Create Next.js markdown notebook with multi-view editor#53
Open
ruffledsapp wants to merge 2 commits intocruip:mainfrom
Open
Create Next.js markdown notebook with multi-view editor#53ruffledsapp wants to merge 2 commits intocruip:mainfrom
ruffledsapp wants to merge 2 commits intocruip:mainfrom
Conversation
Created a simple yet powerful markdown notebook for ideation and non-coding tasks: Features: - YC-inspired UI with iconic #ff6600 orange and monospace fonts - Toggle between read/edit modes - Auto-save to localStorage - Keyboard shortcuts (⌘E to toggle, ESC to read) - Export/download as .md file - Copy to clipboard functionality - Word and character count - Last saved timestamp - Smooth transitions and animations - Quick markdown cheatsheet - GFM (GitHub Flavored Markdown) support Tech stack: - Next.js 15 with App Router - React Markdown with remark-gfm - Tailwind CSS v4 with Typography plugin - TypeScript Perfect for using Claude Code for non-coding ideation tasks!
|
@claude is attempting to deploy a commit to the Cruip Team on Vercel. A member of the Team first needs to authorize it. |
Removed markdown notebook features to keep IdeationTailwind as a clean, reusable landing page template. The notebook has been moved to a separate standalone project (MarkdownNotebook). Changes: - Removed app/(default)/notebook/ directory - Removed components/markdown-notebook.tsx - Removed react-markdown and remark-gfm dependencies - Removed @tailwindcss/typography plugin - Restored package.json to template state IdeationTailwind is now back to being a pure landing page template.
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.
Created a simple yet powerful markdown notebook for ideation and non-coding tasks:
Features:
Tech stack:
Perfect for using Claude Code for non-coding ideation tasks!