Commit graph

12 commits

Author SHA1 Message Date
saberzero1
5bfdc2c3f4
chore: regenerate package-lock.json 2026-05-24 17:33:04 +02:00
saberzero1
f594ea0a27
deps: update @quartz-community/types and @quartz-community/utils 2026-04-16 13:31:05 +02:00
saberzero1
ab62523fa0
deps: update @quartz-community/types and @quartz-community/utils 2026-04-03 16:18:20 +02:00
saberzero1
3f8d0044d9
fix: update types/utils lockfile to commits with dist/ 2026-03-14 22:44:39 +01:00
saberzero1
16ef9c8d3d
fix: add build-time deps for DTS generation
Peer dependencies needed at build time for TypeScript declaration file
generation were missing from devDependencies. Without them, the DTS build
fails silently, producing no index.d.ts.
2026-03-14 22:26:14 +01:00
saberzero1
645e252465
chore: commit dist/ and remove prepare script
Pre-built output is now committed to the repository so that
Quartz can skip the build step during plugin installation.
The prepare script is removed to prevent redundant builds
when installing from npm/git.
2026-03-14 22:01:39 +01:00
saberzero1
e85bc7c442
deps: update @quartz-community/types and @quartz-community/utils 2026-03-09 03:03:56 +01:00
saberzero1
29d474f82f
deps: update @quartz-community/types 2026-02-28 20:08:37 +01:00
saberzero1
5063da4f2f
fix: compile SCSS via sass instead of raw text to prevent lightningcss errors 2026-02-26 16:44:51 +01:00
saberzero1
7255e37de4
chore: update @quartz-community/types to v0.2.1 2026-02-13 22:55:23 +01:00
saberzero1
4acdafcfde
feat: extract syntax highlighting transformer from Quartz core
Migrate the transformer plugin from Quartz internal code to a
standalone community plugin using @quartz-community/types and
@quartz-community/utils.
2026-02-13 22:31:03 +01:00
Emile Bangma
4989711605
Initial commit 2026-02-13 21:36:52 +01:00