dependabot[bot]
c8393401b2
chore(deps): bump remark-smartypants from 2.0.0 to 2.1.0 ( #755 )
...
Bumps [remark-smartypants](https://github.com/silvenon/remark-smartypants ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/silvenon/remark-smartypants/releases )
- [Commits](https://github.com/silvenon/remark-smartypants/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: remark-smartypants
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 11:27:54 -08:00
Aaron Pham
3855658f34
fix(callout): reorder the plugins to render latex on callout title ( closes #952 ) ( #934 )
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2024-03-03 10:39:29 -08:00
HakuGuen
2ac4b5760d
feat(i18n): add Vietnamese translation ( #950 )
2024-02-29 19:14:20 -05:00
kon-foo
8bcc6fb086
fix: correct umami host for self-hosted ( #939 )
...
* fixed umami script path for self-hosted version
* Update quartz/plugins/emitters/componentResources.ts
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
---------
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
2024-02-27 11:05:28 -05:00
kon-foo
c335fe25bc
docs: Clarifications in the Explorer Docs ( #938 )
...
add example to filter by tags.
2024-02-26 13:55:47 -08:00
dependabot[bot]
66fbef3710
chore(deps): bump chokidar from 3.5.3 to 3.6.0 ( #937 )
...
Bumps [chokidar](https://github.com/paulmillr/chokidar ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/paulmillr/chokidar/releases )
- [Commits](https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0 )
---
updated-dependencies:
- dependency-name: chokidar
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 13:54:15 -08:00
dependabot[bot]
f79358b217
chore(deps): bump preact from 10.19.5 to 10.19.6 ( #935 )
...
Bumps [preact](https://github.com/preactjs/preact ) from 10.19.5 to 10.19.6.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.19.5...10.19.6 )
---
updated-dependencies:
- dependency-name: preact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 16:17:42 -05:00
Aaron Pham
2fef82a198
chore(type): export attribute for theme key ( #933 )
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2024-02-26 09:53:45 -08:00
Aaron Pham
4adb88aed0
chore(types): update correct annotations for pages ( #928 )
2024-02-25 16:58:21 -08:00
Aaron Pham
b31074696f
docs: fix tag page oops ( #925 )
2024-02-25 09:00:26 -08:00
Jacky Zhao
f93ddd5996
ci: also checkout and install node before tagging
2024-02-23 19:08:39 -08:00
Jacky Zhao
b34ddc6af7
ci: fix typo in runs-on
2024-02-23 19:05:26 -08:00
Jacky Zhao
f01725e454
ci: tag as a separate step
2024-02-23 19:04:38 -08:00
Jacky Zhao
147fde38b0
ci: fix autotag
2024-02-23 19:00:47 -08:00
Jacky Zhao
46aebe788b
pkg: bump to 4.2.3
2024-02-23 18:52:28 -08:00
Jacky Zhao
3cfda4e163
fix(ci): autotag
2024-02-23 18:48:25 -08:00
kabirgh
3942f2375d
fix(fast rebuild): handle added an deleted markdown correctly ( #921 )
...
* Handle added files correctly
* Handle deletes properly
* addGraph renamed to mergeGraph
2024-02-23 18:40:42 -08:00
Jacky Zhao
fb52c7a56d
docs(latex): mhchem
2024-02-23 17:45:41 -08:00
Eiko Wagenknecht
7296b3a7b5
docs: update plugin documentation ( #888 )
...
* docs: first few plugins documented
* docs: move plugin info
* docs: move plugin docs to tag based system
* docs: update latex example code snippet
* docs: fix spelling of latex in title
* docs: add missing linebreak
* docs: remove plugin tag from feature pages
* docs: shorten titles
* docs: refine wording
* docs: move plugin details for frontmatter
* docs: add features/* tags
* docs: update latex example
* docs: make references more explicit
* docs: add stubs for the remaining plugins
* docs: more descriptions
* docs: fix feature tags
* docs: descriptions
* docs: new plugin pages
* docs: update configuration page
* docs: more plugin work
* docs: run prettier
* docs: remove comments in config file and add link to docs
* docs: minor fixes
* docs: run prettier
* docs: spelling
* docs: update docs/plugins/AliasRedirects.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
* docs: update docs/plugins/Assets.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
* docs: update docs/plugins/CNAME.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
* docs: update docs/plugins/Static.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
* docs: update docs
* docs: update docs/features/Mermaid diagrams.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
* docs: update docs/plugins/RemoveDrafts.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* docs: update docs/plugins/Assets.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* docs: update docs/configuration.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* docs: update docs/configuration.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* docs: update docs/configuration.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* docs: some updates
* docs: work in review comments
---------
Signed-off-by: Eiko Wagenknecht <git@eiko-wagenknecht.de >
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2024-02-23 12:07:53 -08:00
Jacky Zhao
8293cf49b1
fix(callouts): use user provided title instead of canonical for default title
2024-02-23 11:20:35 -08:00
Jacky Zhao
e71477ec4c
fix(docs): make docs accurate to callout behaviour ( closes #920 )
2024-02-23 09:32:22 -08:00
KylinDC
919b30d0f6
deps(highlighting): migrate to shiki as shikiji has been archived ( #918 )
2024-02-22 21:56:26 -08:00
Aaron Pham
0df7de41d1
chore(img): return targetUrl as given href ( #916 )
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2024-02-22 21:55:35 -08:00
Aaron Pham
d9698cbb30
feat(popover): add support for PDF ( #913 )
...
* feat(popover): add support for PDF
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
* chore: split pdf by ';'
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
* fix: remove unnecessary check
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
---------
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2024-02-22 22:16:40 -05:00
Aaron Pham
3bed34385f
chore: passing additional buildCtx to componentData ( #914 )
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2024-02-22 17:51:07 -08:00
Aster Hu
b93f8eec80
docs: Add Aster's notebook to showcase.md ( #912 )
2024-02-21 19:04:36 -08:00
kon-foo
4ee51fbef0
docs: Fix in explorer.md ( #911 )
2024-02-21 08:18:44 -08:00
Eiko Wagenknecht
18fc498ee9
fix(toc): correct type for minEntries param ( #909 )
2024-02-20 09:06:53 -08:00
Eiko Wagenknecht
a9a65043b9
fix: add space and missing dot for listing pages ( #907 )
2024-02-20 09:45:10 -05:00
JONG HWAN KIM
2efb7c819e
feat(i18n): change itemsUnderFolder, itemsUnderTag translation of ko-KR ( #905 )
...
* feat(i18n): add Korean
* feat(i18n): add Korean
* feat(i18n): change itemsUnderFolder, itemsUnderTag translation of ko-KR
2024-02-19 22:36:54 -08:00
Eiko Wagenknecht
4827a19699
fix: correctly parse falsy js as title ( #900 )
2024-02-19 13:49:07 -08:00
dependabot[bot]
6f76c6381c
chore(deps): bump preact from 10.19.4 to 10.19.5 ( #898 )
...
Bumps [preact](https://github.com/preactjs/preact ) from 10.19.4 to 10.19.5.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.19.4...10.19.5 )
---
updated-dependencies:
- dependency-name: preact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 13:47:07 -08:00
dependabot[bot]
bc6d0fcb69
chore(deps): bump globby from 14.0.0 to 14.0.1 ( #897 )
...
Bumps [globby](https://github.com/sindresorhus/globby ) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/sindresorhus/globby/releases )
- [Commits](https://github.com/sindresorhus/globby/compare/v14.0.0...v14.0.1 )
---
updated-dependencies:
- dependency-name: globby
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 13:47:00 -08:00
dependabot[bot]
a8140edf0d
chore(deps-dev): bump @types/node from 20.11.16 to 20.11.19 ( #899 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.11.16 to 20.11.19.
- [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
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 13:46:27 -08:00
kon-foo
3e508fcf42
fix: remove assets via globs to avoid volume mount lock ( #877 )
...
* Fix docker volume lock issue by altering asset cleanup method
Modified build process to prevent the deletion of the output directory.
* Add fsOps utility for filesystem operations
* Use cleanDirectory in build process to fix volume lock issue
* applied prettier
* handle ENOENT error when output dir does not exist
* remove native function in favor of rimraf
* use path.join to concatenate paths
2024-02-19 11:04:27 -08:00
kabirgh
5be479fd0e
feat: implement getDependencyGraph for TagPage ( #872 )
...
* feat: implement getDependencyGraph for TagPage
* Only add file to dg if it has at least 1 tag
2024-02-19 13:58:15 -05:00
KylinDC
618ab99963
feat(i18n): add Simplified Chinese ( #896 )
2024-02-19 13:31:09 -05:00
kon-foo
03633936eb
docs: add self-hosting section ( #883 )
...
* Add Self-Hosting section
Add Nginx section
* run prettier
2024-02-19 12:50:40 -05:00
Leonardo Ledda
1ea77effca
feat(i18n): Add Italian ( #893 )
...
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com >
2024-02-19 12:50:01 -05:00
Eiko Wagenknecht
3c8262fcdc
fix(frontmatter): delimiters parameter was not passed ( #885 )
...
* fix: delimiters parameter was not passed
Signed-off-by: Eiko Wagenknecht <git@eiko-wagenknecht.de >
* fix: remove unneeded undefined
---------
Signed-off-by: Eiko Wagenknecht <git@eiko-wagenknecht.de >
2024-02-19 00:08:36 -08:00
s-crypt
7d66268210
perf(cdn): CDNJS instead of JSDelivr ( #891 )
2024-02-18 20:26:04 -08:00
JONG HWAN KIM
d5334caac0
feat(i18n): add Korean ( #889 )
...
* feat(i18n): add Korean
* feat(i18n): add Korean
2024-02-18 17:37:59 -05:00
makondratev
d132d2d3cd
feat(i18n): add Russian ( #886 )
2024-02-18 13:54:37 -05:00
Jacky Zhao
46d365d510
fix(breadcrumbs): calculate trailing slash for tag hierarchies ( closes #873 )
2024-02-17 11:12:35 -08:00
Jacky Zhao
4b4943192a
fix(style): bold should use semibold
2024-02-17 10:57:59 -08:00
Jacky Zhao
f34ecf9c45
fix(style): introduce semiBoldWeight and various improvements to reduce CLS
2024-02-17 10:34:51 -08:00
Silviu Lorenț
2b70468322
feat: add user-defined config for syntax highlighting plugin ( #869 )
...
* feat: add user-defined options to syntax highlighting plugin
* feat: add default syntax highlighting config to `quartz.config.ts`
* chore: refactor according to @aarnphm's review
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
* chore: run Prettier on `quartz/plugins/transformers/syntax.ts`
* Update quartz/plugins/transformers/syntax.ts
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* Update syntax.ts
---------
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com >
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2024-02-17 10:23:45 -08:00
kabirgh
fa91e0d3ef
fix/feat(fast rebuild): re-render transclusions in normal and fastRebuild mode ( #842 )
...
* Re-render transclusions in normal watch mode
* Include transclusions in ContentPage getDependencyGraph
* Address PR comments
2024-02-17 09:45:01 -08:00
kabirgh
285d11f0df
feat: implement getDependencyGraph for AliasRedirects emitter ( #860 )
2024-02-15 19:50:48 -05:00
kabirgh
7639c1abd3
feat: implement getDependencyGraph for FolderPage ( #849 )
2024-02-15 19:50:33 -05:00