Compare commits
2 Commits
754ae271d7
...
9cc32fe65a
| Author | SHA1 | Date |
|---|---|---|
|
|
9cc32fe65a | |
|
|
319cbbef4d |
|
|
@ -0,0 +1,8 @@
|
|||
- [ ] Obsidian properties
|
||||
- [ ] encoding in YAML (using Serde)
|
||||
- [ ] config for default properties
|
||||
- [ ] formatting for properties such as dates
|
||||
- [ ] update rendering to use comrak (it's been update)
|
||||
|
||||
|
||||
|
||||
|
|
@ -19,7 +19,6 @@ use std::path::Path;
|
|||
use std::process::Command;
|
||||
use todo::{File as TodoFile, TaskGroup};
|
||||
|
||||
// TODO: add options to use specific date instead of args.previous
|
||||
fn main() {
|
||||
// setup
|
||||
let args = Args::parse();
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ mod file;
|
|||
mod tasks;
|
||||
|
||||
pub use file::File;
|
||||
pub use tasks::{Status, TaskGroup};
|
||||
pub use tasks::{Status, Task, TaskGroup};
|
||||
|
|
|
|||
Loading…
Reference in New Issue