Commit Graph

65 Commits

Author SHA1 Message Date
saberzero1
d8df30173e
chore: updated plugins 2026-02-26 20:21:31 +01:00
saberzero1
be4b831577
chore: updated plugins 2026-02-26 16:58:29 +01:00
saberzero1
f6fe75272b
chore: updated plugins 2026-02-26 15:11:42 +01:00
saberzero1
22f63e360d
chore: updated plugins 2026-02-25 17:09:43 +01:00
saberzero1
b0c84b0804
chore: updated plugins 2026-02-25 16:12:51 +01:00
saberzero1
f7de4e91e3
chore: updated plugins 2026-02-24 02:25:16 +01:00
saberzero1
d872922f06
chore: updated plugins 2026-02-23 19:59:20 +01:00
saberzero1
ced81b1489
chore: updated plugins 2026-02-23 16:26:21 +01:00
saberzero1
c5ce7ccaa2
fix: update CI to Node 24 and regenerate lockfiles for clean install 2026-02-23 01:45:22 +01:00
saberzero1
3186a6be74
chore: updated plugins 2026-02-23 00:34:00 +01:00
saberzero1
292c1a1f2c
feat: Quartz TUI 2026-02-19 18:22:39 +01:00
saberzero1
47de5cc55e
feat: configuration files 2026-02-17 18:37:31 +01:00
saberzero1
108906ca44
chore: updated plugins 2026-02-16 22:34:44 +01:00
saberzero1
6cde545bec
fix: Obsidian flavored markdown 2026-02-16 00:33:21 +01:00
saberzero1
1d79900731
fix: Obsidian flavored markdown 2026-02-16 00:06:11 +01:00
saberzero1
57e60726b6
fix: Obsidian flavored markdown 2026-02-15 23:53:57 +01:00
saberzero1
ea352385f9
chore: updated plugins 2026-02-15 22:39:46 +01:00
saberzero1
10aeb6f8d4
chore: updated plugins 2026-02-15 01:28:56 +01:00
saberzero1
c08f440d66
chore: update canvas-page plugin to 505c099 2026-02-15 01:27:11 +01:00
saberzero1
576fbf568b
chore: updated plugins 2026-02-15 01:16:00 +01:00
saberzero1
168c5e8964
chore: update canvas-page plugin to 38d49e1 2026-02-15 01:15:24 +01:00
saberzero1
372874ac9e
chore: updated plugins 2026-02-14 18:27:02 +01:00
saberzero1
01924f06c1
chore: update canvas-page plugin to 079304c 2026-02-14 18:25:32 +01:00
saberzero1
856aa57222
chore: updated plugins 2026-02-14 18:13:49 +01:00
saberzero1
3376274303
chore: update canvas-page plugin to f88f1b9 2026-02-14 18:12:25 +01:00
saberzero1
d594b5188f
chore: updated plugins 2026-02-14 17:54:36 +01:00
saberzero1
589fef07d6
chore: update canvas-page plugin to c942fcb 2026-02-14 17:52:06 +01:00
saberzero1
07c4ff46d2
chore: updated dependencies 2026-02-14 17:09:17 +01:00
saberzero1
4367cfc6eb
chore: updated dependencies 2026-02-14 16:57:14 +01:00
saberzero1
1538e844ae
feat: integrate CanvasPage plugin with types, assets, config, layout, and documentation 2026-02-14 15:36:15 +01:00
saberzero1
4ad497885d
chore: updated plugins 2026-02-14 02:19:05 +01:00
saberzero1
013f6e1267
chore: updated plugins 2026-02-14 01:16:40 +01:00
saberzero1
ae602b19a2
chore: update plugins with inline script transpilation fix 2026-02-14 01:13:13 +01:00
saberzero1
66f86faf3c
refactor: remove inline scripts/styles migrated to plugins
Delete dead code: callout, checkbox, mermaid inline scripts and styles
are now bundled by the obsidian-flavored-markdown plugin. Clipboard
script and styles moved to the syntax-highlighting plugin. listPage.scss
was unreferenced. Body.tsx simplified to a pure layout wrapper.
2026-02-14 00:34:54 +01:00
saberzero1
6b0364e2e4
Migrate emitters to external plugins (alias-redirects, cname, favicon, content-index, og-image) 2026-02-14 00:06:26 +01:00
saberzero1
70ef4f9fd5
Migrate filters to external plugins (remove-draft, explicit-publish)
Delete internal RemoveDrafts and ExplicitPublish filter implementations,
install them as community plugins, and update quartz.config.ts to use
ExternalPlugin.RemoveDrafts().
2026-02-13 23:30:14 +01:00
saberzero1
074951afea
feat: extract transformers to community plugins and fix type compatibility
- Delete 12 internal transformer files (keep FrontMatter as internal)
- Switch quartz.config.ts to use ExternalPlugin.* for all transformers
- Align branded types with @quartz-community/types (_brand, FullSlug etc.)
- Add vfile DataMap augmentations for fields from extracted transformers
- Update all 29 plugins to @quartz-community/types v0.2.1
2026-02-13 23:07:27 +01:00
saberzero1
737c06d6d2
chore: update explorer plugin to fix SPA folder navigation 2026-02-13 21:09:57 +01:00
saberzero1
856b5d24ed
chore: updated plugins 2026-02-13 20:14:28 +01:00
saberzero1
0310d0e0cd
chore: update lockfile to fixed folder-page commit 2026-02-13 20:10:25 +01:00
saberzero1
a844133e89
chore: updated plugins 2026-02-13 19:56:14 +01:00
saberzero1
007af0de34
fix: update lockfile to fixed folder-page and tag-page commits
Points to commits that remove duplicate PageList/SortFn re-exports,
fixing TS2300 duplicate identifier errors in generated plugin index.
2026-02-13 19:52:32 +01:00
saberzero1
4d47086cab
feat: integrate community PageType plugins (Phase D Step 6)
Replace old page-rendering emitters with PageTypeDispatcher emitter
and pageTypes array. Restructure quartz.layout.ts from three separate
exports to unified layout object with defaults and byPageType record.
Install content-page, folder-page, tag-page community plugins.
2026-02-13 19:35:10 +01:00
saberzero1
4c2b48ba5c
chore: updated plugins 2026-02-13 18:03:46 +01:00
saberzero1
0f96097745
chore: updated plugins 2026-02-13 16:37:52 +01:00
saberzero1
eb37109909
chore: updated plugins 2026-02-13 13:36:21 +01:00
saberzero1
b20ccf6ae3
fix: update explorer plugin - ensure toggle buttons always work 2026-02-10 01:59:38 +01:00
saberzero1
76d52792e3
fix: update explorer plugin with toggle fix 2026-02-10 01:51:09 +01:00
saberzero1
553810d76c
chore: update graph plugin with navigation fix 2026-02-10 01:15:26 +01:00
saberzero1
de106de3cf
chore: update explorer plugin with duplication fix 2026-02-10 00:59:10 +01:00