feat: add markdown editing mode
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-06-30 17:31:25 +02:00
parent 2df2412d39
commit 20190ac784
13 changed files with 519 additions and 122 deletions

View File

@@ -5,6 +5,7 @@ pub mod batch;
pub mod archive;
pub mod create_item;
pub mod create_section;
pub mod open_item;
pub mod open_update_item_dialog;
pub mod toggle_item;
pub mod update_graph;