Version v0.1.104¶
This release introduces a new HTML slides output node that allows embedding and interacting with single-file HTML presentations directly within the application. Users can create slides by pasting HTML or generating decks from topics using a new slash command. The feature includes an in-node viewer with navigation controls and options to open or download the slides. Additional improvements include a loading spinner during generation, comprehensive tests, and updated documentation.
New Features¶
- Added a new node type
html_slidesto embed single-file HTML presentations within nodes (b98b4c) (Eric Ma) - Introduced the
/slidesslash command to paste HTML or generate slide decks from a topic using LLM, including context from the selected node (b98b4c) (Eric Ma) - Implemented an in-node viewer with iframe using Blob URL, featuring Prev/Next navigation, open in new tab, and download options (b98b4c) (Eric Ma)
- Added a generating spinner for slide creation, along with end-to-end and unit tests, and updated documentation and AGENTS.md accordingly (b98b4c) (Eric Ma)
Bug Fixes¶
- None
Deprecations¶
- None