#markdown #ratatui #tui

basalt-widgets

Provides the custom ratatui widgets for Basalt TUI application

1 unstable release

0.1.0 Mar 1, 2025

#883 in Command-line interface

Download history 139/week @ 2025-02-26

139 downloads per month

MIT license

51KB
838 lines

basalt-widgets

This crate provides the custom ratatui widgets used in basalt app.

markdown

Markdown module provides a Markdown View Widget that renders markdown nodes provided by basalt_core::markdown parser.

Example of rendered output:

██ Headings

█ This is a heading 1

██ This is a heading 2

▓▓▓ This is a heading 3

▓▓▓▓ This is a heading 4

▓▓▓▓▓ This is a heading 5

░░░░░░ This is a heading 6

██ Quotes

You can quote text by adding a > symbols before the text.

┃ Human beings face ever more complex and urgent problems, and their effectiveness in dealing with these problems is a matter that is critical to the stability and continued progress of society.
┃
┃ - Doug Engelbart, 1961

██ Bold, italics, highlights

This line will not be bold

\*\*This line will not be bold\*\*

Dependencies

~5–17MB
~160K SLoC