Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-12 | content: cut html.template boilerplate | (quasar) nebula | |
2023-05-26 | content: transformContent: handle line breaks around lists properly | (quasar) nebula | |
2023-05-26 | content: transformContent: pass right params to transformName | (quasar) nebula | |
2023-05-26 | content: transformContent: fix groupInfo -> linkGroup mapping | (quasar) nebula | |
2023-05-25 | content: multiline content & fill out album/track pages more | (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). |