Aaron Pham
92676d746e
feat(ofm): support parsing footnotes in table ( #1581 )
2024-11-12 03:37:59 -05:00
dependabot[bot]
1893196939
chore(deps): bump rehype-citation from 2.2.1 to 2.2.2 in the production-dependencies group ( #1583 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-12 00:38:48 -05:00
Aaron Pham
1ab9c91df1
feat(mermaid): improvement navigation ( #1575 )
...
* feat(mermaid): custom stuff
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: use mermaid and update clipboard content
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix: explicitly use center div
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-11-10 18:13:12 -05:00
dependabot[bot]
0ad9111388
chore(deps): bump rlespinasse/github-slug-action from 4.4.1 to 5.0.0 in the ci-dependencies group ( #1578 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-10 04:46:14 -05:00
dependabot[bot]
cbeef5541f
chore(deps-dev): bump @types/node from 22.8.7 to 22.9.0 in the production-dependencies group ( #1579 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-10 04:46:01 -05:00
Romain Lespinasse
0f04f1262c
ci(dependabot): update GA periodically ( #1577 )
...
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-11-10 04:41:56 -05:00
David Fischer
31e0b7c6f8
feat(comments): conditional display via frontmatter ( #1566 )
2024-11-09 04:44:32 -05:00
Jacky Zhao
a6b2967df8
fix: account for chokidar v4 glob deprecation in source watching
2024-11-07 16:32:26 -08:00
Jacky Zhao
f84a6554f6
fix(style): remove flex end to fix tag alignment in content meta
2024-11-07 15:13:28 -08:00
dependabot[bot]
1d5b6f58d8
chore(deps): bump the production-dependencies group with 4 updates ( #1565 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 21:03:30 -05:00
Stephen Tse
74f8c13598
fix: reset z-index instead of inherited unset ( #1528 )
...
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-11-04 20:22:36 -05:00
saberzero1
70cf007975
Icon spacing
2024-11-02 13:48:16 +01:00
Aaron Pham
56ba2f4fa7
feat(build): add support for parsing inline sass ( #1558 )
2024-11-01 07:16:12 -04:00
Emile Bangma
314a88d5c6
feat(transformer): allow inline CSS styling ( #1551 )
...
* feat(transformer): allow inline CSS styling
* Updated docs
* Default to inline: false
* Removed redundant inline: false
2024-10-30 23:57:39 +01:00
Osman Tunahan ARIKAN
a53772bbd1
feat(i18n): add turkish language ( #1554 )
2024-10-30 18:33:22 -04:00
dependabot[bot]
1915a198d9
chore(deps): bump the production-dependencies group with 5 updates ( #1548 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 20:04:45 -04:00
saberzero1
8bb32c243e
Cleanup
2024-10-26 18:05:36 +02:00
saberzero1
c2e9477941
Slide in + no ugly onload animation on mobile
2024-10-26 18:01:02 +02:00
saberzero1
90e984e98b
Restore position
2024-10-26 14:44:58 +02:00
saberzero1
979d653b1a
Remove container div
2024-10-26 12:26:43 +02:00
Thomas Hack
1d2dc167f4
feat(folder): add intermediate folders pages ( #1295 )
...
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-10-25 12:52:33 -04:00
saberzero1
316a993fed
Changed mobile explorer from dropdown to slide-in
2024-10-25 18:45:47 +02:00
dependabot[bot]
3ef2a24f4b
chore(deps): bump the production-dependencies group across 1 directory with 7 updates ( #1540 )
2024-10-22 17:54:41 -04:00
Emile Bangma
d98a3a088a
Merge pull request #1543 from saberzero1/draft-publish-string
...
feat(filters): support "true" as valid for frontmatter filters
2024-10-22 22:38:16 +02:00
Emile Bangma
ad52d09567
Feat(filters): Support "true" as valid for draft and publish frontmatter values (b3a02909ba74fff08cd3675707d1f4d782a24e98)
2024-10-22 20:33:54 +00:00
Emile Bangma
9f701e5045
fix(grid): $desktop variable ( #1511 )
2024-10-17 23:50:48 -04:00
Emile Bangma
67e1beea70
feat(comments): support custom giscus themes ( #1526 )
...
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-10-17 18:30:16 -04:00
Emile Bangma
3aa11357aa
fix(toc): regression ( #1517 )
2024-10-16 17:44:30 -04:00
Jacky Zhao
b3a02909ba
fix: make filter checks more strict ( closes #1519 )
2024-10-15 09:34:46 -07:00
Sohum
1dc208356a
fix(cli): use shell on win32 for update
( #1503 ) ( #1504 )
...
If there is no `npm.exe` on the system, but
instead an `npm.cmd`, then node won't find
the `npm` executable when calling `spawnSync`.
This occurs frequently when using node package
managers on Windows.
See the node documentation for `.bat` and `.cmd`
files here.
<https://nodejs.org/api/child_process.html#spawning-bat-and-cmd-files-on-windows >.
2024-10-13 10:46:51 -07:00
Simon Späti
3d0ba32070
docs: Update Name and URL of Simon's SB and adding DE Vault ( #1507 )
2024-10-13 10:42:29 -07:00
Aaron Pham
c5d97db000
fix(toc): invalid desktop-only styling ( #1502 )
...
* fix(toc): invalid desktop-only styling
should display none instead.
* Update toc.scss
2024-10-12 18:33:07 -04:00
Pierre Lairez
0d1f15d37c
feat(ofm): Allow for dashes in custom callout label ( #1493 )
...
* [OFM] Allow for dashes in custom callout label
For compatibility with Obsidian's behavior, a custom callout like
[!see-also] is possible. Previously, this was parsed by Quartz as a
callout “see” with metadata “-also”. Instead, this is should be a
callout “see-also” with title “See also” (capitalization + replace
dashes by spaces).
* prettier
2024-10-10 07:15:23 -04:00
dependabot[bot]
11c23a137a
chore(deps): bump the production-dependencies group with 9 updates ( #1495 )
...
Bumps the production-dependencies group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [chokidar](https://github.com/paulmillr/chokidar ) | `3.6.0` | `4.0.1` |
| [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin ) | `2.16.1` | `3.3.1` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss ) | `1.26.0` | `1.27.0` |
| [preact](https://github.com/preactjs/preact ) | `10.24.1` | `10.24.2` |
| [rehype-citation](https://github.com/timlrx/rehype-citation ) | `2.1.1` | `2.1.2` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki ) | `1.18.0` | `1.22.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `22.7.4` | `22.7.5` |
| [esbuild](https://github.com/evanw/esbuild ) | `0.19.12` | `0.24.0` |
| [typescript](https://github.com/microsoft/TypeScript ) | `5.6.2` | `5.6.3` |
Updates `chokidar` from 3.6.0 to 4.0.1
- [Release notes](https://github.com/paulmillr/chokidar/releases )
- [Commits](https://github.com/paulmillr/chokidar/compare/3.6.0...4.0.1 )
Updates `esbuild-sass-plugin` from 2.16.1 to 3.3.1
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases )
- [Commits](https://github.com/glromeo/esbuild-sass-plugin/compare/v2.16.1...v3.3.1 )
Updates `lightningcss` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases )
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.26.0...v1.27.0 )
Updates `preact` from 10.24.1 to 10.24.2
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.24.1...10.24.2 )
Updates `rehype-citation` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/timlrx/rehype-citation/releases )
- [Commits](https://github.com/timlrx/rehype-citation/compare/v2.1.1...v2.1.2 )
Updates `shiki` from 1.18.0 to 1.22.0
- [Release notes](https://github.com/shikijs/shiki/releases )
- [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md )
- [Commits](https://github.com/shikijs/shiki/commits/v1.22.0/packages/shiki )
Updates `@types/node` from 22.7.4 to 22.7.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `esbuild` from 0.19.12 to 0.24.0
- [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.19.12...v0.24.0 )
Updates `typescript` from 5.6.2 to 5.6.3
- [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.6.2...v5.6.3 )
---
updated-dependencies:
- dependency-name: chokidar
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: production-dependencies
- dependency-name: esbuild-sass-plugin
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: production-dependencies
- dependency-name: lightningcss
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: preact
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-patch
dependency-group: production-dependencies
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-minor
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-minor
dependency-group: production-dependencies
- dependency-name: typescript
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>
2024-10-09 14:57:33 -07:00
Emile Bangma
741641599b
Merge branch 'v4' into explorer
2024-10-09 21:12:09 +02:00
Aaron Pham
8a95c865c8
chore(citations): passthrough options ( #1429 )
2024-10-09 14:14:44 -04:00
Aaron Pham
fe4b039b60
chore(ci): group dependabot upgrade ( #1491 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-10-09 09:52:49 -07:00
Aaron Pham
497d51973a
chore(ci): remove signing and vuln ( #1484 )
...
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-10-07 02:52:14 -04:00
Aaron Pham
66d7dd8677
fix(ci): run build on tags ( #1483 )
...
* fix(ci): run build on tags
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: update docker warning and not push on PR
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-10-06 22:34:31 -04:00
Julia van der Kris
313cef60ee
infra: build quartz docker image to GHCR ( #1192 )
...
* Add GitHub action to build & push Docker image to GHCR
* Use double quotes to keep `prettier` happy :)
* Don't run Docker build & push on forks
* -1 char commit lmao
* Add git metadata to Docker image
* Apply Aaron's patch
* chore: run prettier
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
2024-10-06 22:15:19 -04:00
Emile Bangma
fda7b66e64
Update quartz/components/Footer.tsx
...
Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
2024-10-05 00:59:11 +02:00
Emile Bangma
7e41e104ae
Merge branch 'v4' into explorer
2024-10-04 20:06:15 +02:00
KurekMartin
af14ca7c4f
i18n: add Czech translation ( #1477 )
...
* add Czech translation
* fix formatting
2024-10-04 09:10:40 -07:00
saberzero1
ff9be50a56
Prettier
2024-10-03 22:17:25 +02:00
saberzero1
40ca67c8c6
Remove usePagePath
2024-10-03 22:13:46 +02:00
saberzero1
26e0b4390b
Addressed feedback
2024-10-03 21:52:14 +02:00
saberzero1
835f6a0d61
Revert Footer
2024-10-03 21:42:24 +02:00
saberzero1
356647f266
Restore position of functions
2024-10-03 20:01:15 +02:00
saberzero1
5fd0f17e6a
Cleanup
2024-10-03 19:59:00 +02:00
saberzero1
0513ad4d15
Addressed feedback
2024-10-03 19:54:31 +02:00