Commit Graph

69 Commits

Author SHA1 Message Date
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
715bf07eae Add new image asset for blog post media
- Introduced a new PNG image file located at `website/data/blog/media/paste-1778404389025-wzt8y.png`.
- The image includes metadata related to its creation and editing history.
2026-05-10 19:13:21 +10:00
a9b65b1dba fix: Add caption to image in markdown test file 2026-05-10 19:11:25 +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
34c2aa4316 can now add nodes 2026-04-19 05:45:33 +10:00
7e7e6f2c22 update to node site 2026-04-15 05:02:45 +10:00
3c45406f6f feat: add donate command to support the developer 2026-04-04 19:10:33 +11:00
f40856d747 fix: update presence fetch to correct Matrix user identifier 2026-04-04 17:40:15 +11:00
17e52681d7 update chat address 2026-03-15 21:56:02 +11:00
d762f8e67e feat: add game command functionality and update quick commands for Number Match game 2026-03-15 12:39:28 +11:00
df10268a83 feat: add MxjsClient for lightweight Matrix client functionality
- Implemented core methods for user authentication (register, login, logout).
- Added room management features (createRoom, joinRoom, leaveRoom, inviteUser).
- Included message handling capabilities (sendMessage, editMessage, redactEvent).
- Introduced user moderation actions (kickUser, banUser, unbanUser).
- Implemented profile management (getProfile, setDisplayName, setAvatarUrl).
- Added support for media uploads and fetching messages from room timelines.
- Included event handling with emit and on methods for custom event listeners.
- Sanitization of HTML content and mention handling in messages.
2026-03-15 12:27:23 +11:00
6d7ee1db71 feat: add /samsay command to utilize SAM speech synthesizer for text-to-speech functionality 2026-03-15 10:19:33 +11:00
1f658c179f feat: add skip functionality to boot animation and update chat room alias 2026-03-14 23:55:18 +11:00
5a782e46f8 Condrat ulationz 2026-03-14 23:07:19 +11:00
6c381e8bbc feat: integrate SAM speech synthesizer for Number Match game feedback 2026-03-14 22:25:05 +11:00
3ae550bb76 feat: add Number Match game command for terminal-based number matching puzzle 2026-03-14 20:07:38 +11:00
6a66d9c097 clickable chat 2026-03-07 12:53:27 +11:00
9b9ab8593f call to action for chat 2026-03-07 12:51:25 +11:00
6529eb2e6b neo update, bridge too 2026-03-07 12:49:27 +11:00
7d9a182b4d added bridge 2026-03-07 12:38:53 +11:00
864b1e3ecc update the message autocomplete + change up logo 2026-03-07 11:51:03 +11:00
628a0cb948 Added sounds + mentions 2026-03-07 09:52:42 +11:00
3d987dced1 Update favicon paths and enhance chat functionality with public message fetching 2026-03-07 09:16:57 +11:00
288b48ddab Add terminal commands for enhanced functionality
- Implemented 'about' command to provide information about the terminal.
- Created 'banner' command to display a welcome message based on terminal width.
- Added 'bluesky' command to fetch and display recent posts from Bluesky.
- Introduced 'clear' command to clear the terminal screen.
- Developed 'color' command to change the terminal's color scheme.
- Added 'contact' command to display contact information.
- Implemented 'date' command to show the current date and time.
- Created 'echo' command to echo back user messages.
- Added 'github' command to simulate opening the GitHub repository.
- Implemented 'help' command to list available commands.
- Developed 'history' command to show command history.
- Added 'privacy' command to display the privacy policy.
- Implemented 'whoami' command to show user information.
2026-03-07 06:22:10 +11:00
bf283e8425 Enhance mobile responsiveness: Add styles for very skinny screens and implement mobile keyboard detection 2026-03-05 19:35:37 +11:00
da4f07b8fe Update icons and enhance chat command functionality in terminal 2026-03-05 19:30:22 +11:00
4f5664a633 Add new logo image in 64px resolution to the website 2026-03-05 19:26:28 +11:00
fb86ebbd0d Implement BIOS boot animation and enhance terminal interactivity with clickable commands 2026-03-05 19:20:07 +11:00
134e917cac Enhance responsive design: Adjust container positioning and border styles for smaller screens 2026-03-05 02:51:32 +11:00
b79cbf0545 Refactor code structure for improved readability and maintainability 2026-03-05 02:33:35 +11:00
4be791f90e Redesign: Replace site with interactive terminal interface
- New xterm.js-based terminal with retro CRT aesthetics
- Matrix chat integration with real-time messaging
- Bluesky social media integration
- Interactive commands (help, about, chat, bluesky, privacy, etc.)
- Responsive design with mobile support
- Privacy policy command
- Quick navigation links (Docs, GitHub, Bluesky)
- Preserved all image assets (blocks, items, particles, icons)
- Updated README and package.json with new features
2026-03-04 23:15:44 +11:00
20ab323ae9 adjust camera distance for portrait mode in mining game 2025-11-25 06:50:56 +11:00
45f14a5a01 fullscreen 2025-11-25 06:45:34 +11:00
6e88888c2b mobile fixes 2025-11-25 06:42:23 +11:00
12d4d5c15d tnt 2025-11-25 05:54:23 +11:00
adc91709f8 vertical layers extended when upgraded grid size 2025-11-25 05:38:24 +11:00
67261e3eac added mining game 2025-11-25 05:36:39 +11:00
c07bd6ea2c removed hints + dragging 2025-11-19 17:36:30 +11:00
048b59b0e2 Update Number Match link in header and sitemap to use correct URL format 2025-11-19 17:27:29 +11:00
cffb360f7a Fix Number Match link in header and sitemap to use correct URL format 2025-11-19 17:26:37 +11:00
d0f0661cc8 sitemap 2025-11-19 17:25:16 +11:00
c21a9d4d92 Add Number Match game page and update sitemap 2025-11-19 17:25:00 +11:00
e89477862e numbermatch moved 2025-11-19 17:00:46 +11:00
b5635adde1 second sitemap 2025-11-03 15:41:01 +11:00
53a9067d08 Add !important to social links hover colors for better specificity 2025-10-03 05:33:25 +10:00
021c93f5d0 Refactor showViewMoreButton to insert button after posts container 2025-10-03 05:31:43 +10:00
5cdb914e76 Add "view more" button to main container and update styles 2025-10-03 05:29:34 +10:00
11b35c0af9 Replace loading indicator with "view more" button and update styles 2025-10-03 05:26:49 +10:00