1ed36fdb6f
[obsidian] vault backup: 2025-11-01 14:38:51[
2025-11-01 14:38:51 -04:00
231b40608f
made change to content
2025-10-29 20:44:45 -04:00
d6e863ba7b
[obsidian] vault backup: 2025-10-22 14:03:20[
2025-10-22 14:03:20 -04:00
Emile Bangma
7d148aefc1
fix(callouts)!: match callout DOM to Obsidian ( #2104 )
...
* fix(callouts): match callout DOM to Obsidian
* use new transition curve for all callout transitions
* chore!: bump version to 4.5.2
2025-09-21 19:14:03 +02:00
Eritque arcus
6b1fe76dce
fix: fix CNAME path error ( #2096 )
...
* fix: fix CNAME path error
* chore: Update quartz/plugins/emitters/cname.ts
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* chore: remove unused import
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2025-09-17 14:50:12 -07:00
siaikin
f7eec6c5e8
feat(analytics): add support for Vercel Web Analytics provider ( #2119 )
...
* feat(analytics): add support for Vercel Web Analytics provider
* fix: correct indentation for Vercel analytics provider condition
2025-09-08 20:06:28 -07:00
John Barker
9db7b56c76
feat: add support for matomo analytics ( #2051 )
...
* feat: Support Matomo as analytics provider (self-hosted)
* SPA support
* Don't use var
* inline
* Revert fixing issues outside of this change
2025-08-12 23:56:04 -04:00
Abhi
061314ffd7
fix(rss): add cdata to escape html content for rss feed ( #2046 )
...
* add cdata to escape html content
* fix: remove redundant CDATA
2025-07-14 10:00:38 +02:00
Wen Taichi
844b07a68f
fix(goatcounter): properly count SPA page hits ( #2035 )
...
1. Should not create new instance after count.js, as it already setup an
instance.
2. Script block would be removed when navigating with SPA, and it cause
count.js can not find endpoint by query. The solution is to set
endpoint manually.
2025-07-07 22:52:49 -04:00
Jacky Zhao
c34fe1cbb4
fix: tz-less date parse in local tz instead of utc ( closes #1615 )
2025-06-01 22:42:37 -07:00
fl0werpowers
aa77926b95
chore(deps): replace chalk and rimraf with builtin functions ( #1879 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-05-28 10:40:51 +02:00
Keisuke ANDO
e91ed6a278
feat(links): added ofm option to style unresolved or broken links differently ( #1992 )
...
* feat: add option to disable broken wikilinks
* fix(style): update hover color for broken links and introduce new class
* feat: add "disableBrokenWikilinks" option to ObsidianFlavoredMarkdown
2025-05-27 21:26:17 +02:00
Aswanth
90907abe82
fix(analytics): streamline posthog script loading and event capturing ( #1974 )
2025-05-24 00:55:07 -04:00
Emile Bangma
5a2eb21ff1
fix(ofm): allow wikilink alias to be empty ( #1984 )
...
This is in line with Obsidian's behavior.
2025-05-19 07:58:05 +02:00
Dan
e78dddaab0
fix(analytics): Umami tracking pageviews properly
...
Update componentResources.ts to fix umami SPA tracking (#1967 )
Update componentResources.ts to fix umami analytics when SPA is enabled in Quartz
2025-05-07 21:44:30 +02:00
dralagen
1272f3a0fb
doc(favicon): add documentation of favicon plugin ( #1948 )
...
* doc(favicon): add documentation of favicon plugin
* doc(favicon): add missing link to configuration page
* fix(favicon): build on public folder don't created
2025-04-28 22:00:28 -07:00
dralagen
ce82fb98e0
feat(favicon): add plugin to expose favicon from icon.png ( #1942 )
...
* feat(favicon): add plugin to expose favicon from icon.png
* chore(favicon): clean up formatting and remove unnecessary line breaks
2025-04-26 11:06:59 -07:00
Stephen Tse
bee2fa0fe0
fix(callout): Grid-based callout collapsible animation ( #1944 )
...
* Fixed broken nested callout maxHeight calculation
* Implemented grid-based callout collapsible
2025-04-26 11:05:51 -07:00
Jacky Zhao
65c1d2ebef
fix(wikilinks): dont default empty alias
2025-04-23 09:30:25 -07:00
Jacky Zhao
6c4b9cbb4c
fix(transclude): blockref detection
2025-04-22 11:18:50 -07:00
Emile Bangma
46d3284ee7
fix(popover): automatically position anchored links properly ( #1897 )
...
* fix(popover): automatically position heading links at heading
* Impement linking of blockreferences
* Popover fixes
* id mapping
* Remove excess regexes
* Updated blockref
* Remove linker element
* Restore the docs to their former glory
* Move the hash out of the loop
* Redundant
* Redundant
* Restore docs
* Remove log
* Let it const
2025-04-05 10:31:17 -07:00
Jacky Zhao
639e63915b
fix: dont use cdn for twemoji, bake emojis as b64
2025-03-28 16:29:33 -07:00
Jacky Zhao
3dea9fa2d8
fix: coerce fullslug
2025-03-23 20:43:01 -07:00
Jacky Zhao
c50d0098fb
fix(alias): resolve relative if alias is relative
2025-03-23 20:38:06 -07:00
Emile Bangma
a5255aa303
fix(frontmatter): prevent slug duplication through frontmatter ( #1860 )
...
* fix(frontmatter): prevent slug duplication through frontmatter
* Simplify duplicate slug checks
* Update quartz/plugins/transformers/frontmatter.ts
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* lint
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2025-03-22 03:59:43 +01:00
Karim
215787f2c3
fix(ogImage): update socialImage path to include base URL if defined ( #1858 )
...
* fix(ogImage): update socialImage path to include base URL if defined
* feat(path): add function to check if a file path is absolute
* fix(ogImage): handle absolute paths for user defined og image paths
* docs(CustomOgImages): update socialImage property to accept full URLs
* fix(ogImage): typo
* fix(ogImage): improve user-defined OG image path handling
* Update docs/plugins/CustomOgImages.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* Update quartz/plugins/emitters/ogImage.tsx
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* refactor(path): remove isAbsoluteFilePath function
* fix(ogImage): update user-defined OG image path handling to support relative URLs
* feat(ogImage): enhance user-defined OG image path handling with absolute URL support
* refactor(ogImage): remove debug log for ogImagePath
* feat(path): add isAbsoluteURL function and corresponding tests
* refactor(path): remove unused URL import for isomorphic compatibility
---------
Co-authored-by: Karim H <karimh96@hotmail.com >
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2025-03-21 16:49:56 -07:00
Taha
02f5e671c5
fix(analytics): fix the load of the analytics scripts ( #1865 )
...
* fix(analytics): fix the load of the analytics scripts
* chore(lint): fix lint issues
2025-03-21 09:58:10 -07:00
Jacky Zhao
bdda4a3f64
fix(lastmod): fallback to ctx.arg.directory instead of empty string
2025-03-18 21:48:24 -07:00
dralagen
5199d38a3a
fix(transformer): find last modified date form commit on submodule ( #1831 )
...
* fix(transformer): find last modified date form commit on submodule
when the content folder has a submodule git, the relative path start in content folder and not root folder of quartz
* fix(transformer): use path.relative for improved path handling in last modified date calculation
* fix(transformer): keep find file from relative path of repo workdir
* fix(transformer): use variable for repository workdir
use default value if repo.workdir is undefined to user fullFp value
2025-03-18 21:47:35 -07:00
Felix Nie
ac01acc553
feat(fonts): allow PageTitle to have its own font subset ( #1848 )
...
* fix(explorer): vertically center the Explorer toggle under mobile view
* Added a separate title font configuration
* Added googleSubFontHref function
* Applied --titleFont to PageTitle
* Made googleFontHref return array of URLs
* Dealing with empty and undefined title
* Minor update
* Dealing with empty and undefined title
* Refined font inclusion logic
* Adopted the googleFontHref + googleFontSubsetHref method
* Adaptively include font subset for PageTitle
* Restored default config
* Minor changes on configuration docs
* Formatted source code
2025-03-18 21:43:32 -07:00
Jacky Zhao
a5b3953dce
chore: remove unused import
2025-03-18 09:00:15 -07:00
Jacky Zhao
2ccbcb0943
fix(git): deprioritize git, dont fail on non-git content folders
2025-03-18 08:56:06 -07:00
Jacky Zhao
f9c788b0f1
fix: parse parallelization chunk arg, inline b64 for og image
2025-03-16 15:12:40 -07:00
Jacky Zhao
bf8b577f63
perf: incremental rebuild (--fastRebuild v2 but default) ( #1841 )
...
* checkpoint
* incremental all the things
* properly splice changes array
* smol doc update
* update docs
* make fancy logger dumb in ci
2025-03-16 14:17:31 -07:00
Jacky Zhao
8993eb0acb
fix(description): calculate description properly when first sentence is longer than max
2025-03-13 14:22:11 -07:00
Jacky Zhao
08cbb35159
fix(contentPage): dont emit folders
2025-03-13 13:57:00 -07:00
Jacky Zhao
702192f4f4
fix(og): search for font family properly
2025-03-13 12:11:27 -07:00
Jacky Zhao
c9d36c28e2
fix(analytics): always use defer over async to account for document nav event
2025-03-13 10:48:03 -07:00
Jacky Zhao
7acd3132aa
feat: make og images an emitter to properly await image generation ( #1826 )
...
* checkpoint
* make emitters async generators
* fix
* custom font spec
* replace spinner, use disk cache for fonts
* use readline instead
* make og images look nice
2025-03-13 10:27:46 -07:00
Jacky Zhao
18ef9a6450
fix(explorer): show file name instead of slug if no file data ( closes #1822 )
2025-03-12 11:24:28 -07:00
Jacky Zhao
346a011d36
fix(mermaid): themechange detector + expand simplification
2025-03-11 11:45:45 -07:00
Jacky Zhao
d94ccf245a
fix: load mermaid as normal now that inline is safely below bundle size
2025-03-10 16:42:08 -07:00
Jacky Zhao
4439f91d55
feat: support non-singleton explorer
2025-03-10 15:13:22 -07:00
Jacky Zhao
f35321c408
perf(explorer): client side explorer ( #1810 )
...
* start work on client side explorer
* fix tests
* fmt
* generic test flag
* add prenav hook
* add highlight class
* make flex more consistent, remove transition
* open folders that are prefixes of current path
* make mobile look nice
* more style fixes
2025-03-09 14:58:26 -07:00
Jacky Zhao
60301eccfd
chore(deps): bump deps, silence internal punycode deprecation
2025-03-06 09:41:26 -08:00
Jacky Zhao
397230d085
docs: make role of getQuartzComponents more clear and also make it optional
2025-03-05 18:34:02 -08:00
Jacky Zhao
68f01725e8
feat: support emitters defining external resources, emit link from contentindex directly
2025-03-05 18:16:24 -08:00
dependabot[bot]
51bf57f70d
chore(deps): bump the production-dependencies group with 6 updates ( #1804 )
...
* chore(deps): bump the production-dependencies group with 6 updates
Bumps the production-dependencies group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [hast-util-to-jsx-runtime](https://github.com/syntax-tree/hast-util-to-jsx-runtime ) | `2.3.4` | `2.3.5` |
| [pixi.js](https://github.com/pixijs/pixijs ) | `8.8.0` | `8.8.1` |
| [preact](https://github.com/preactjs/preact ) | `10.26.2` | `10.26.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `22.13.5` | `22.13.9` |
| [prettier](https://github.com/prettier/prettier ) | `3.5.2` | `3.5.3` |
| [typescript](https://github.com/microsoft/TypeScript ) | `5.7.3` | `5.8.2` |
Updates `hast-util-to-jsx-runtime` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/syntax-tree/hast-util-to-jsx-runtime/releases )
- [Commits](https://github.com/syntax-tree/hast-util-to-jsx-runtime/compare/2.3.4...2.3.5 )
Updates `pixi.js` from 8.8.0 to 8.8.1
- [Release notes](https://github.com/pixijs/pixijs/releases )
- [Commits](https://github.com/pixijs/pixijs/compare/v8.8.0...v8.8.1 )
Updates `preact` from 10.26.2 to 10.26.4
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.26.2...10.26.4 )
Updates `@types/node` from 22.13.5 to 22.13.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `prettier` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.5.2...3.5.3 )
Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2 )
---
updated-dependencies:
- dependency-name: hast-util-to-jsx-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: pixi.js
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: preact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* type fixes
* fix more types
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2025-03-05 16:45:02 -08:00
Jacky Zhao
595a157a58
fix(analytics): spa tracking for other providers
2025-03-05 16:27:08 -08:00
Emile Bangma
0f40c92ee5
feat(rss): configurable RSS feed URL ( #1806 )
...
* feat(rss): configurable RSS feed URL
* Update docs/features/RSS Feed.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update docs/features/RSS Feed.md
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2025-03-05 15:54:11 -08:00