0a93f2f109
feat: new content
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
2025-04-09 18:39:41 +02:00
e774e565ff
feat: new content / ai summaries
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
2025-04-09 18:07:00 +02:00
d93dd0fc65
feat: new content
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
2025-04-08 15:15:22 +02:00
fcabe7ed45
feat: new content
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
2025-04-08 14:48:07 +02:00
3ec57f3d9d
feat: new content
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
2025-04-08 14:28:38 +02:00
a476c9bf06
fix: correct base url
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
2025-04-07 19:10:26 +02:00
b416075791
fix: update base url
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
2025-04-07 18:47:04 +02:00
b59dd09b82
feat: new layout, only use gap for big folder links
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
2025-04-07 18:07:10 +02:00
GitButler
b129512e1a
GitButler Workspace Commit
...
This is placeholder commit and will be replaced by a merge of yourvirtual branches.
Due to GitButler managing multiple virtual branches, you cannot switch back and
forth between git branches and virtual branches easily.
If you switch to another branch, GitButler will need to be reinitialized.
If you commit on this branch, GitButler will throw it away.
For more information about what we're doing here, check out our docs:
https://docs.gitbutler.com/features/virtual-branches/integration-branch
2025-04-07 17:28:04 +02:00
Samuel
4ccace15bf
feat: add styles for distinguishable big links
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run
2025-04-07 17:07:21 +02:00
Emile Bangma
9db66d500e
fix(popover): round coords remove blurred popovers ( #1911 )
2025-04-07 00:23:49 +02:00
Jacky Zhao
ee8c1dc968
chore(css): style tweaks for overflow
2025-04-05 11:38:50 -07:00
1 gal Rosemary
bb24cd13c7
fix(css): styles issues with popover, overflow, and scroll overflow ( #1907 )
...
* fix(style): fix toc overflow & scrolling overflow
* fix(style): fix explorer scrolling overflow
* fix(style): fix backlinks overflow & scrolling overflow
* fix(style): resolve popover overflow issue causing incomplete display
* chore: rename function to enhance readability
* fix(popover): make the backlink's id unique & use translate() instead of translateY()
2025-04-05 10:39:28 -07:00
Emile Bangma
d61fb266c7
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
K Gopal Krishna
685c06ce2e
fix(RecentNotes): Prevent folder pages from always appearing first ( closes #1901 ) ( #1904 )
...
* Fix(RecentNotes): Prevent folder pages from always appearing first
Pass prioritizeFolders=false to byDateAndAlphabetical in RecentNotes to sort strictly by date/alphabetical order, fixing issue #1901 .
* refactor: split sorting functions for clarity
- Split byDateAndAlphabetical into two separate functions\n- byDateAndAlphabetical: sorts strictly by date and alphabetically\n- byDateAndAlphabeticalFolderFirst: sorts with folders first\n- Updated RecentNotes to use date-only sorting
* Fix(PageList): keep byDateAndAlphabeticalFolderFirst as the default sorting order for PageList
2025-04-04 10:36:29 -07:00
Jacky Zhao
3ae89a1d16
fix(search): make closest sidebar z-index adjustment optional ( closes #1905 )
2025-04-04 10:17:57 -07:00
Jacky Zhao
4d6e7ccba9
chore(docs): fix explorer docs on filtering by title
2025-04-04 09:50:01 -07:00
Emile Bangma
f334e78ed6
fix(style): MathJax in callouts spacing ( #1892 )
2025-03-31 23:14:30 +02:00
dependabot[bot]
c5304b35c0
chore(deps): bump the production-dependencies group with 5 updates ( #1894 )
...
Bumps the production-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [pixi.js](https://github.com/pixijs/pixijs ) | `8.9.0` | `8.9.1` |
| [rehype-citation](https://github.com/timlrx/rehype-citation ) | `2.2.2` | `2.3.1` |
| [satori](https://github.com/vercel/satori ) | `0.12.1` | `0.12.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `22.13.13` | `22.13.14` |
| [esbuild](https://github.com/evanw/esbuild ) | `0.25.1` | `0.25.2` |
Updates `pixi.js` from 8.9.0 to 8.9.1
- [Release notes](https://github.com/pixijs/pixijs/releases )
- [Commits](https://github.com/pixijs/pixijs/compare/v8.9.0...v8.9.1 )
Updates `rehype-citation` from 2.2.2 to 2.3.1
- [Release notes](https://github.com/timlrx/rehype-citation/releases )
- [Commits](https://github.com/timlrx/rehype-citation/compare/v2.2.2...v2.3.1 )
Updates `satori` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/vercel/satori/releases )
- [Commits](https://github.com/vercel/satori/compare/0.12.1...0.12.2 )
Updates `@types/node` from 22.13.13 to 22.13.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `esbuild` from 0.25.1 to 0.25.2
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.1...v0.25.2 )
---
updated-dependencies:
- dependency-name: pixi.js
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: rehype-citation
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: satori
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: esbuild
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 14:08:30 -07:00
dependabot[bot]
99f353968e
chore(deps-dev): bump @types/node in the production-dependencies group ( #1869 )
...
Bumps the production-dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ).
Updates `@types/node` from 22.13.11 to 22.13.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-30 19:12:18 -07:00
Stephen Tse
ec4700d522
Hey folder icon don't shrink please ( #1872 )
2025-03-30 19:08:20 -07:00
Jacky Zhao
d6f69e830c
fix: remove redundant log and display in parent of overflow
2025-03-30 18:15:25 -07:00
Jacky Zhao
9ee6fe15fd
fix: reproducible overflowlist ( closes #1885 )
2025-03-30 18:04:48 -07:00
Stephen Tse
a21f588c48
fix(toc): element can't fully collapse
2025-03-30 17:39:08 -07:00
Stephen Tse
2119025513
fix(toc): Fixed headers in second ToC element not highlight-able
2025-03-30 17:35:20 -07:00
Jacky Zhao
f70e562432
fix: overflow list bottom gradient on toc ( closes #1888 )
2025-03-30 17:30:01 -07:00
Emile Bangma
9ff6c7a3f5
fix(style): MathJax non-inline formulae center ( #1886 )
2025-03-30 21:19:53 +02:00
Jacky Zhao
7ca9dd9a70
fix: dont use cdn for twemoji, bake emojis as b64
2025-03-28 16:29:33 -07:00
Stephen Tse
b397dae951
Updating breadcrumbs docs on ConditionalRender ( #1871 )
2025-03-26 08:32:13 -07:00
Jacky Zhao
23b691f38c
fix: coerce fullslug
2025-03-23 20:43:01 -07:00
Jacky Zhao
c18e6cd5bb
fix(alias): resolve relative if alias is relative
2025-03-23 20:38:06 -07:00
Jacky Zhao
fe2e16d937
fix: disallow user-select in popover
2025-03-23 18:08:07 -07:00
Jacky Zhao
722b4321db
docs: clarify transclusions
2025-03-23 18:03:52 -07:00
dependabot[bot]
9d8d238912
chore(deps): bump the production-dependencies group across 1 directory with 4 updates ( #1867 )
...
Bumps the production-dependencies group with 4 updates in the / directory: [lightningcss](https://github.com/parcel-bundler/lightningcss ), [pixi.js](https://github.com/pixijs/pixijs ), [rehype-pretty-code](https://github.com/rehype-pretty/rehype-pretty-code/tree/HEAD/packages/core ) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ).
Updates `lightningcss` from 1.29.2 to 1.29.3
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases )
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.29.2...v1.29.3 )
Updates `pixi.js` from 8.8.1 to 8.9.0
- [Release notes](https://github.com/pixijs/pixijs/releases )
- [Commits](https://github.com/pixijs/pixijs/compare/v8.8.1...v8.9.0 )
Updates `rehype-pretty-code` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/rehype-pretty/rehype-pretty-code/releases )
- [Changelog](https://github.com/rehype-pretty/rehype-pretty-code/blob/master/packages/core/CHANGELOG.md )
- [Commits](https://github.com/rehype-pretty/rehype-pretty-code/commits/rehype-pretty-code@0.14.1/packages/core )
Updates `@types/node` from 22.13.10 to 22.13.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: lightningcss
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-minor
dependency-group: production-dependencies
- dependency-name: rehype-pretty-code
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
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-23 17:57:45 -07:00
Jacky Zhao
141f053b0d
chore: format path.test.ts
2025-03-23 17:43:47 -07:00
Jacky Zhao
3027eced6c
chore(test): add tests for resolveRelative
2025-03-23 17:42:23 -07:00
Jacky Zhao
aaa5c8e8e4
feat: conditional render component
2025-03-23 17:34:14 -07:00
Jacky Zhao
4e74d11b1a
fix: cleanup a href link construction, global shared trie, breadcrumbs use trie
2025-03-23 17:24:43 -07:00
Emile Bangma
457b77dd48
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
3ce6aa49bf
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
9316ddf2f5
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
Shane McDonald
fbca56f278
fix(lastmod) Change defaultDateType to "modified" ( #1862 )
...
Making this change as per https://github.com/jackyzha0/quartz/issues/1857#issuecomment-2737098252
This is necessary for the `git` source to work properly in the CreatedModifiedDate plugin.
2025-03-19 12:47:16 -07:00
Jacky Zhao
eccad3da5d
fix(lastmod): fallback to ctx.arg.directory instead of empty string
2025-03-18 21:48:24 -07:00
dralagen
bcde2abcb2
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
25979ab216
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
9818e1ad57
chore: remove unused import
2025-03-18 09:00:15 -07:00
Jacky Zhao
771110a72a
fix(git): deprioritize git, dont fail on non-git content folders
2025-03-18 08:56:06 -07:00
dependabot[bot]
dc6a9f3b12
chore(deps): bump rlespinasse/github-slug-action ( #1851 )
...
Bumps the ci-dependencies group with 1 update: [rlespinasse/github-slug-action](https://github.com/rlespinasse/github-slug-action ).
Updates `rlespinasse/github-slug-action` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/rlespinasse/github-slug-action/releases )
- [Commits](https://github.com/rlespinasse/github-slug-action/compare/v5.0.0...v5.1.0 )
---
updated-dependencies:
- dependency-name: rlespinasse/github-slug-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-17 14:49:27 -07:00
Yes365
c0b73ddaa4
fix: maybeDates will change children dates ( #1843 )
2025-03-17 08:27:15 -07:00
Jacky Zhao
e86544064c
fix: parse parallelization chunk arg, inline b64 for og image
2025-03-16 15:12:40 -07:00