« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content-function.js
AgeCommit message (Collapse)Author
2023-05-25content: 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-04-06build steps: jank together ultra-basic page write(quasar) nebula
Super simple technically functional sketch.
2023-04-04infra: new 'postprocess' option in quickEvaluate(quasar) nebula
2023-04-04infra: new 'multiple' option in quickEvaluate(quasar) nebula
2023-03-26data steps: linkTemplate snapshot tests(quasar) nebula
2023-03-25data steps: more "quick" functions & basic snapshot test demo(quasar) nebula
2023-03-23data steps: content function evaluation essentials(quasar) nebula
Also some more actual content in generateAlbumInfoPageContent, which is in fact fully working as-is(!!).
2023-03-23data steps: contentFunction fixes & polish(quasar) nebula
2023-03-21data steps: album additional files list(quasar) nebula
This is WIP but seems to be working! Pretty big test of the new html.template system, which needed some extension here.
2023-03-19data steps: generateAlbumInfoPage & relations implementation(quasar) nebula
2023-03-18data steps: annotate content function names(quasar) nebula
2023-03-06data steps: contentFunction & explicit dependencies(quasar) nebula