Commit Graph

3272 Commits

Author SHA1 Message Date
d167824d2f [obsidian] vault backup: 2024-07-12 00:52:22[
All checks were successful
Build / build (push) Successful in 2m42s
2024-07-12 00:52:22 +09:00
a03aef4fa4 [obsidian] vault backup: 2024-07-11 23:52:22[
All checks were successful
Build / build (push) Successful in 2m49s
2024-07-11 23:52:22 +09:00
237777816a [obsidian] vault backup: 2024-07-11 18:52:22[
All checks were successful
Build / build (push) Successful in 3m58s
2024-07-11 18:52:22 +09:00
a27cb6f36f [obsidian] vault backup: 2024-07-11 17:52:22[
All checks were successful
Build / build (push) Successful in 4m6s
2024-07-11 17:52:22 +09:00
72010b6562 [obsidian] vault backup: 2024-07-10 17:23:24[
All checks were successful
Build / build (push) Successful in 2m45s
2024-07-10 17:23:24 +09:00
b957d6ac43 [obsidian] vault backup: 2024-07-10 15:13:39[ 2024-07-10 15:13:39 +09:00
Jacky Zhao
247625c4f5 feat(layout): add afterBody 2024-07-09 19:09:31 -07:00
Jacky Zhao
4b407e786f chore: format 2024-07-09 18:08:21 -07:00
Jacky Zhao
9cabf2b416 chore: update features 2024-07-09 18:07:00 -07:00
Jacky Zhao
965425d54d docs + chore: cleanup custom sort ordering for folder + tag listings, add docs 2024-07-09 17:55:19 -07:00
Cao Mingjun
ea92ed4f45
feat: Allow custom sorting of FolderPage and TagPage (#1250) 2024-07-09 17:42:33 -07:00
dependabot[bot]
596e06ab0e
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
c95f1d2336
feat: add alias/metadata to transclude tag (#1229) 2024-07-09 17:26:32 -07:00
Peter
b7793bd856
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]
ef375d265d
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
2154d36d99 chore: use regex flag instead of string in regexp ctor 2024-07-09 17:20:13 -07:00
dependabot[bot]
3eda53cac7
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
a99acf1791 [obsidian] vault backup: 2024-07-10 00:21:28[
All checks were successful
Build / build (push) Successful in 3m57s
2024-07-10 00:21:28 +09:00
3bd5fd9477 [obsidian] vault backup: 2024-07-09 23:21:27[ 2024-07-09 23:21:27 +09:00
269bb8dc0e [obsidian] vault backup: 2024-07-09 17:08:06[
All checks were successful
Build / build (push) Successful in 2m45s
2024-07-09 17:08:06 +09:00
2facdbd1c0 [obsidian] vault backup: 2024-07-09 16:08:04[
All checks were successful
Build / build (push) Successful in 4m18s
2024-07-09 16:08:04 +09:00
38364beb1b [obsidian] vault backup: 2024-07-09 15:08:06[
All checks were successful
Build / build (push) Successful in 2m44s
2024-07-09 15:08:06 +09:00
Cao Mingjun
4eeacb7fbf
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]
6245935c8c
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
1a9ffb8228 [obsidian] vault backup: 2024-07-09 00:44:27[
All checks were successful
Build / build (push) Successful in 2m36s
2024-07-09 00:44:27 +09:00
c0239a04c3 [obsidian] vault backup: 2024-07-08 22:54:39[
All checks were successful
Build / build (push) Successful in 4m6s
2024-07-08 22:54:39 +09:00
b3ff6d8eca [obsidian] vault backup: 2024-07-08 21:54:39[
All checks were successful
Build / build (push) Successful in 5m34s
2024-07-08 21:54:40 +09:00
110831e915 [obsidian] vault backup: 2024-07-08 17:54:39[
All checks were successful
Build / build (push) Successful in 2m34s
2024-07-08 17:54:39 +09:00
cbbd104ec3 [obsidian] vault backup: 2024-07-08 14:54:38[
All checks were successful
Build / build (push) Successful in 2m46s
2024-07-08 14:54:38 +09:00
df1db5d236 [obsidian] vault backup: 2024-07-08 12:54:38[
All checks were successful
Build / build (push) Successful in 2m43s
2024-07-08 12:54:38 +09:00
027caee1be [obsidian] vault backup: 2024-07-08 11:54:38[
All checks were successful
Build / build (push) Successful in 2m39s
2024-07-08 11:54:38 +09:00
ccfeefda19 [obsidian] vault backup: 2024-07-08 10:54:38[
All checks were successful
Build / build (push) Successful in 2m49s
2024-07-08 10:54:38 +09:00
5f62709830 [obsidian] vault backup: 2024-07-08 00:11:28[
All checks were successful
Build / build (push) Successful in 2m38s
2024-07-08 00:11:28 +09:00
c967dc2139 [obsidian] vault backup: 2024-07-07 22:50:33[
All checks were successful
Build / build (push) Successful in 5m20s
2024-07-07 22:50:33 +09:00
6eef885447 [obsidian] vault backup: 2024-07-07 21:50:33[ 2024-07-07 21:50:33 +09:00
MassiveJuice
e20dee2850
Fix: Table overflow-wrap: anywhere breaks words on mobile (#1259)
Closes #1258
2024-07-05 09:25:29 -07:00
dependabot[bot]
af1fdaac0a
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
6192c3a85b [obsidian] vault backup: 2024-07-03 15:08:04[
All checks were successful
Build / build (push) Successful in 2m49s
2024-07-03 15:08:04 +09:00
48bef1530d Merge remote-tracking branch 'home/v4' into v4
All checks were successful
Build / build (push) Successful in 5m11s
2024-07-03 14:58:31 +09:00
8944860013 [obsidian] vault backup: 2024-07-03 14:58:27 2024-07-03 14:58:27 +09:00
80137f93cf [obsidian] vault backup: 2024-07-01 19:23:17[ 2024-07-01 19:23:17 +09:00
945e318346 [obsidian] vault backup: 2024-07-01 18:23:17[ 2024-07-01 18:23:17 +09:00
Peter
5926d3f803
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
e8277d017e
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
b053d354b6
deps: Bump Github Action versions (#1247) 2024-06-30 21:05:42 -07:00
L01D
dbe12c0d34
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
21e75acc8d
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
Sean Missingham
f7bd2137ec
Permit Manual (and Scripted) Trigger of CI Job (#1251) 2024-06-30 20:58:34 -07:00
56b98d19fc [obsidian] vault backup: 2024-07-01 11:53:07[ 2024-07-01 11:53:07 +09:00
50b85d71ef [obsidian] vault backup: 2024-06-29 20:39:31[ 2024-06-29 20:39:31 +09:00