respatialized
respatialized
Some preliminary ideas: 1. Syntax highlighting - this might just work "out of the box" with conventional Clojure syntax highlighters, or may require extending one 2. Pretty-printing - inserting line...
This warrants further consideration, as it may be possible to make the control characters extensible by Fabricate's users.
They clearly should be, as my own website uses them frequently and they are part of the HTML spec; they are currently [commented out](https://github.com/fabricate-site/fabricate/blob/38e72beab1101496a3bb24007d3704d4f569bceb/src/site/fabricate/prototype/html.clj#L71-L78) of the list of tags for...
If pages are data, this seems like it could be a pretty good way of making that data accessible via ordinary Clojure capabilities.
Right now, the `postwalk` based evaluation implementation presumes that source expression maps can be uniquely distinguished from ordinary hiccup attribute maps by which keys they have, which may not always...
The signature of a function can be described using `malli` schemas, which can be used to pin down the target state of a ⟨state,function⟩ tuple by looking for the output...
There are `"` and `>` escape sequences where there shouldn't be.
Before functions can graduate from the `prototype` namespace, they need to have public contracts that should not be expected to change. This issue tracks what is considered "stable enough for...
In order to be a good citizen of `deps.edn` aliases, there needs to be a predictable EDN format so that users can configure their own aliases with customizations for `fabricate`.