Commit Graph

2621 Commits

Author SHA1 Message Date
cf92b70598 [obsidian] vault backup: 2024-07-12 12:17:58[ 2024-07-12 12:17:58 +09:00
ef6ba6c9b7 [obsidian] vault backup: 2024-07-12 04:22:42[ 2024-07-12 04:22:42 +09:00
2474116d03 [obsidian] vault backup: 2024-07-12 01:52:21[ 2024-07-12 01:52:21 +09:00
d58e80fac0 [obsidian] vault backup: 2024-07-12 00:52:22[ 2024-07-12 00:52:22 +09:00
4e5f6655ab [obsidian] vault backup: 2024-07-11 23:52:22[ 2024-07-11 23:52:22 +09:00
9962de1d34 [obsidian] vault backup: 2024-07-11 18:52:22[ 2024-07-11 18:52:22 +09:00
5911e4ac6f [obsidian] vault backup: 2024-07-11 17:52:22[ 2024-07-11 17:52:22 +09:00
7e32495119 [obsidian] vault backup: 2024-07-10 17:23:24[ 2024-07-10 17:23:24 +09:00
89cab93222 [obsidian] vault backup: 2024-07-10 15:13:39[ 2024-07-10 15:13:39 +09:00
Jacky Zhao
d2e7a4f01e feat(layout): add afterBody 2024-07-09 19:09:31 -07:00
Jacky Zhao
48375c2c2a chore: format 2024-07-09 18:08:21 -07:00
Jacky Zhao
7a73829325 chore: update features 2024-07-09 18:07:00 -07:00
Jacky Zhao
f6c1619135 docs + chore: cleanup custom sort ordering for folder + tag listings, add docs 2024-07-09 17:55:19 -07:00
Cao Mingjun
4c7d7dc838 feat: Allow custom sorting of FolderPage and TagPage (#1250) 2024-07-09 17:42:33 -07:00
dependabot[bot]
88e6894c5c chore(deps-dev): bump typescript from 5.4.5 to 5.5.3 (#1254)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.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.4.5...v5.5.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  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-07-09 17:28:49 -07:00
Alex Nordstrom
98780db3e1 feat: add alias/metadata to transclude tag (#1229) 2024-07-09 17:26:32 -07:00
Peter
eb844b6dbe feat(style): Add textHighlight theme setting (#1242)
* Add textHighlight theme setting

* update docs to include textHighlight

* Remove errant `S`
2024-07-09 17:21:00 -07:00
dependabot[bot]
b06968a550 chore(deps): bump rfdc from 1.3.1 to 1.4.1 (#1235)
Bumps [rfdc](https://github.com/davidmarkclements/rfdc) from 1.3.1 to 1.4.1.
- [Release notes](https://github.com/davidmarkclements/rfdc/releases)
- [Commits](https://github.com/davidmarkclements/rfdc/compare/v1.3.1...1.4.1)

---
updated-dependencies:
- dependency-name: rfdc
  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-07-09 17:20:37 -07:00
Jacky Zhao
62955b5994 chore: use regex flag instead of string in regexp ctor 2024-07-09 17:20:13 -07:00
dependabot[bot]
a9d090b853 chore(deps): bump remark-smartypants from 2.1.0 to 3.0.2 (#1263)
Bumps [remark-smartypants](https://github.com/silvenon/remark-smartypants) from 2.1.0 to 3.0.2.
- [Release notes](https://github.com/silvenon/remark-smartypants/releases)
- [Commits](https://github.com/silvenon/remark-smartypants/compare/v2.1.0...v3.0.2)

---
updated-dependencies:
- dependency-name: remark-smartypants
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 17:16:02 -07:00
64b901bcfd [obsidian] vault backup: 2024-07-10 00:21:28[ 2024-07-10 00:21:28 +09:00
b1e28fdd61 [obsidian] vault backup: 2024-07-09 23:21:27[ 2024-07-09 23:21:27 +09:00
990bfb13c2 [obsidian] vault backup: 2024-07-09 17:08:06[ 2024-07-09 17:08:06 +09:00
e61a366924 [obsidian] vault backup: 2024-07-09 16:08:04[ 2024-07-09 16:08:04 +09:00
d0b9ae495b [obsidian] vault backup: 2024-07-09 15:08:06[ 2024-07-09 15:08:06 +09:00
Cao Mingjun
6fecfd8a8e Fix Non-English Anchor Popover Positioning Issue and Update Type Hint (#1252)
- [Major] Changed `hash` passed to `querySelector` to `decodeURIComponent(hash)` to fix the issue where non-English anchors were not correctly positioning the popover content to the corresponding title.
- [Minor] Updated the type hint from `HTMLLinkElement` to `HTMLAnchorElement` as the passed element is an `<a>` element, not a `<link>` element (reference: https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement).
2024-07-08 13:34:43 -07:00
dependabot[bot]
2cf0da1fad chore(deps): bump shiki from 1.6.0 to 1.10.3 (#1264)
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.6.0 to 1.10.3.
- [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.10.3/packages/shiki)

---
updated-dependencies:
- dependency-name: shiki
  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-07-08 13:34:04 -07:00
1aff789f14 [obsidian] vault backup: 2024-07-09 00:44:27[ 2024-07-09 00:44:27 +09:00
005b7472fd [obsidian] vault backup: 2024-07-08 22:54:39[ 2024-07-08 22:54:39 +09:00
8a0515b6e9 [obsidian] vault backup: 2024-07-08 21:54:39[ 2024-07-08 21:54:40 +09:00
cb6d333583 [obsidian] vault backup: 2024-07-08 17:54:39[ 2024-07-08 17:54:39 +09:00
9e8d0585d3 [obsidian] vault backup: 2024-07-08 14:54:38[ 2024-07-08 14:54:38 +09:00
38c6036b18 [obsidian] vault backup: 2024-07-08 12:54:38[ 2024-07-08 12:54:38 +09:00
f031e28871 [obsidian] vault backup: 2024-07-08 11:54:38[ 2024-07-08 11:54:38 +09:00
8681395328 [obsidian] vault backup: 2024-07-08 10:54:38[ 2024-07-08 10:54:38 +09:00
47509c1ebc [obsidian] vault backup: 2024-07-08 00:11:28[ 2024-07-08 00:11:28 +09:00
48464bf988 [obsidian] vault backup: 2024-07-07 22:50:33[ 2024-07-07 22:50:33 +09:00
99c33e620e [obsidian] vault backup: 2024-07-07 21:50:33[ 2024-07-07 21:50:33 +09:00
MassiveJuice
47c5f8c588 Fix: Table overflow-wrap: anywhere breaks words on mobile (#1259)
Closes #1258
2024-07-05 09:25:29 -07:00
dependabot[bot]
01b099f7e6 chore(deps-dev): bump tsx from 4.11.2 to 4.16.0 (#1256)
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.11.2 to 4.16.0.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.11.2...v4.16.0)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  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-07-04 22:47:20 -04:00
cc368244fa [obsidian] vault backup: 2024-07-03 15:08:04[ 2024-07-03 15:08:04 +09:00
0ae89b1d02 Merge remote-tracking branch 'home/v4' into v4 2024-07-03 14:58:31 +09:00
0a7bddc7b8 [obsidian] vault backup: 2024-07-03 14:58:27 2024-07-03 14:58:27 +09:00
1ecd627aff [obsidian] vault backup: 2024-07-01 19:23:17[ 2024-07-01 19:23:17 +09:00
86b0c8cada [obsidian] vault backup: 2024-07-01 18:23:17[ 2024-07-01 18:23:17 +09:00
Peter
58a1d3e1d1 docs: replace .gitlab-ci.yml example with more reliable and faster ci job (#1243)
* replace .gitlab-ci.yml example with more reliable and faster ci job

* literally removing 1 space, inside a code block, in docs, just to make prettier not cry
2024-06-30 21:12:48 -07:00
Illia Pyshniak
cba4a77804 i18n: Update uk-UA.ts (#1245)
Update the Ukrainian translation of Quartz according to the latest Ukrainian translation of Obsidian.
2024-06-30 21:11:21 -07:00
Christopher Tee
150512bf77 deps: Bump Github Action versions (#1247) 2024-06-30 21:05:42 -07:00
L01D
f31808901a i18n: Improving Spanish & adding Catalan and British English (#1240)
* Create en-GB

* Rename en-GB to en-GB.ts

* Update es-ES.ts

* Update es-ES.ts

* Create ca-ES.ts

* Update es-ES.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Update es-ES.ts
2024-06-30 21:03:45 -07:00
Seohyun Kim
5dec6a06a3 fix: "draft" true or false in frontmatter still removes from publishing #1244 (#1249)
* fix: draft bug #1244

* update: contents in folder before creating PR

* Update draft.ts
2024-06-30 20:59:08 -07:00