Commit Graph

1585 Commits

Author SHA1 Message Date
Jacky Zhao
23b691f38c fix: coerce fullslug
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
2025-03-23 20:43:01 -07:00
Jacky Zhao
c18e6cd5bb fix(alias): resolve relative if alias is relative 2025-03-23 20:38:06 -07:00
enneaa
588f97b8d3
[PUBLISHER] Merge #15 2025-03-24 10:20:46 +08:00
enneaa
68fe3c04a6
[PUBLISHER] Merge #14
* PUSH NOTE : Obsidian 简明发布方式.md

* PUSH ATTACHMENT : Screenshot_2023-05-12-15-32-58-814_com.lemurbrowser.exts.jpg

* PUSH ATTACHMENT : Screenshot_2023-05-12-15-34-09-601_com.lemurbrowser.exts.jpg

* PUSH ATTACHMENT : Screenshot_2023-05-12-16-18-40-675_com.lemurbrowser.exts.jpg

* PUSH ATTACHMENT : Screenshot_2023-05-12-16-19-44-251_com.lemurbrowser.exts.jpg

* PUSH ATTACHMENT : Screenshot_2023-05-12-17-32-07-343_com.lemurbrowser.exts.jpg

* PUSH ATTACHMENT : IMG_20230512_174133.jpg

* PUSH ATTACHMENT : Screenshot_2023-05-12-17-40-23-752_md.obsidian-edit.jpg

* PUSH ATTACHMENT : Screenshot_2023-05-12-17-48-01-209_md.obsidian-edit.jpg

* PUSH ATTACHMENT : IMG_20230512_175117.jpg

* PUSH NOTE : 文稿.md

* PUSH NOTE : 闪念.md
2025-03-24 10:20:28 +08:00
Jacky Zhao
fe2e16d937 fix: disallow user-select in popover 2025-03-23 18:08:07 -07:00
Jacky Zhao
722b4321db docs: clarify transclusions 2025-03-23 18:03:52 -07:00
dependabot[bot]
9d8d238912
chore(deps): bump the production-dependencies group across 1 directory with 4 updates (#1867)
Bumps the production-dependencies group with 4 updates in the / directory: [lightningcss](https://github.com/parcel-bundler/lightningcss), [pixi.js](https://github.com/pixijs/pixijs), [rehype-pretty-code](https://github.com/rehype-pretty/rehype-pretty-code/tree/HEAD/packages/core) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `lightningcss` from 1.29.2 to 1.29.3
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.29.2...v1.29.3)

Updates `pixi.js` from 8.8.1 to 8.9.0
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](https://github.com/pixijs/pixijs/compare/v8.8.1...v8.9.0)

Updates `rehype-pretty-code` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/rehype-pretty/rehype-pretty-code/releases)
- [Changelog](https://github.com/rehype-pretty/rehype-pretty-code/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/rehype-pretty/rehype-pretty-code/commits/rehype-pretty-code@0.14.1/packages/core)

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

---
updated-dependencies:
- dependency-name: lightningcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rehype-pretty-code
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  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-03-23 17:57:45 -07:00
Jacky Zhao
141f053b0d chore: format path.test.ts 2025-03-23 17:43:47 -07:00
Jacky Zhao
3027eced6c chore(test): add tests for resolveRelative 2025-03-23 17:42:23 -07:00
Jacky Zhao
aaa5c8e8e4 feat: conditional render component 2025-03-23 17:34:14 -07:00
Jacky Zhao
4e74d11b1a fix: cleanup a href link construction, global shared trie, breadcrumbs use trie 2025-03-23 17:24:43 -07:00
enneaa
790507d1bc
[PUBLISHER] Merge #13 2025-03-22 14:02:24 +08:00
enneaa
d2cd8889ce
[PUBLISHER] Merge #12 2025-03-22 13:59:16 +08:00
enneaa
963becb389
[PUBLISHER] Merge #11
* PUSH NOTE : 时间管理或许是伪命题 IV.md

* PUSH NOTE : 剪藏.md
2025-03-22 13:48:37 +08:00
Emile Bangma
457b77dd48
fix(frontmatter): prevent slug duplication through frontmatter (#1860)
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
* fix(frontmatter): prevent slug duplication through frontmatter

* Simplify duplicate slug checks

* Update quartz/plugins/transformers/frontmatter.ts

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

* lint

---------

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2025-03-22 03:59:43 +01:00
enneaa
73755c88e4
[PUBLISHER] Merge #10 2025-03-22 09:01:31 +08:00
enneaa
8860a2208f
[PUBLISHER] Merge #9 2025-03-22 08:44:24 +08:00
Karim
3ce6aa49bf
fix(ogImage): update socialImage path to include base URL if defined (#1858)
* fix(ogImage): update socialImage path to include base URL if defined

* feat(path): add function to check if a file path is absolute

* fix(ogImage): handle absolute paths for user defined og image paths

* docs(CustomOgImages): update socialImage property to accept full URLs

* fix(ogImage): typo

* fix(ogImage): improve user-defined OG image path handling

* Update docs/plugins/CustomOgImages.md

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

* Update quartz/plugins/emitters/ogImage.tsx

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

* refactor(path): remove isAbsoluteFilePath function

* fix(ogImage): update user-defined OG image path handling to support relative URLs

* feat(ogImage): enhance user-defined OG image path handling with absolute URL support

* refactor(ogImage): remove debug log for ogImagePath

* feat(path): add isAbsoluteURL function and corresponding tests

* refactor(path): remove unused URL import for isomorphic compatibility

---------

Co-authored-by: Karim H <karimh96@hotmail.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2025-03-21 16:49:56 -07:00
Taha
9316ddf2f5
fix(analytics): fix the load of the analytics scripts (#1865)
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
* fix(analytics): fix the load of the analytics scripts

* chore(lint): fix lint issues
2025-03-21 09:58:10 -07:00
enneaa
30f9288edf
Delete content/pages/the-spiritual-temptation-method-of-five-categories-of-chinese-universities-1y9edt.md 2025-03-20 23:07:30 +08:00
terwer
324f1e3b5a auto published by siyuan-plugin-publisher 2025-03-20 23:03:38 +08:00
terwer
07f31b7917 auto published by siyuan-plugin-publisher 2025-03-20 22:53:10 +08:00
terwer
2c1d3b1716 auto published by siyuan-plugin-publisher 2025-03-20 22:53:08 +08:00
enneaa
53c48babe4
Merge branch 'v4' into v4 2025-03-20 21:10:32 +08:00
enneaa
f1928f7283
[PUBLISHER] Merge #8
* PUSH NOTE : index.md

* PUSH NOTE : 数字花园.md

* PUSH NOTE : 文稿.md

* PUSH NOTE : 闪念.md

* PUSH NOTE : 摘抄.md

* PUSH NOTE : 剪藏.md

* PUSH NOTE : 信息管理.md

* PUSH NOTE : Obsidian.md
2025-03-20 20:54:52 +08:00
enneaa
15d9917ab4
Update index.md 2025-03-20 20:52:03 +08:00
enneaa
b2bcaf77de
[PUBLISHER] Merge #6
* PUSH NOTE : index.md

* PUSH NOTE : 文稿.md

* PUSH NOTE : 闪念.md

* PUSH NOTE : 摘抄.md

* PUSH NOTE : 剪藏.md

* PUSH NOTE : 信息管理.md

* PUSH NOTE : Obsidian.md

* PUSH NOTE : 数字花园.md
2025-03-20 20:45:30 +08:00
enneaa
1c4dc6eeab
[PUBLISHER] Merge #5
* PUSH NOTE : index.md

* PUSH NOTE : 文稿.md

* PUSH NOTE : 闪念.md

* PUSH NOTE : 摘抄.md

* PUSH NOTE : 剪藏.md

* PUSH NOTE : 信息管理.md

* PUSH NOTE : Obsidian.md

* PUSH NOTE : 数字花园.md
2025-03-20 20:30:17 +08:00
enneaa
f96dec11c8
[PUBLISHER] Merge #4
* PUSH NOTE : 热刀切黄油,最趁手的手机浏览器——Via 浏览器再体验.md

* PUSH ATTACHMENT : P30914-243558.jpg

* PUSH NOTE : 在 Obsidian 中随机回顾的几种方式.md

* PUSH NOTE : 双链笔记中的命名空间及笔记的坐标定位.md

* PUSH NOTE : 什么是最好的电纸书.md

* PUSH NOTE : 双链笔记中对原文评注的一种简便实现方式.md

* PUSH ATTACHMENT : 双链笔记中一种简便评论实现方式_Pasted image 20240108113404-1.png

* PUSH ATTACHMENT : 双链笔记中一种简便评论实现方式_Pasted image 20240108112854-1.png

* PUSH NOTE : 双链笔记中块引用和页面引用的关系.md

* PUSH NOTE : 什么是电纸书上最好的浏览器.md

* PUSH NOTE : 什么是最好的电纸书阅读应用.md

* PUSH NOTE : 一种通用双链笔记管理方式.md
2025-03-20 08:21:10 +08:00
enneaa
e2dab12136
[PUBLISHER] Merge #3
* PUSH NOTE : index.md

* PUSH NOTE : 文稿.md

* PUSH NOTE : 闪念.md

* PUSH NOTE : 摘抄.md

* PUSH NOTE : 剪藏.md

* PUSH NOTE : 信息管理.md

* PUSH NOTE : Obsidian.md

* PUSH NOTE : 数字花园.md

* PUSH NOTE : 闪念.md
2025-03-20 08:16:33 +08:00
enneaa
8c164fc964
[PUBLISHER] Merge #2 2025-03-20 08:12:17 +08:00
enneaa
60d9022a9d
[PUBLISHER] Merge #1
* PUSH NOTE : index.md

* PUSH NOTE : Obsidian.md
2025-03-20 08:11:43 +08:00
Shane McDonald
fbca56f278
fix(lastmod) Change defaultDateType to "modified" (#1862)
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
Making this change as per https://github.com/jackyzha0/quartz/issues/1857#issuecomment-2737098252

This is necessary for the `git` source to work properly in the CreatedModifiedDate plugin.
2025-03-19 12:47:16 -07:00
enneaa
ea0fbc9014
Update quartz.layout.ts 2025-03-19 21:47:19 +08:00
enneaa
2caffffe05
Update quartz.config.ts 2025-03-19 21:46:49 +08:00
enneaa
5f31e851ae
Update index.md 2025-03-19 21:34:30 +08:00
enneaa
c0c10dcb6a
Update index.md 2025-03-19 21:34:16 +08:00
enneaa
be0c18fb8a
Update index.md 2025-03-19 21:33:54 +08:00
enneaa
701a2e8299
Update README.md 2025-03-19 21:33:05 +08:00
enneaa
b79a96a9b3
Update quartz.config.ts 2025-03-19 21:32:40 +08:00
Jacky Zhao
eccad3da5d fix(lastmod): fallback to ctx.arg.directory instead of empty string
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
2025-03-18 21:48:24 -07:00
dralagen
bcde2abcb2
fix(transformer): find last modified date form commit on submodule (#1831)
* fix(transformer): find last modified date form commit on submodule

when the content folder has a submodule git, the relative path start in content folder and not root folder of quartz

* fix(transformer): use path.relative for improved path handling in last modified date calculation

* fix(transformer): keep find file from relative path of repo workdir

* fix(transformer): use variable for repository workdir

use default value if repo.workdir is undefined to user fullFp value
2025-03-18 21:47:35 -07:00
Felix Nie
25979ab216
feat(fonts): allow PageTitle to have its own font subset (#1848)
* fix(explorer): vertically center the Explorer toggle under mobile view

* Added a separate title font configuration

* Added googleSubFontHref function

* Applied --titleFont to PageTitle

* Made googleFontHref return array of URLs

* Dealing with empty and undefined title

* Minor update

* Dealing with empty and undefined title

* Refined font inclusion logic

* Adopted the googleFontHref + googleFontSubsetHref method

* Adaptively include font subset for PageTitle

* Restored default config

* Minor changes on configuration docs

* Formatted source code
2025-03-18 21:43:32 -07:00
Jacky Zhao
9818e1ad57 chore: remove unused import
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
2025-03-18 09:00:15 -07:00
Jacky Zhao
771110a72a fix(git): deprioritize git, dont fail on non-git content folders 2025-03-18 08:56:06 -07:00
enneaa
6097417e7a
Update README.md 2025-03-18 21:43:08 +08:00
enneaa
83cf2176f9
Update index.md 2025-03-18 21:31:06 +08:00
enneaa
4cc311fa15
Update quartz.config.ts 2025-03-18 21:23:06 +08:00
enneaa
3665909a78
Update README.md 2025-03-18 21:21:19 +08:00
enneaa
2db9106501
Add files via upload 2025-03-18 21:17:39 +08:00