Commit Graph

5 Commits

Author SHA1 Message Date
19a3b06682 fix: update image reference in welcome blog post 2026-05-11 01:18:23 +10:00
868381c9c8 fix: update title casing and change tag from 'welcome' to 'announcement' 2026-05-11 01:16:28 +10:00
16f72f58ce feat: restructure welcome blog post and update content for clarity 2026-05-11 01:13:52 +10:00
0f59de54bb blog post editor 2026-05-10 19:09:26 +10:00
40fd8e8e42 feat: Add blog post functionality with Markdown support
- Introduced BlogPostNode to render blog posts with metadata and content.
- Updated graph.json to include new blog post nodes.
- Enhanced MarkdownRenderer to support code block options for max height.
- Added CSS styles for improved code block scrolling and syntax highlighting.
- Created example blog posts: "Markdown Formatting Test", "Welcome to My Blog", and "Building Interactive Node Graphs".
- Implemented dynamic loading of blog data from blogs.json.
- Updated WorkspaceNavigator to allow smooth panning over blog nodes.
2026-04-19 09:09:53 +10:00