smosa/adam
/todo
/board-creation-rewrite
/

The Infinite Message Board

board-creation-rewrite

By amigo-malignancy01 on January 24, 2026
0 subscribers + Subscribe

I would like to add an alternative way to update boards.

Users can claim or update a board they own by emailing _actions._claim-or-update@smosa.com note that there is no need to include the board path or UID in this email. That is because for this alternative way, they can use YAML front matter in the body of their board like this

---
board: /my-board
---

Note the leading "/" is implied so this is equivalent to

---
board: my-board
---

This will be the default way board creating and updating works. However, there should be no change to other actions like making them forumable, etc. That means we'll need to change quite a few things:


+ Add Branch

Actions