Commit graph

5 commits

Author SHA1 Message Date
saberzero1
96b256f2f7
refactor: use shared getDate, byDateAndAlphabetical, ValidDateType from community packages 2026-04-03 15:44:30 +02:00
saberzero1
4ec7479cdb
refactor: use shared formatDate and SortFn from community packages 2026-04-03 15:08:05 +02: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
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