Commit graph

13 commits

Author SHA1 Message Date
saberzero1
a2dfd1373a
chore(deps): update @quartz-community/utils 2026-06-03 15:27:42 +02:00
GSteve-Paul
192f7c76b1 fix: register all locale resources 2026-05-27 14:41:12 +08:00
saberzero1
6efa25daaf
fix: add aria-label to mobile explorer toggle button 2026-05-24 16:21:07 +02:00
saberzero1
41b79524ee
build: bundle dependencies and ship pre-built dist 2026-04-27 21:37:51 +02:00
saberzero1
0da0a6db60
feat: add Obsidian-compatible alias classes to explorer elements 2026-04-25 22:57:02 +02:00
saberzero1
377297006e
fix: add setter to displayName 2026-04-17 22:11:13 +02:00
saberzero1
1d323e05cd
deps: update @quartz-community/types and @quartz-community/utils 2026-04-16 13:26:28 +02:00
saberzero1
3e1c704350
deps: update @quartz-community/types and @quartz-community/utils 2026-04-03 16:20:29 +02:00
saberzero1
39e56ff822
fix: gradient 2026-03-18 19:19:28 +01:00
saberzero1
07de53f210
fix: resolve links correctly on subdirectory deployments
Use resolveBasePath() from @quartz-community/utils/path to prepend the
base path when navigating via the explorer. Fixes links resolving to
the domain root instead of the subdirectory.
2026-03-18 11:50:32 +01:00
saberzero1
c6e2e9c219
chore: add missing dist JS output files
The build output JS files were not committed, only the .d.ts type
declarations. Both are needed for consumers to import the package.
2026-03-16 19:21:14 +01:00
saberzero1
390bba45bf
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
87cc7d6d9e
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 21:58:29 +01:00