aboutsummaryrefslogtreecommitdiff
path: root/src/bibiman.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bibiman.rs')
-rw-r--r--src/bibiman.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bibiman.rs b/src/bibiman.rs
index 6aec1fb..c92b869 100644
--- a/src/bibiman.rs
+++ b/src/bibiman.rs
@@ -740,6 +740,10 @@ impl Bibiman {
Ok(())
}
+ pub fn create_note(&mut self, cfg: &BibiConfig) -> Result<()> {
+ Ok(())
+ }
+
pub fn open_connected_res(&mut self, cfg: &BibiConfig, tui: &mut Tui) -> Result<()> {
// Index of selected entry
let entry_idx = self.entry_table.entry_table_state.selected().unwrap();