Commit Graph

2494 Commits

Author SHA1 Message Date
dependabot[bot]
71b1b312ea chore(deps-dev): bump tsx from 4.7.0 to 4.7.1 (#859)
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.7.0...v4.7.1)

---
updated-dependencies:
- dependency-name: tsx
  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-13 00:21:13 -05:00
Jacky Zhao
f05f672170 fix(analytics): umami custom host should be a string (closes #852) 2024-02-12 09:01:05 -08:00
Emile Bangma
9ce12c9d81 feat(i18n): localize the min read string for the nl-NL locale (#850)
* Update min read translation

* Added nl_BE to Dutch

Added Flemish (nl_BE) to point to nl.

* Removed period to match other translations
2024-02-12 08:58:00 -08:00
Jacky Zhao
81139e1a83 feat: add transclude-src to transclude 'link to original' 2024-02-12 08:52:00 -08:00
13db55fd0d [obsidian] vault backup: 2024-02-13 01:40:09 2024-02-13 01:40:09 +09:00
d44da94c91 [obsidian] vault backup: 2024-02-12 17:34:49[ 2024-02-12 17:34:49 +09:00
kabirgh
84f7220d58 fix(fast rebuild): call only required emitters, don't always copy assets (#845)
* fix(fast rebuild): call only required emitters, don't always copy assets

* Type function
2024-02-11 12:20:44 -08:00
Jacky Zhao
62c596244c fix(ofm): allow diacretic marks in tag regex (closes #830) 2024-02-11 12:12:01 -08:00
dependabot[bot]
5cb83ecdde chore(deps): bump esbuild-sass-plugin from 2.16.0 to 2.16.1 (#778)
Bumps [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
- [Commits](https://github.com/glromeo/esbuild-sass-plugin/compare/v2.16.0...v2.16.1)

---
updated-dependencies:
- dependency-name: esbuild-sass-plugin
  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-11 11:27:16 -08:00
Jacky Zhao
5f183fc1b1 fix(breadcrumbs): folder index by full path rather than folder name (closes #676) 2024-02-11 11:26:24 -08:00
Silviu Lorenț
44e378c4d1 feat(i18n): localize the min read string for the ro-RO locale (#847)
* feat(i18n): localize `min read` string for `ro-RO` locale

* chore: run Prettier on `quartz/i18n/locales/ro-RO.ts`
2024-02-11 11:23:58 -08:00
Neel Shah
c31ae68f11 fix: breadcrumbs displayName issue for file names ending with index (#839) 2024-02-11 11:08:12 -08:00
Jacky Zhao
934b78ae55 chore: refactor out and export endsWith 2024-02-11 10:57:24 -08:00
Silviu Lorenț
1a05cb6484 docs: add documentation for Umami analytics integration (#846) 2024-02-11 10:51:10 -08:00
Alq
890a8ab2d9 feat(i18n): localize the min read string (#838)
* feat(i18n): localize the min read string fixes #825

* chore: format
2024-02-11 10:43:08 -08:00
Aaron Pham
363df67aed chore(callouts): remove unnecessary whitespaces after class name (#833)
Though we should have a plugins that just strip whitespace in all node
class.

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2024-02-10 17:19:17 -05:00
Aaron Pham
f5e1914238 chore: move fonts all into static folder (#835)
* chore: move fonts all into static folder

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>

* chore: update formatter

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

---------

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-02-10 17:17:41 -05:00
Aaron Pham
3aecbb68db feat(i18n): support parsing callouts (#834)
* feat(i18n): support parsing callouts

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* chore: move callout into components

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* chore: update arabic translation

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* fix: make sure to use correct items

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

---------

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2024-02-10 17:09:57 -05:00
Alq
6d43f0db54 feat(i18n): add Arabic translation (#837)
* feat(i18n): add Arabic translation

* chore: format
2024-02-10 09:02:28 -08:00
2495132622 [obsidian] vault backup: 2024-02-10 23:46:44[ 2024-02-10 23:46:44 +09:00
254ecc9e32 [obsidian] vault backup: 2024-02-10 15:43:16[ 2024-02-10 15:43:16 +09:00
65a90e47ee [obsidian] vault backup: 2024-02-10 15:03:30[ 2024-02-10 15:03:30 +09:00
f18200215f [obsidian] vault backup: 2024-02-10 14:43:16[ 2024-02-10 14:43:16 +09:00
35b01c6a98 [obsidian] vault backup: 2024-02-10 01:14:59[ 2024-02-10 01:14:59 +09:00
kabirgh
1af2d77586 feat(experimental): partial rebuilds (#716) 2024-02-09 10:07:32 -05:00
4e575e3312 Merge remote-tracking branch 'home/v4' into v4 2024-02-09 22:14:03 +09:00
3267393b04 [obsidian] vault backup: 2024-02-09 22:14:00[ 2024-02-09 22:14:00 +09:00
68d063e061 [obsidian] vault backup: 2024-02-09 20:59:12[ 2024-02-09 20:59:12 +09:00
0af924b62e [obsidian] vault backup: 2024-02-09 18:59:36[ 2024-02-09 18:59:36 +09:00
9326992688 [obsidian] vault backup: 2024-02-09 18:17:31 2024-02-09 18:17:31 +09:00
a72c42af29 [obsidian] vault backup: 2024-02-09 18:00:49 2024-02-09 18:00:49 +09:00
a475aa22cf [obsidian] vault backup: 2024-02-09 17:59:36[ 2024-02-09 17:59:36 +09:00
d4dd22b26f [obsidian] vault backup: 2024-02-09 17:42:57 2024-02-09 17:42:57 +09:00
Jacky Zhao
e7529cea55 fix: set default locale for lang attribute 2024-02-08 09:31:36 -08:00
Silviu Lorenț
caaafa7eb0 feat(i18n): use Romanian translation for ro-MD locale (#828) 2024-02-08 08:48:13 -08:00
Serhii Stets
e13244fbd2 added Ukrainian to i18n (#829) 2024-02-08 08:47:12 -08:00
Aaron Pham
bc209401d6 fix(umami): format correct string from custom hosts (#826) 2024-02-08 08:45:20 -08:00
dd72b5c0c8 [obsidian] vault backup: 2024-02-09 00:38:38 2024-02-09 00:38:38 +09:00
ea7a0e06ff [obsidian] vault backup: 2024-02-09 00:07:24 2024-02-09 00:07:24 +09:00
8dec734c0a set submodule branch 2024-02-08 23:58:46 +09:00
71aa3eb99c add history link to meta 2 2024-02-08 23:55:01 +09:00
f8ef525a49 add history link to meta 2024-02-08 23:52:15 +09:00
d5c71bd058 set private repository as submodule 2024-02-08 23:17:03 +09:00
dbb61ffd3d [obsidian] vault backup: 2024-02-08 22:53:21[ 2024-02-08 22:53:21 +09:00
e7be825f8c update 2024-02-08 20:09:04 +09:00
daad3cf950 updated timestamp 2024-02-08 20:06:45 +09:00
c240ebce5a refined created date based on git blame 2024-02-08 20:06:40 +09:00
a0f771d883 [obsidian] vault backup: 2024-02-08 19:14:51[ 2024-02-08 19:14:51 +09:00
0d8afaba5e [obsidian] vault backup: 2024-02-08 18:26:03 2024-02-08 18:26:03 +09:00
b7dbde05f3 modified frontmatter depending on timestamp 2024-02-08 18:01:44 +09:00