Tucker McKnight <tmcknight@instructure.com> | Sat Jun 20 2026
add todo
11 12 13 14 15
## Works in Progress
## Ideas and Todos
- [ ] Create links consistently with some kind of nav or link helper11 12 13 14 15 16 17
## Works in Progress
- [ ] Clean up the template views, create mithril components for rows and columns
## Ideas and Todos
- [ ] Create links consistently with some kind of nav or link helper45 46 47 48 49
- [ ] Change URL scheme for snapshotted pages to account for commit snapshots (i.e. when they are mentioned in a blog post)
- [ ] If a commit is merged into a branch by squashing it, and the original branch is not
being pulled, then all links to that commit will not work.
### Completed
45 46 47 48 49 50 51 52 53 54
- [ ] Change URL scheme for snapshotted pages to account for commit snapshots (i.e. when they are mentioned in a blog post)
- [ ] If a commit is merged into a branch by squashing it, and the original branch is not
being pulled, then all links to that commit will not work.
- [ ] Create default and optional values for the plugin config (e.g. tags and branches should be optional, default to ['**']
- [ ] make branches and tags links in the nav not show up if the repo has only the default branch, or no tags
- [ ] word wrap on commit messages
- [ ] hide the blank newlines in commit diffs (the ones added to make left/right match up)
when viewing stacked
### Completed