this post was submitted on 13 Aug 2025
3 points (100.0% liked)

The Smol Web

255 readers
1 users here now

Community for the appreciation and sharing of links, resources, and culture of: the smol web / small web / ~(w)~ / the indie web / or even the non-www internet (gemini, gopher, etc).

Back of a napkin definition, subject to change: if it's internet accessible and is maintained by a person, especially for non-commercial aims, then I would consider it smol. There are, however, much stricter definitions.

Definitions

Resources

founded 5 months ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/34624204

you are viewing a single comment's thread
view the rest of the comments
[–] grrgyle@slrpnk.net 1 points 3 weeks ago

Basically, yeah.

Although I use a notebook for most of my todos, anything more technical goes in a text file -- though I made mine like:

# todo.md
- todos for website.one [here](./website.one.md)
- todos for website.two [here](./website.two.md)

# website.one.md
- [x] support mobile views
- [ ] migrate to self-hosted

Although my "todos" double as "ideas to try out" and "projects to spike" so I like this type of organization.

Actually speaking of pointless todo apps... I have this one I've been mulling over that basically takes a markdown list as input, does logical stuff to it, then outputs in the same format. I don't know if that's useful in any way, but I feel every nerd needs to reinvent the wheel at least once.