Remove TODO.txt integration

This commit is contained in:
2026-07-23 17:38:13 +02:00
parent ddfd29ea0e
commit 49c6240416
10 changed files with 31 additions and 613 deletions
-12
View File
@@ -18,8 +18,6 @@ Minimal self-hosted personal wiki. Folders are pages.
- **Quick-add bookmarklet** save the current browser tab to a predetermined wiki page (e.g. `/Topics/Bookmarks/`) with one click. See the [Quick-Add Bookmarklet](#quick-add-bookmarklet) section.
- **Todo list** a `todo.txt` in the wiki root appears as an always-editable, syntax-highlighted widget above the folder tree. See the [Todo List](#todo-list) section.
## Build
```bash
@@ -108,16 +106,6 @@ They resolve against the year page rather than separate per-day URLs:
Legacy `YYYY/MM/` and `YYYY/MM/DD/` URLs (no longer the canonical form) redirect to the matching anchor on the year page.
## Todo List
A `todo.txt` in the **wiki root** renders as an editable, syntax-highlighted
widget above the folder tree, in [todo.txt](https://github.com/todotxt/todo.txt)
format (`x ` done, `(A)` priority, `+project` / `@context`, dates). No file, no
widget — create it out-of-band to opt in. Edits autosave (no save button), and
open tabs on other devices auto-refresh when the file changes. A toolbar acts on
the current line: `[done]` toggles the `x <date> ` prefix, `[pri]` cycles
priority, `[date]` inserts today, `[del]` deletes the line.
## Quick-Add Bookmarklet
Replace `wiki.host` with your wiki host and `/Topics/Bookmarks/` with the destination page (one bookmarklet per target):