summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-09-27Improve docsAsko Nõmm
2025-09-27Clean-up, documenting...Asko Nõmm
2025-09-26On second thought it's really not related to templating, just nodes, so ↵Asko Nõmm
moving to nodes ns.
2025-09-26Rename `utils-test` to `templates-test`Asko Nõmm
2025-09-26Use `cond->` instead of `merge`Asko Nõmm
2025-09-26Improve clj-kondo hooks.Asko Nõmm
2025-09-25Rename utils to templates, as it is more appropriate.Asko Nõmm
2025-09-24Improve $ macro clj-kondo hook, impl fragment node (well, not really a node ↵Asko Nõmm
itself, but any node with a name of :<> will replace itself with its children.
2025-09-24WIPAsko Nõmm
2025-09-24Fix issue where one could not use ints or longs in the $ macro, and add ↵Asko Nõmm
clj-kondo hook for better validation.
2025-09-24Improve performance of the $ macro.Asko Nõmm
2025-09-23Improvements to the utils macros.Asko Nõmm
2025-09-23Make nodes have namespaces keys so that we could make `$` helper macro into ↵Asko Nõmm
a function instead.
2025-09-22Improvements to turning nodes into a HTML string, namely added support for ↵Asko Nõmm
attributes, and improvements to the $ macro.
2025-09-22Refactor into a macroAsko Nõmm
2025-09-21Starting work on HTML builder functions. Probably needs a different namespace.Asko Nõmm
2025-09-20Fix issue with node name capture, add another test case.Asko Nõmm
2025-09-20Many fixes to coordinates logic in capturing attributes, and more tests. ↵Asko Nõmm
Coordinates ns is shaping up well.
2025-09-14Fix issue where a text node coordinate would not be created if it's the only ↵Asko Nõmm
node in text.
2025-09-14Restructure and start working on testsAsko Nõmm
2025-09-11Getting thereAsko Nõmm
2025-09-03Getting there ...Asko Nõmm
2025-08-30Getting there ...Asko Nõmm
2025-08-24Initial commitAsko Nõmm