8d75d46 ←d9a0691antonApr 19, 2026 api

edit CHANGELOG.md via macOS

M /docs/undefined +2 -0
+ inserted paragraph zola static sites — push a folder with config.toml containin...
M /docs/undefined +2 -0
1# Changelog
2
3### **2026-04-19**
4
5zola static sites — push a folder with `config.toml` containing `base_url` and sublimated detects it as a Zola site, builds it via WASM-compiled Zola, and serves the output. supports markdown content with TOML frontmatter, tera templates, sections, syntax highlighting, clean URLs. any file change in the folder triggers a full rebuild. demo at [docs.sublimated.com/zola](https://docs.sublimated.com/zola).
6
7dataview queries — Obsidian Dataview DQL queries in markdown rendered as live tables. supports TABLE, LIST, WHERE, SORT, LIMIT, GROUP BY, FLATTEN. 30+ built-in functions. inline expressions with `` `= expr` `` for computed values in text and tables. frontmatter fields (date, tags, etc) automatically extracted and stored for querying.
8
9d2 diagram rendering — `.d2` files rendered server-side to SVG via Modal container (d2 v0.7.1 with ELK layout). compile status shown in folder list and file detail views, same as typst/latex. d2 documentation and examples at [sublimated.com/docs/d2](https://sublimated.com/docs/d2).
10
33 unmodified lines