Commit Graph

74 Commits

Author SHA1 Message Date
saberzero1
7e4c92cfd2
chore: updated plugins 2026-03-01 18:44:37 +01:00
saberzero1
52c42c0c66
chore: updated plugins 2026-03-01 17:39:56 +01:00
saberzero1
b3f14c1b2f
chore: updated plugins 2026-03-01 04:03:05 +01:00
saberzero1
1c607bba76
chore: updated plugins 2026-03-01 03:13:47 +01:00
saberzero1
485012987a
chore: updated plugins 2026-03-01 02:42:32 +01:00
saberzero1
3736c9daed
chore: updated plugins 2026-03-01 01:04:54 +01:00
saberzero1
6f48471cde
feat(layout): page frames 2026-02-28 21:59:31 +01:00
saberzero1
98dcb1e79d
feat: set minimal frame for 404 and update canvas-page plugin 2026-02-28 04:33:00 +01:00
saberzero1
da7e62a1d8
fix: exclude 404 2026-02-26 22:18:49 +01:00
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