Commit Graph

4244 Commits

Author SHA1 Message Date
247d5bc87c [obsidian] vault backup: 2025-10-08 14:27:28[
All checks were successful
Build / build (push) Successful in 11m5s
2025-10-08 14:27:28 +09:00
2c6d2a52da [obsidian] vault backup: 2025-10-08 12:53:10
All checks were successful
Build / build (push) Successful in 11m25s
2025-10-08 12:53:10 +09:00
0edafc3953 [obsidian] vault backup: 2025-10-08 12:48:44[
Some checks failed
Build / build (push) Has been cancelled
2025-10-08 12:48:45 +09:00
4e6ab9e916 [obsidian] vault backup: 2025-10-08 08:27:15
All checks were successful
Build / build (push) Successful in 10m52s
2025-10-08 08:27:15 +09:00
51bfec50a4 [obsidian] vault backup: 2025-10-08 08:04:56[
All checks were successful
Build / build (push) Successful in 10m40s
2025-10-08 08:04:56 +09:00
21f7c7800e [obsidian] vault backup: 2025-10-06 17:32:31[
All checks were successful
Build / build (push) Successful in 21m3s
2025-10-06 17:32:31 +09:00
cf66b365ce [obsidian] vault backup: 2025-10-06 15:39:33[
All checks were successful
Build / build (push) Successful in 14m26s
2025-10-06 15:39:33 +09:00
9a378717d5 [obsidian] vault backup: 2025-10-03 18:03:56[
All checks were successful
Build / build (push) Successful in 12m6s
2025-10-03 18:03:56 +09:00
3c8aac7555 [obsidian] vault backup: 2025-10-03 13:03:47[
All checks were successful
Build / build (push) Successful in 12m49s
2025-10-03 13:03:47 +09:00
598db8e119 [obsidian] vault backup: 2025-10-03 12:03:43[
All checks were successful
Build / build (push) Successful in 13m21s
2025-10-03 12:03:43 +09:00
e7f0f2ccd2 [obsidian] vault backup: 2025-10-01 12:02:55[
Some checks failed
Build / build (push) Failing after 12m58s
2025-10-01 12:02:55 +09:00
bb78453c63 [obsidian] vault backup: 2025-09-25 15:39:04[
All checks were successful
Build / build (push) Successful in 11m11s
2025-09-25 15:39:04 +09:00
857e71b45e [obsidian] vault backup: 2025-09-25 14:38:57[
Some checks failed
Build / build (push) Failing after 12m59s
2025-09-25 14:38:57 +09:00
a1ed1f1f74 [obsidian] vault backup: 2025-09-25 13:38:52[
All checks were successful
Build / build (push) Successful in 10m47s
2025-09-25 13:38:52 +09:00
410cca5f13 [obsidian] vault backup: 2025-09-25 12:38:43[
All checks were successful
Build / build (push) Successful in 13m7s
2025-09-25 12:38:43 +09:00
24eaf584ee [obsidian] vault backup: 2025-09-25 11:37:16[ 2025-09-25 11:37:16 +09:00
aae4317eb9 [obsidian] vault backup: 2025-09-24 18:14:41[
All checks were successful
Build / build (push) Successful in 10m1s
2025-09-24 18:14:41 +09:00
ea1236e6c2 [obsidian] vault backup: 2025-09-24 17:14:37[
All checks were successful
Build / build (push) Successful in 10m20s
2025-09-24 17:14:37 +09:00
7dab373061 [obsidian] vault backup: 2025-09-24 13:14:23[
All checks were successful
Build / build (push) Successful in 9m49s
2025-09-24 13:14:23 +09:00
2bd0c09856 [obsidian] vault backup: 2025-09-24 12:14:18[
All checks were successful
Build / build (push) Successful in 11m54s
2025-09-24 12:14:19 +09:00
f08ff8368c [obsidian] vault backup: 2025-09-23 01:39:19[
All checks were successful
Build / build (push) Successful in 12m37s
2025-09-23 01:39:19 +09:00
6d721cd9b6 [obsidian] vault backup: 2025-09-23 00:39:06[
Some checks failed
Build / build (push) Failing after 12m42s
2025-09-23 00:39:06 +09:00
c7c221bc80 [obsidian] vault backup: 2025-09-22 13:40:38[ 2025-09-22 13:40:38 +09:00
Emile Bangma
4923affa77 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
c52875ef03 [obsidian] vault backup: 2025-09-20 13:42:31[
All checks were successful
Build / build (push) Successful in 10m4s
2025-09-20 13:42:32 +09:00
b1cc13e269 [obsidian] vault backup: 2025-09-20 11:57:22[
All checks were successful
Build / build (push) Successful in 11m9s
2025-09-20 11:57:22 +09:00
Jacky Zhao
4c78d29c13 fix(search): css min padding 2025-09-18 13:45:17 -07:00
Amir Pourmand
7a77f54e50 fix(i18n): Add RTL Detection based on Config Set Language (#2100)
* Add rtl automatic detection to base.scss

* Implement RTL support for Arabic and Persian locales and update HTML direction attribute in renderPage component

* Update HTML direction attribute in renderPage component to prioritize frontmatter dir value

* Refactor renderPage component to simplify HTML direction attribute assignment by removing frontmatter dir fallback
2025-09-17 16:04:22 -07:00
Amir Pourmand
03ccac2872 feat: Update FlexSearch and Add Support for All Languages (#2108)
* chore(deps): update flexsearch to version 0.8.205 and adjust search encoder.

* refactor(search): enhance search encoder and update search results type

- Improved the encoder function to filter out empty tokens.
- Updated the search results type from a specific FlexSearch type to a more generic 'any' type for flexibility.
- Removed redundant rtl property from the index configuration.

* refactor(search): remove rtl property from search index configuration

* refactor(search): improve encoder function formatting

- Updated the encoder function to use consistent arrow function syntax for better readability.

* refactor(search): update search results type to DefaultDocumentSearchResults

- Imported DefaultDocumentSearchResults from FlexSearch for improved type safety.
- Changed the type of searchResults from 'any' to DefaultDocumentSearchResults<Item> for better clarity and maintainability.
2025-09-17 15:39:30 -07:00
Jacky Zhao
6add0c837e fix(style): layout flow, search restyle 2025-09-17 15:26:49 -07:00
Eritque arcus
8df8d5c6ef 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
dependabot[bot]
ac06a52903 chore(deps): bump the production-dependencies group with 3 updates (#2122)
Bumps the production-dependencies group with 3 updates: [pixi.js](https://github.com/pixijs/pixijs), [satori](https://github.com/vercel/satori) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `pixi.js` from 8.12.0 to 8.13.1
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](https://github.com/pixijs/pixijs/compare/v8.12.0...v8.13.1)

Updates `satori` from 0.16.2 to 0.18.2
- [Release notes](https://github.com/vercel/satori/releases)
- [Commits](https://github.com/vercel/satori/compare/0.16.2...0.18.2)

Updates `@types/node` from 24.3.0 to 24.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: pixi.js
  dependency-version: 8.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: satori
  dependency-version: 0.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.3.1
  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-09-17 11:57:05 -07:00
dependabot[bot]
6457ad2092 chore(deps): bump actions/setup-node in the ci-dependencies group (#2123)
Bumps the ci-dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-09-17 11:56:42 -07:00
Justin
05e4f42291 docs: update nav for cloudflare pages (#2130) 2025-09-17 09:32:25 -07:00
eace359d3d [obsidian] vault backup: 2025-09-17 16:59:49[
Some checks failed
Build / build (push) Failing after 8m31s
2025-09-17 16:59:49 +09:00
6dc8f99779 [obsidian] vault backup: 2025-09-17 15:59:48[ 2025-09-17 15:59:48 +09:00
b7458b9624 [obsidian] vault backup: 2025-09-17 10:36:49[
All checks were successful
Build / build (push) Successful in 12m36s
2025-09-17 10:36:49 +09:00
2b432e09cc [obsidian] vault backup: 2025-09-16 18:13:09[
Some checks failed
Build / build (push) Failing after 13m50s
2025-09-16 18:13:09 +09:00
a4845999d3 [obsidian] vault backup: 2025-09-16 17:13:04[
All checks were successful
Build / build (push) Successful in 13m19s
2025-09-16 17:13:04 +09:00
8f6c49a810 [obsidian] vault backup: 2025-09-16 16:13:00[
Some checks failed
Build / build (push) Failing after 14m0s
2025-09-16 16:13:00 +09:00
BVBFuchs
7bcab60f3e Update de-DE.ts (#2128) 2025-09-15 11:59:10 -07:00
34e8986521 [obsidian] vault backup: 2025-09-16 01:30:35[
Some checks failed
Build / build (push) Failing after 7m18s
2025-09-16 01:30:35 +09:00
053551727b [obsidian] vault backup: 2025-09-16 00:30:21[
All checks were successful
Build / build (push) Successful in 9m16s
2025-09-16 00:30:21 +09:00
52f7f26c8b [obsidian] vault backup: 2025-09-15 23:30:10[
Some checks failed
Build / build (push) Failing after 9m13s
2025-09-15 23:30:10 +09:00
e141c73697 [obsidian] vault backup: 2025-09-11 19:08:04[
Some checks failed
Build / build (push) Failing after 13m56s
2025-09-11 19:08:04 +09:00
b371c26dce [obsidian] vault backup: 2025-09-11 16:16:46[ 2025-09-11 16:16:47 +09:00
7aa25750f7 [obsidian] vault backup: 2025-09-11 15:14:17[ 2025-09-11 15:14:17 +09:00
3e067a2465 [obsidian] vault backup: 2025-09-09 17:41:01[
All checks were successful
Build / build (push) Successful in 11m3s
2025-09-09 17:41:01 +09:00
siaikin
e77a051144 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
cef88b3923 [obsidian] vault backup: 2025-09-08 15:18:24[
All checks were successful
Build / build (push) Successful in 12m2s
2025-09-08 15:18:24 +09:00