Commit Graph

24393 Commits

Author SHA1 Message Date
Tienson Qin
5baa29cb4f Merge remote-tracking branch 'origin/master' into codex/materialize-class-defaults
# Conflicts:
#	src/test/frontend/worker/pipeline_test.cljs
2026-05-14 15:00:12 +08:00
Tienson Qin
e97cc497f3 Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-14 14:52:08 +08:00
rcmerci
37789780cd fix: preserve block refs when merging hashtag link refs
Handle both map refs and lookup vector refs when deduping block refs.
Add regression coverage for multiple block refs in wrap-parse-block
2026-05-14 14:52:08 +08:00
Tienson Qin
4fe42af3ed fix: preserve markdown tag link aliases 2026-05-14 14:52:08 +08:00
Tienson Qin
03adb8c7f8 fix: hide tag aliases from tag completion 2026-05-14 14:46:39 +08:00
Tienson Qin
8d83c7985a [codex] hide class hierarchy (#12640)
* fix: hide class hierarchy

* fix: resolve class label maps
2026-05-14 14:41:28 +08:00
Tienson Qin
7838becdf0 fix: preserve code block language 2026-05-14 13:23:26 +08:00
megayu
200a6da0d5 deprecated block-ref (#12627)
* feat(graph-parser): convert block-ref syntax to page-ref in titles

* feat(block): deprecate block-ref syntax

* feat(graph-parser): replace block-ref with page-ref in title processing

* fix lint

* chore(i18n): remove deprecated i18n key
2026-05-14 13:21:22 +08:00
megayu
64b78b69e4 fix: resolve uuid refs in breadcrumb labels (#12636)
* fix(breadcrumb): resolve uuid refs in breadcrumb labels

* feat(breadcrumb): add functionality to resolve and hydrate breadcrumb reference titles
2026-05-14 13:20:25 +08:00
Tienson Qin
b432767689 fix: materialize class default values 2026-05-13 23:10:05 +08:00
Tienson Qin
008d115b2d enhance: mention linked issue in task PR commits 2026-05-13 23:07:51 +08:00
Tienson Qin
3dabc2d0c6 enhance: refine lambda task status workflow 2026-05-13 23:02:28 +08:00
Tienson Qin
1d7f416b55 enhance: record lambda task PR url 2026-05-13 22:38:11 +08:00
Tienson Qin
d1f764a171 enhance: update lambda task skill workflow 2026-05-13 22:35:16 +08:00
rcmerci
0d1654893b Update logseq task-on-lambda fetch workflow 2026-05-13 22:01:27 +08:00
rcmerci
89b11ff45c dev: instaparse clj-kondo config 2026-05-13 21:51:52 +08:00
Tienson Qin
9318205c32 fix: improve graph view interactions 2026-05-13 21:38:19 +08:00
rcmerci
14b85b96d6 enhance(skill): add logseq-task-on-lambda 2026-05-13 21:13:18 +08:00
rcmerci
8a5aab6ffb enhance(skill): update logseq-review-workflow 2026-05-13 20:50:52 +08:00
rcmerci
bf23ee5fa5 enhance(skill): update logseq-review-workflow 2026-05-13 16:54:25 +08:00
rcmerci
3f5b52cc07 feat(cli): unify backup impl for desktop and cli 2026-05-13 16:27:00 +08:00
rcmerci
51c9c2970d fix lint 2026-05-13 13:51:53 +08:00
rcmerci
d12beff383 feat(graph-view): add task zoom-in view 2026-05-13 13:40:55 +08:00
Tienson Qin
cf24914e6c fix: dedupe raw node choices 2026-05-13 12:04:23 +08:00
Tienson Qin
b2fc00b31b fix: handle sidebar asset drops 2026-05-13 12:03:29 +08:00
megayu
e097ec8cd8 fix(fsrs): cloze macro with superscript/subscript markup and render improvements 2026-05-13 12:00:24 +08:00
Tienson Qin
58098303e0 fix: stop cmdk sidebar shortcut propagation 2026-05-13 11:42:28 +08:00
Tienson Qin
c8d00f5a7b fix: dedupe node property choices 2026-05-13 11:35:13 +08:00
Tienson Qin
00964157b1 dev: run lint-and-test in parallel
run cljs tests in parallel too
2026-05-12 23:36:42 +08:00
Tienson Qin
c9acb4df39 fix(ci): cli e2e cache key 2026-05-12 22:13:55 +08:00
Tienson Qin
250993c328 ci: run cli tests in parallel 2026-05-12 22:10:13 +08:00
Tienson Qin
1b9a1999ac fix: block selection while scrolling nightly 2026-05-12 21:38:21 +08:00
Tienson Qin
1c061cc871 fix: align heading bullets 2026-05-12 20:28:38 +08:00
Tienson Qin
96bf1f074b fix: align dark right sidebar header 2026-05-12 18:50:30 +08:00
Tienson Qin
562e56e4c5 fix: delete recycled node cleanup 2026-05-12 18:39:37 +08:00
Tienson Qin
9c77efda04 [codex] fix import of auto heading pre-blocks (#12612)
* fix(import): handle auto heading pre-blocks (db-test#863, db-test#864)

* fix(import): clean missing OG block refs (db-test#863, db-test#864)

* Revert "fix(import): handle auto heading pre-blocks (db-test#863, db-test#864)"

This reverts commit 08d586a2d8.

* fix(import): propagate missing block ref cleanup

---------

Co-authored-by: Mega Yu <yuhg2310@gmail.com>
2026-05-12 18:07:07 +08:00
Charlie
7194e54925 fix(ux): incorrect reaction for the order list sibling blocks (#12617)
* fix(ux): incorrect reaction for the order list sibling blocks

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: lint

* chore(test): add tests for order list type and sibling block interactions

* fix: refresh nested ordered lists

* fix: split affected query keys helper

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2026-05-12 18:06:12 +08:00
Mega Yu
4c98cc6b51 fix: clear stale title when converting code block 2026-05-12 17:03:01 +08:00
megayu
7cb9144422 enhance(editor): support dollar autopair for markdown math (#12618)
* feat(editor): add support for dollar sign in autopair feature

* fix(editor): handle dollar autopair for markdown math

* feat(help): add inline math example

* fix(editor): double dollar autopair behavior
2026-05-12 16:09:06 +08:00
Grandroot
e63bc56750 Merge pull request #12470 2026-05-12 13:35:25 +08:00
Tienson Qin
3ae4d92adc fix: invalid data from old graphs
fixes https://github.com/logseq/db-test/issues/795
2026-05-12 10:52:45 +08:00
Tienson Qin
8d44889786 fix(e2e): stabilize basic suite (#12616) 2026-05-12 09:14:30 +08:00
ivan-danilov
7c4111b248 Added prettify-url? option to QuickCapture (#12409)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2026-05-12 00:16:03 +08:00
Kidy Lee
be34b7904a feat: add "Always on Top" in window menu. 2026-05-12 00:00:14 +08:00
IderAghbal
ba3ff5e5a5 feat: add support for avif and cr2 images (#11997) 2026-05-11 23:57:04 +08:00
megayu
755840c474 fix: heading icon alignment and menu active state
1. Derive the effective heading level consistently for auto headings, and reuse it for block icons, page-ref icons, and heading layout attributes.
2. Align heading bullets and page-ref icons so h3-h6 and auto heading changes no longer shift vertically.
3. Show the active heading and background color in the single-block context menu.
2026-05-11 23:26:46 +08:00
Tienson Qin
f42da95204 fix: preserve imported task statuses 2026-05-11 20:42:53 +08:00
Tienson Qin
ee6b38b9d6 fix: import namespaced inline tags 2026-05-11 20:35:29 +08:00
Tienson Qin
44d6bd49c4 fix: preserve repeated schedule import 2026-05-11 20:16:19 +08:00
Tienson Qin
634ba33b3e fix: render markdown headings in quote blocks (#12611)
Preserve parsed Markdown heading levels for display-type blocks so quote blocks render '# heading' consistently with explicit heading properties.

Adds an app E2E regression test covering both quote heading creation paths.

Fixes logseq/db-test#599
2026-05-11 19:25:20 +08:00