Compare commits

..

No commits in common. "9cc32fe65a38de3e9c2784b83d32c1517cc0fe81" and "754ae271d76cdefce0edfeb8894a76e7d54f9cfa" have entirely different histories.

3 changed files with 2 additions and 9 deletions

View File

@ -1,8 +0,0 @@
- [ ] 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)

View File

@ -19,6 +19,7 @@ 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();

View File

@ -2,4 +2,4 @@ mod file;
mod tasks;
pub use file::File;
pub use tasks::{Status, Task, TaskGroup};
pub use tasks::{Status, TaskGroup};