Commit graph

10 commits

Author SHA1 Message Date
saberzero1
9c54510638
fix: add components manifest field for RecentNotes component 2026-03-20 13:35:01 +01:00
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
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
edf7c6368d
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:32 +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
54bd227daa
fix: move tsup and typescript to dependencies for git install compatibility 2026-02-23 01:10:16 +01:00
saberzero1
96d5df9fc6
chore: add quartz plugin manifest to package.json 2026-02-17 17:44:00 +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