Skip to content

basalt-widgets/v0.1.0

Choose a tag to compare

@erikjuhani erikjuhani released this 03 Mar 07:09

Full Changelog: basalt-core/v0.2.2...basalt-widgets/v0.1.0

0.1.0 (2025-02-28)

Added

Add markdown view widget

This is the initial implementation for a custom ratatui widget that renders markdown provided by the basalt_core::markdown parser.

This commit introduces a widget called MarkdownView that can render Markdown content into terminal user interface (TUI) structures using the ratatui crate. It integrates with a MarkdownViewState to manage scrolling and additional metadata.