Commit Graph

5 Commits

Author SHA1 Message Date
b618772883 Add markdown rendering with react-markdown
- Installed react-markdown and remark-gfm for GitHub-flavored markdown
- Installed @tailwindcss/typography for proper prose styling
- Rewrote page.tsx to render markdown content as HTML
- Links are now clickable with proper hover states
- Headers, lists, and other markdown elements properly styled
- Fixes Task #12: Blog now renders markdown correctly
2026-02-19 08:45:14 -06:00
664d48abb5 Fix digest link rendering - make titles clickable
- Updated parseDigest to extract URLs from markdown links in titles
- Title is now the clickable link with external link icon
- Better hover states and visual feedback
- Fixes Task #5: Blog Backup links now properly clickable
2026-02-18 20:57:50 -06:00
c977828350 Add digest viewing support and date-fns
- Enhanced UI to detect and format AI digest posts
- Added category-based display for digest entries
- Installed date-fns for better date formatting
- Added visual distinction for AI-generated digests
2026-02-18 09:49:07 -06:00
6c7dfd8b40 Add working blog backup functionality
- Replaced default Next.js template with daily message backup UI
- Added API endpoint for CRUD operations on messages
- Created message form with date picker and textarea
- Grouped messages by date with expandable sections
- Data persists to data/messages.json
2026-02-18 09:32:47 -06:00
8fdb7f8350 Initial commit from Create Next App 2026-02-18 07:18:00 -06:00