Releases: taniy8/github-markdown-formatter
Release list
v1.0.1 — UI Improvements
A polish release focused on user experience and visual refinements.
Changes
UI & Layout
Moved AI Mode toggle next to template buttons for better visual grouping. Added subtle divider between toolbar and editor panels. Improved typography hierarchy for INPUT and PREVIEW labels. Consistent button heights and spacing across all controls.
User Feedback
Toast notifications for copy, download, and AI enhancement completion. Error state when AI enhancement fails — falls back to basic output gracefully. Loading indicator with animated dots while AI is processing.
Editor Experience
Auto-focus on page load and after template selection. Clear button to reset the editor. Live line and character count display. Keyboard shortcut Ctrl+Enter to trigger AI enhancement. AI Mode preference remembered between sessions via localStorage.
Empty State
Improved preview empty state with a more descriptive message. Realistic placeholder text in the input area demonstrating expected input.
Links
v1.0.0
v1.0.0 — Initial Release
GitHub Markdown Formatter is a developer tool that transforms raw, unformatted contribution notes into clean, structured GitHub-flavored markdown - instantly and without friction.
Highlights
Rule-based Formatting Engine
A deterministic pipeline that processes raw text line by line, detecting issue references, wrapping code identifiers in backticks, converting action verbs into bullet points, and capitalizing sentences automatically.
AI Enhancement Mode
Powered by Groq's Llama 3.3 70B. Toggle AI mode to layer intelligent grammar correction and structural improvements on top of the rule-based output without inventing details or altering technical content.
Live Preview
Side-by-side editor and GitHub-flavored markdown preview, rendered in real time as you type.
Templates
Three starter templates: Simple PR, Detailed PR, and Bug Report, pre-loaded with realistic raw notes ready to format.
Draft Persistence
Input is automatically saved to localStorage and restored on page reload. No work is ever lost.
Export
Copy formatted markdown to the clipboard or download it as a .md file in one click.
Tech Stack
Next.js 15 · TypeScript · Tailwind CSS · react-markdown · remark-gfm · Groq API (Llama 3.3 70B)
Links
Live: https://github-markdown-formatter.vercel.app
Repository: https://github.com/taniy8/github-markdown-formatter