Add todo about removing lodash

309a87345c0e228dd97907616a39d2432d157a01

Tucker McKnight <tucker@pangolin.lan> | Sun Jan 25 2026

Add todo about removing lodash
wiki/index.md:49
Before
48
49
50
51


52
    posts when browsing the code.
- [ ] Better file display if syntax highlighting plugin is not available
  - Seems to print out all on one line right now.

⁣
⁣
### Completed
After
48
49
50
51
52
53
54
    posts when browsing the code.
- [ ] Better file display if syntax highlighting plugin is not available
  - Seems to print out all on one line right now.
- [ ] get rid of lodash
  - lodash is one of the larger (largest?) dependencies right now. With mithril auto-escaping strings, it might not be necessary anymore. Look into which things actually need to be escaped (e.g. any user-input from commit messages) and see if we can just rely on mithril to escape those

### Completed