Commit graph

14 commits

Author SHA1 Message Date
saberzero1
a39aecae5f
fix: centralize type declarations and add missing peer dependency
- Update types/globals.d.ts with centralized type declarations
- Add hast-util-to-jsx-runtime as devDependency (peer dep from @quartz-community/utils)
- Add .prettierignore, update .eslintrc.json with triple-slash-reference override
- Remove duplicate scripts.d.ts/styles.d.ts
2026-03-16 18:54:39 +01:00
saberzero1
9400fe83b1
fix: update types/utils lockfile to commits with dist/ 2026-03-14 22:44:22 +01:00
saberzero1
730f91b271
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:00:53 +01:00
saberzero1
1220b39bec
deps: update @quartz-community/types and @quartz-community/utils 2026-03-09 03:03:56 +01:00
saberzero1
744d5011ee
deps: update @quartz-community/types 2026-02-28 20:08:37 +01:00
saberzero1
b63cfedd80
fix: compile SCSS via sass instead of raw text to prevent lightningcss errors 2026-02-26 16:44:51 +01:00
saberzero1
b85002146e
chore: update @quartz-community/types to v0.2.1 2026-02-13 22:57:34 +01:00
saberzero1
57d44711d8
Update @quartz-community/types with PageType plugin types 2026-02-13 16:35:22 +01:00
saberzero1
5eb5740973
Update @quartz-community/types (tree as unknown) 2026-02-13 13:57:49 +01:00
saberzero1
bca0ef2823
Update @quartz-community/types (remove index signatures) 2026-02-13 13:53:52 +01:00
saberzero1
5cd08a9817
Update @quartz-community/types for flat GlobalConfiguration 2026-02-13 13:50:28 +01:00
saberzero1
32f6a2ca1f
fix: use github: specifier for @quartz-community/types dependency
Replace file:../types with github:quartz-community/types so the
package resolves correctly when installed via the Quartz plugin
manager.
2026-02-13 13:27:49 +01:00
saberzero1
77f65dd8da
feat(plugins): recent-notes as community plugin
Implement recent notes component with configurable sorting, date
formatting, and tag filtering. Uses direct imports from
@quartz-community/types instead of ambient declaration files.
2026-02-13 13:19:00 +01:00
Emile Bangma
0127f44066
Initial commit 2026-02-13 12:18:48 +01:00