basalt-tui 0.9.0

Basalt TUI application for Obsidian notes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod app;
pub mod config;
pub mod explorer;
pub mod help_modal;
pub mod note_editor;
pub mod splash;
pub mod statusbar;
pub mod stylized_text;
pub mod text_counts;
pub mod vault_selector;
pub mod vault_selector_modal;