Conversation
…ing to prevent overflow.
|
@jaainil is attempting to deploy a commit to the Erland's projects Team on Vercel. A member of the Team first needs to authorize it. |
…tor with updated display names and an empty string fallback.
…project transfer.
…_TOKEN` environment variables from the release workflow.
# 1.0.0 (2026-01-18) ### Bug Fixes * remove duplicate pnpm version specification ([7d76b70](7d76b70)) * update package name to @imjp/writenex-astro ([64e5fe1](64e5fe1)) ### Features * add @writenex/astro - CMS integration for Astro content collections ([4223c4b](4223c4b)) * Add new Vercel React best practice rules and skill definitions. ([5ac16f0](5ac16f0)) * Add numerous code block languages and implement dropdown scrolling to prevent overflow. ([5e83a81](5e83a81)) * **astro:** v0.2.0 - Major UI/UX improvements and new features ([29a7188](29a7188)) * **astro:** v0.2.2 - Enhanced editor with accessibility and version history ([427a1b8](427a1b8)) * **astro:** v0.2.4 - UI refinements and collection selection modal ([74b4766](74b4766)) * **astro:** v0.2.5 - Image strategies, file patterns, and brand color system ([8787c8c](8787c8c)) * **astro:** v0.3.0 - Monorepo restructuring and package consolidation ([274d651](274d651)) * **astro:** v0.3.1 - Remove customizable basePath option ([0a52e80](0a52e80)) * expand and categorize supported code block languages in the editor with updated display names and an empty string fallback. ([eee0e13](eee0e13)) * migrate to monorepo structure with pnpm workspaces ([erlandv#3](https://github.com/jaainil/writenex/issues/3)) ([6d0c62a](6d0c62a))
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
This PR expands the Code Block functionality in both the main Writenex app and the Astro package, fixing UI issues and ensuring consistency across the monorepo.
Changes
🚀 Features
txt(Plain Text),mermaid,java,cpp,php,python,rust,go, and more to the Code Block language selector.@writenex/astroandapps/writenex, using concise short forms (e.g., "JS", "TS", "MD", "Txt").🐛 Bug Fixes
max-height: 300pxandoverflow-y: autoto dropdown containers in bothEditor.cssandMarkdownEditor.tsxstyles.🛠️ Technical Details
Files Modified:
apps/writenex/lib/editor/MarkdownEditor.tsx: Updated language list and added inline styles for dropdowns.packages/astro/src/client/components/Editor/Editor.tsx: Updated language list.packages/astro/src/client/components/Editor/Editor.css: Added scrolling rules for dropdown components.