Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-19 | clean up imports & miscellaneous metastructures across codebase | (quasar) nebula | |
2023-08-18 | fix reference error typo in replacer.js | (quasar) nebula | |
2023-08-16 | html: Attributes: push() util | (quasar) nebula | |
2023-08-16 | html: move parseAttributes from replacer into html lib | (quasar) nebula | |
It also always returns an html.Attributes object, instead of a key/value mapping (which would be provided to html.attributes). | |||
2023-08-15 | content: transformContent: make <h2>'s into content headings | (quasar) nebula | |
This was previous behavior. Forgot to include it in data-steps! | |||
2023-07-30 | content: image, transformContent: support custom img links | (quasar) nebula | |
2023-07-30 | yeet tons of (MOSTLY) dead node-transforming code | (quasar) nebula | |
2023-07-30 | content: transformContent: parse and process images | (quasar) nebula | |
2023-05-25 | content: sprawl & transformContent | (quasar) nebula | |
Sprawling basically means tying a component to objects which aren't directly passed to it. This is necessary for functions like transformContent, which was *mostly* implemented here (the multiline/lyrics modes are stubs, and a number of links haven't been implemented yet). | |||
2023-01-01 | replacer - don't assume thing.name for links | (quasar) nebula | |
2022-11-26 | finish up cosmetic style changes | (quasar) nebula | |
2022-11-20 | htmlify upd8.js, remove fix-whitespace dependency | (quasar) nebula | |
2022-06-26 | lots of fixes from eslint | (quasar) nebula | |
2022-06-26 | real pragma, and some eslint fixes | (quasar) nebula | |
2022-06-26 | add @format pragma to JS files | (quasar) nebula | |
2022-06-26 | initial prettier/eslint commit | (quasar) nebula | |
2022-05-10 | rename strings arg to language | (quasar) nebula | |
2022-02-27 | generalized reference errors | (quasar) nebula | |
2022-01-03 | refine link/ref resolving & data post-processing | (quasar) nebula | |
2021-06-12 | more missing log util imports! | (quasar) nebula | |
2021-05-25 | bigass code refactor (no more legacy page writes) | (quasar) nebula | |