Commit Graph

10 Commits

Author SHA1 Message Date
ba36cdd05b refactor: remove blog and markdown test pages, update navigation links
- Deleted blog.html and associated blog post files (markdown-test, testddd, node-graphs, welcome).
- Updated index.html to use dynamic navigation links from navLinks.js.
- Enhanced MarkdownRenderer to include new heading pin elements.
- Implemented SVG bezier splines for blog post navigation.
- Adjusted CSS styles for blog layout and new elements.
2026-05-10 23:29:02 +10:00
daef942927 feat: implement scroll top bar and enhance blog navigation structure 2026-05-10 20:21:57 +10:00
d65cadc2e5 feat: Implement intrinsic image scaling in Markdown renderer 2026-05-10 19:27:16 +10:00
01bac4c0bd fix: Update URL sanitization logic in Markdown renderer 2026-05-10 19:24:14 +10:00
628adc59ee fix: Update image dimensions in markdown test and enhance URL sanitization 2026-05-10 19:23:01 +10:00
f56a1e9181 feat: Add table and line break support in Markdown renderer 2026-05-10 19:20:27 +10:00
2625ecc55b feat: Enhance image handling in Markdown with metadata parsing 2026-05-10 19:19:23 +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
7e7e6f2c22 update to node site 2026-04-15 05:02:45 +10:00