diff --git a/README.md b/README.md index f67aafc..e2cc9f1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ Real Tasks +

+ # Real Tasks An Obsidian plugin that deletes task lines shortly after their checkbox is ticked. Your notes keep only the tasks that still need doing — no graveyard of strikethroughs, no manual cleanup. diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 0000000..d2666e9 Binary files /dev/null and b/assets/icon.png differ diff --git a/manifest.json b/manifest.json index e004689..612f4c7 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,6 @@ "minAppVersion": "1.4.0", "description": "Deletes task lines shortly after their checkbox is marked done so your notes only keep real, open work. Includes a ribbon button for quickly inserting a new task.", "author": "Grayson Patterson", - "authorUrl": "https://github.com/YOUR-GITHUB-USERNAME", + "authorUrl": "https://github.com/cryptic0011", "isDesktopOnly": false }