Commit graph

11 commits

Author SHA1 Message Date
saberzero1
8effa43041
chore: remove vestigial @jackyzha0/quartz peerDependency 2026-05-24 16:24:36 +02:00
saberzero1
75370448d0
fix: correct repository url from plugin-template to stacked-pages 2026-03-20 13:35:00 +01:00
saberzero1
46dceec87d
fix: resolve links correctly on subdirectory deployments
Use resolveBasePath() from @quartz-community/utils/path to prepend the
base path when navigating via stacked page tabs. Fixes links resolving
to the domain root instead of the subdirectory.
2026-03-18 11:50:36 +01:00
saberzero1
46d6914c17
fix: bundle non-shared deps into dist to prevent runtime resolution failures
Move non-allowlisted packages from dependencies/peerDependencies to
devDependencies so tsup bundles them into dist/ instead of leaving
them as external imports that may not resolve at runtime.
2026-03-17 19:31:51 +01:00
saberzero1
070b87b0e3
fix: add vfile as devDependency for CI typecheck
vfile is imported in source/test files but was only listed as a
peerDependency (or not at all). CI needs it installed to resolve
type declarations during tsc --noEmit and tsup DTS build.
2026-03-16 19:12:16 +01:00
saberzero1
ccbe026e34
fix: use fetchData global for path-prefixed deployments
- Update types/globals.d.ts with centralized type declarations
- Use fetchData global instead of hardcoded /static/contentIndex.json
- Revert @quartz-community/types from file:../types to github:quartz-community/types
- Add .prettierignore, update .eslintrc.json with triple-slash-reference override
- Remove duplicate scripts.d.ts/styles.d.ts
2026-03-16 18:54:25 +01:00
saberzero1
d37793df5f
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
64d56bf958
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:35 +01:00
saberzero1
333addc298
chore: move build tools to devDependencies, shared deps to peerDependencies
tsup and typescript are only needed at build time — move to devDependencies
so they can be pruned after build. Dependencies already available from the
host Quartz installation are moved to peerDependencies to avoid duplication.
2026-03-14 21:27:38 +01:00
saberzero1
2d853d361d
feat: stacked panes 2026-03-14 00:14:59 +01:00
Emile Bangma
7344a7b9ff
Initial commit 2026-03-13 18:57:52 +01:00