basalt-widgets/v0.1.0
Full Changelog: basalt-core/v0.2.2...basalt-widgets/v0.1.0
0.1.0 (2025-02-28)
- Basalt widgets by @erikjuhani in #2
- Add basalt-widgets to workspace members by @erikjuhani in #3
Added
Add markdown view widget
This is the initial implementation for a custom ratatui widget that renders markdown provided by the
basalt_core::markdownparser.This commit introduces a widget called
MarkdownViewthat can render Markdown content into terminal user interface (TUI) structures using theratatuicrate. It integrates with aMarkdownViewStateto manage scrolling and additional metadata.