Commit message (Collapse) | Author | |||
---|---|---|---|---|
2024-09-19 | Add photos from September 5 | June McEnroe | ||
Had to prefix the folder number onto these file names manually because they must have come out of a different scanner or something. | ||||
2024-09-15 | Add some more film stocks to the list | June McEnroe | ||
2024-09-13 | Add photos from September 2 | June McEnroe | ||
2024-09-13 | Add Fomapan 200 to films list | June McEnroe | ||
2024-09-10 | Add August 29 picnic photos | June McEnroe | ||
2024-09-08 | Apply some bold to trips rendering | June McEnroe | ||
This seems easier to visually scan. The only other thing I'd like is a nicer date rendering but JavaScript is useless for that. | ||||
2024-09-08 | Render trips hopefully more efficiently | June McEnroe | ||
2024-09-08 | Allow removing bodies and lenses | June McEnroe | ||
2024-09-08 | Limit body width so it looks less silly on desktop | June McEnroe | ||
2024-09-07 | Handle no film being loaded | June McEnroe | ||
2024-09-07 | Fancy up the text a little | June McEnroe>2021-01-20 | Avoid matching ':' in make tags | June McEnroe |
Otherwise a :: rule includes one of the ':'s in the tag name. | ||||
2021-01-19 | Prefer tag matches not preceded by [[:alnum:]] | June McEnroe | ||
Otherwise the "id" in "void" matches for "void id". | ||||
2021-01-19 | Escape \ and / in mtags search patterns | June McEnroe | ||
2021-01-20 | Use mtags in source-filter | June McEnroe | ||
2021-01-19 | Add mtags to generate tags for make and mdoc | June McEnroe | ||
2021-01-19 | Map tags to IDs using only [[:alnum:]-._] | June McEnroe | ||
2021-01-19 | Don't use a pager if reading standard input | June McEnroe | ||
2021-01-19 | Support BSD make syntax and match *.am | June McEnroe | ||
These don't really go together, but... | ||||
2021-01-19 | Match tab following escaped newline in make assignments | June McEnroe | ||
Otherwise it ends up going into Shell state. | ||||
2021-01-18 | Allow matching lexers using first input line | June McEnroe |