#markdown #ratatui #tui #applications

basalt-widgets

Provides the custom ratatui widgets for Basalt TUI application

2 releases

0.1.1 Apr 20, 2025
0.1.0 Mar 1, 2025

#442 in Command-line interface

Download history 111/week @ 2025-02-24 35/week @ 2025-03-03 2/week @ 2025-03-10 91/week @ 2025-04-14 51/week @ 2025-04-21 16/week @ 2025-04-28

158 downloads per month
Used in basalt-tui

MIT license

56KB
886 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
~162K SLoC