organize with tags
Tags are board-scoped labels you can attach to posts. Visitors can filter the public post list by tag.
create a tag
Section titled “create a tag”In the admin dashboard, open the board and go to tags → new tag. Tags have:
- name: what is rendered to visitors.
- color (optional): a six-digit hex value, e.g.
#7C3AED. Used as the tag chip background.
Each tag has a slug derived from the name. Names and slugs must be unique within the board.
attach tags to a post
Section titled “attach tags to a post”When creating or editing a post, you can attach up to three tags. Spirby rejects attempts to attach a tag from another board, or duplicate ids in the same request.
filter the public list
Section titled “filter the public list”Visitors can filter /b/<slug> and /b/<slug>/roadmap by tag. Filters are reflected in the url so a tag-scoped link is shareable.
delete a tag
Section titled “delete a tag”Deleting a tag removes it from every post it was attached to. The posts themselves are unaffected.