Add basic support for task completion

This commit is contained in:
2025-06-04 18:46:20 +02:00
parent 46f09f2e13
commit 42d8f0db8b
17 changed files with 1087 additions and 68 deletions

View File

@@ -7,5 +7,5 @@ buildNpmPackage {
pname = "obsidian-tasks-reminder";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-K06A/j2GfM0nCiFv4Pho907VWLa2pPHjtV9BgKxwdnE=";
npmDepsHash = "sha256-5BsZ4Z7/YjAnOLc6IBU+O0T1p0ncDd7kwzerI5PJYQM=";
}