Add plugin icon and update install URL

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Grayson Patterson 2026-04-23 14:25:33 -04:00
parent fbcf455e0f
commit 575f6ffd9d
3 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
<p align="center">
<img src="assets/icon.png" alt="Real Tasks" width="220" />
</p>
# 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.

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 KiB

View file

@ -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
}