Commit Graph

21364 Commits

Author SHA1 Message Date
Tienson Qin
96fc41eb20 fix: show full properties for pages when expanded
fixes https://github.com/logseq/db-test/issues/409
2025-08-27 22:11:01 +08:00
Tienson Qin
2cf9a6c61c enhance(ux): increase size for page title positioned property icons 2025-08-27 22:03:24 +08:00
Tienson Qin
d7ef292718 fix: tests 2025-08-27 21:58:14 +08:00
Tienson Qin
284edf5d70 fix: can't toggle collapse page 2025-08-27 21:47:13 +08:00
Tienson Qin
c00460a97d fix: press on indentation line should work recursively
related to https://github.com/logseq/db-test/issues/423
2025-08-27 19:43:40 +08:00
rcmerci
cef712243e chore(rtc): add logs when download-graph 2025-08-27 18:43:39 +08:00
Tienson Qin
1856aede43 fix: reload from js side 2025-08-27 17:36:30 +08:00
Tienson Qin
2704becc67 enhance: add low memory check 2025-08-27 16:25:48 +08:00
Tienson Qin
d133575684 fix: screen white when restoring app from background 2025-08-27 15:05:22 +08:00
Tienson Qin
61b862d88a fix: remove inline page tags when saving or inserting blocks
Page tags here means db-class/page-classes.
2025-08-27 13:47:27 +08:00
Tienson Qin
cf47d75077 chore: remove assert 2025-08-27 11:55:35 +08:00
Tienson Qin
e095f14ef9 fix: tests 2025-08-27 11:47:00 +08:00
Tienson Qin
c3382c82bb fix: remove inline tag #Page from block/title 2025-08-27 10:51:33 +08:00
Tienson Qin
8f1d01daad fix: don't show mod+enter to inline #Page 2025-08-27 10:34:28 +08:00
charlie
876d5dba5a fix(ui): layout of the plugins top buttons 2025-08-27 10:25:14 +08:00
Gabriel Horner
a8e2b173ce fix(api): unexpected failures in api should 500
Previously we were getting 200s which makes handling more complicated
(check status and async response) and was already resulting in buggy
error handling
2025-08-26 15:19:32 -04:00
rcmerci
8405b24f8b refactor: Use db-after in fix-page-tags
Use the immutable db-after value for reads in `fix-page-tags` instead of the mutable conn.
2025-08-27 02:24:22 +08:00
rcmerci
834afb9f03 dev: update prompts/review.md 2025-08-27 01:31:51 +08:00
Tienson Qin
40d7583a2a fix: fix tags when adding inline tags
related to https://github.com/logseq/logseq/pull/12058
2025-08-27 00:29:43 +08:00
Tienson Qin
c2d287926f Merge pull request #12058 from logseq/enhance/export-cmd
enhance: Add export and append commands to CLI
2025-08-27 00:23:02 +08:00
Gabriel Horner
bf68783348 enhance: add append improvements based on feedback
* For append api call, default to today if app is not in a page context
* API relate commands can auth w/ env var
2025-08-26 11:49:02 -04:00
Gabriel Horner
58270ff934 enhance: add append command
Fixes https://test.logseq.com/#/page/689ca670-d93f-4fe0-a262-029d95f8450f
2025-08-26 11:27:34 -04:00
charlie
bc46cf7d14 enhance(api): improve append_block_in_page to handle current page context 2025-08-26 11:27:34 -04:00
Gabriel Horner
4b5a16628a enhance: add in-depth usage descriptions to more complex commands 2025-08-26 11:27:34 -04:00
Gabriel Horner
610e77bb90 fix: rename api-query-token options to api-server-token
api-query-token doesn't make sense as a name as it the token isn't
specific to query. This was an accidental name while working on query
cmd
2025-08-26 11:27:34 -04:00
Gabriel Horner
c0bee994c1 enhance: print usage for required arg errors 2025-08-26 11:27:34 -04:00
Gabriel Horner
ffaccbb33e enhance: export command can save to file option
Also update export-edn command to have same default behavior as
export command. Printing to stdout was ok for dev but is surprising and
possibly overwhelming for most graphs
2025-08-26 11:27:34 -04:00
Gabriel Horner
13d7709b34 chore: dry up usage of same fn across 3 namespaces 2025-08-26 11:27:34 -04:00
Gabriel Horner
0722097df1 enhance: export cmd reuses existing namespaces 2025-08-26 11:27:34 -04:00
Gabriel Horner
6a84e56984 enhance: working spike for export md command
export namespaces aren't reused yet. Fixed bug w/ get-block-and-children
not invoking correctly in nbb. Bumped all deps to use latest nbb-logseq
2025-08-26 11:27:34 -04:00
Gabriel Horner
a81ca147f6 fix: db lint 2025-08-26 10:57:27 -04:00
rcmerci
92ed692151 enhance: remove usages of macro get-all-defined-kw->config 2025-08-26 21:15:23 +08:00
rcmerci
c385f361af Revert "fix: fix property definitions"
This reverts commit 28b958ff7c.
2025-08-26 21:15:23 +08:00
Tienson Qin
bb1a502806 fix: click on indentation line to unfold nodes not working
related to https://github.com/logseq/db-test/issues/423
2025-08-26 21:04:09 +08:00
Tienson Qin
be2977dd40 fix: t o to toggle open all blocks
related to https://github.com/logseq/db-test/issues/423
2025-08-26 20:31:08 +08:00
rcmerci
cd17afdc23 dev: rename prompts/clojure_errors.md to prompts/review.md 2025-08-26 17:22:46 +08:00
rcmerci
28b958ff7c fix: fix property definitions
defkeywords is macro, property-ignore-rtc won't be evaled when compiling
2025-08-26 16:32:52 +08:00
Tienson Qin
ce933b3c36 enhance: display humanized coerce errors when downloading rtc graph 2025-08-26 12:54:31 +08:00
Tienson Qin
b2e700b3d9 fix: triangle for opening/closing child disappears after editing
fixes https://github.com/logseq/db-test/issues/417
2025-08-26 12:06:22 +08:00
rcmerci
8b5267e48e fix(rtc): add ex-ws-already-disconnected exception 2025-08-26 11:55:47 +08:00
Tienson Qin
42c8d29d20 fix: should create a page instead of tag when either #Page | #Tag
related to https://github.com/logseq/db-test/issues/428
2025-08-26 11:21:05 +08:00
rcmerci
56f9426740 fix(rtc): fix apply-ops schema 2025-08-26 10:58:59 +08:00
Tienson Qin
6107d75222 fix: ensure page/create returns existing page uuid 2025-08-26 10:55:46 +08:00
Tienson Qin
9ce2809da3 fix: ensure page/create returns existing page uuid 2025-08-26 10:33:09 +08:00
Tienson Qin
3baff22123 fix: node created from tables can't be converted to Page
related to https://github.com/logseq/db-test/issues/428
2025-08-26 09:29:46 +08:00
Tienson Qin
325777af59 fix: markdown link 2025-08-26 09:16:23 +08:00
Tienson Qin
4b680bb737 fix: datetime values not shown if their journal pages not exist 2025-08-25 21:40:50 +08:00
Tienson Qin
e4cb1d3203 fix: center align number property value 2025-08-25 21:05:33 +08:00
Tienson Qin
c279d0e3b7 fix: e2e tests 2025-08-25 21:00:10 +08:00
Tienson Qin
0696a556d9 fix: page refs not saved in quick capture 2025-08-25 20:49:48 +08:00