add: global notes
This commit is contained in:
parent
59581f69c9
commit
2cd04b0db0
24 changed files with 371 additions and 608 deletions
|
@ -60,6 +60,7 @@ pub struct Note {
|
|||
pub dir: usize,
|
||||
/// An array of tags associated with the note.
|
||||
pub tags: Vec<String>,
|
||||
pub is_global: bool,
|
||||
}
|
||||
|
||||
impl Note {
|
||||
|
@ -77,6 +78,7 @@ impl Note {
|
|||
edited: created,
|
||||
dir: 0,
|
||||
tags: Vec::new(),
|
||||
is_global: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue