saberzero1
0bb653d651
fix: add passWithNoTests to vitest config
2026-03-09 03:21:30 +01:00
saberzero1
720b7ec7d1
deps: update @quartz-community/types and @quartz-community/utils
...
Also fix code formatting with prettier.
2026-03-09 03:04:02 +01:00
saberzero1
da9bd6946b
refactor: use htmlToJsx from @quartz-community/utils for safe HAST rendering
...
Replaces direct toJsxRuntime usage with the shared htmlToJsx wrapper
that prevents HTML-escaping of inline <style> and <script> content.
2026-03-08 19:58:32 +01:00
saberzero1
0f58791ffa
deps: update @quartz-community/types
2026-02-28 20:08:37 +01:00
saberzero1
292e5c002d
fix: compile SCSS via sass instead of raw text to prevent lightningcss errors
2026-02-26 16:44:51 +01:00
saberzero1
184edb1681
docs: update README for v5 unified config system
2026-02-25 16:07:03 +01:00
saberzero1
666e24fc8a
fix: move tsup and typescript to dependencies for git install compatibility
2026-02-23 01:09:55 +01:00
saberzero1
2684accc90
fix: correct plugin category from emitter to pageType+component
...
This plugin exports both a page type and a component. The category
field should reflect both roles for proper TUI categorization.
2026-02-18 15:59:54 +01:00
saberzero1
630c26711d
chore: add quartz plugin manifest to package.json
2026-02-17 17:43:51 +01:00
saberzero1
cb70580327
docs: add plugin README
2026-02-14 02:13:33 +01:00
saberzero1
c0accc0ee1
chore: update @quartz-community/types to v0.2.1
2026-02-13 22:58:46 +01:00
saberzero1
81f3f27413
fix: add allFiles-based fallback when ctx.trie is unavailable
...
FolderContent now derives direct children and subfolder entries from
allFiles using segment-aware slug matching when the trie is not
populated on ctx. Preserves trie path when available.
2026-02-13 20:10:02 +01:00
saberzero1
911b6a01ea
fix: remove PageList/SortFn re-exports to avoid duplicate identifiers
...
When both folder-page and tag-page are installed, their identical
PageList, SortFn, byDateAndAlphabetical, and byDateAndAlphabeticalFolderFirst
exports cause TS2300 duplicate identifier errors in the generated
.quartz/plugins/index.ts. These symbols are only used internally
by FolderContent and do not need to be part of the public API.
2026-02-13 19:50:37 +01:00
saberzero1
0006bfc868
feat: implement folder page type plugin
2026-02-13 19:12:22 +01:00
Emile Bangma
e4acfdd2ef
Initial commit
2026-02-13 18:36:01 +01:00