see TODO.md

This commit is contained in:
2026-04-18 23:36:57 +02:00
parent bbefb1749d
commit 1af4bc0d72
8 changed files with 144 additions and 36 deletions
+10 -8
View File
@@ -11,17 +11,19 @@
## To implement:
things not yet implemented in the program
NOTE: That things which are in italic text are already implemented!
### url filtering:
- [ ] block external URL in strict mode (eg a link with href to some porn site or something)
- [ ] allow relative paths:
- eg "/path/to/my/awesome/post.html"
- [ ] apply to any of these:
- a
- img
- link href
- [ ] add custom attribute filter function
- *[x] block external URL in strict mode (eg a link with href to some porn site or something)*
- *[x] allow relative paths:*
*- eg "/path/to/my/awesome/post.html"*
- *[x] apply to any of these:*
- *a*
- *img*
- *link href*
- *[x] add custom attribute filter function*
- [] load dotenv (chore for profiles.py) ; do this someday when implementing JSON configs. Or dotenv stuff : PRIO:HIGH
---
### Expland strict mode: