some task descriptions

a4d2a5aa38f36893e6354dbe6519f876ba27b842

Tucker McKnight | Sun Jan 04 2026

some task descriptions
wiki_and_tasks/.obsidian/workspace.json:179
Before
179
After
179
    "tasks/branch-globs.md.html",
    "tasks",
wiki_and_tasks/index.md:2
Before
2
3
4
- [ ] a task
- [ ] another task
[test link](./page.md)
After
2
3
4
Right now I'm just using this space to brainstorm improvements to the repo.
The goal is to eventually have extensive documentation here.
> Note: to link to other pages, add a `.html` to the end of the page you
> are linking to. When the site is rendered, markdown files get rendered
> at a URL like `path/to/file.md.html`. So to link to that page, do
> `[link text](./path/to/file.md.html)`.

## Tasks and Works in Progress

### Branch Globs

- Goal: allow users to specify a glob pattern (like `deploy/**`) instead of spelling out every branch name in full in their config file
- [Project page](./tasks/branch-globs.md.html)

### Better Template Readability

- Goal: Do not simply have a bunch of strings as the HTML for the default virtual
  template. Maybe look into using mithril for server-side rendering?

### Tag snapshots

- Goal: have HTML pages generated for user-specified tags in the repo, not
  just each branch head.
wiki_and_tasks/tasks/branch-globs.md.html:0
Before
0
After
0
# Branch Globs

> Goal: allow users to specify a glob pattern (like `deploy/**`) instead of spelling out every branch name that will be included in their repository.

Git branch: `branch-globs`