Commit Graph

12485 Commits

Author SHA1 Message Date
Charlie
036df25a17 Enhance: plugin APIs (#10399)
* enhance(plugin): call apis with the sdk ns

* enhance(plugin): types

* enhance(api): get value from the computed style

* enhance(api): types

* enhance(plugin): types

* enhance(plugin): types

* fix: lint

* fix(apis): incorrect shortcut command registion for block editing mode #10392

* fix(api): types

* enhance(apis): support register shortcuts with multi binding vals

* fix(plugins): normalize command key to make the internal keyword legal

* chore(plugin): build libs core

* chore(plugin): bump version

* enhance(apis): normalize apis cljs data

* chore(plugin): update libs user sdk

* chore(plugin): CHANGELOG.md

* fix: typo

* fix(ux): support querying plugins with right space chars
2023-12-13 15:42:21 +08:00
Andelf
eb22435280 fix(editor): pasting of html list 2023-12-12 13:29:10 +08:00
Andelf
49f08d44a1 enhance(build): release .zip for windows 2023-12-11 19:01:26 +08:00
Andelf
285463fddb enhance(build): use asar, add windows zip release 2023-12-11 19:01:26 +08:00
Tienson Qin
52cb22c4c5 fix: can't click block or page full content search results 2023-12-11 14:20:48 +08:00
Tienson Qin
4010c8baa0 fix: add back full page content search 2023-12-11 14:20:48 +08:00
charlie
ea196dfe67 fix(editor): incorrect auto save when paste batch blocks 2023-12-11 14:20:15 +08:00
季艺
6fab02581d Add missing zh-cn/zh-hant translations 2023-12-10 18:19:31 +08:00
Andelf
26c633f825 fix(android): back to default color handling 2023-12-10 18:18:14 +08:00
Andelf
16ccd3d9c0 fix(android): catch color parsing error 2023-12-10 18:18:14 +08:00
Andelf
9f265abd70 fix(android): sync navbar and actionbar color when theme change
Close #10580
2023-12-10 18:18:14 +08:00
Tienson Qin
6fbf6c0520 fix: slow page search 2023-12-09 12:03:30 +08:00
Tienson Qin
0185c2cbb9 chore: remove invalid token instrument 2023-12-08 20:18:42 +08:00
Andelf
2547eb3653 fix(cmdk): missing current-page search impl
Close #10658
2023-12-08 19:23:57 +08:00
Andelf
099cad5b64 fix(fs): avoid EEXISTS error reporting for mkdir 2023-12-08 19:20:32 +08:00
Andelf
2318e850dd enhance(draw): save img assets 2023-12-08 19:20:32 +08:00
charlie
3183dc7857 fix(ui): incorrect IME composition detection 2023-12-08 15:23:22 +08:00
eliovir
3257c1f4fa Update French translation (#10647)
* Update French translation

Add missing strings and correct typography.

* Update fr.edn
2023-12-07 09:06:46 -05:00
Vivianne
aa4c240739 fix: missing spaces in fr and es (#10644) 0.10.1 2023-12-06 20:18:20 +08:00
Andelf
990c7a55ee chore(release): release 0.10.1 (#10640) 2023-12-06 18:38:07 +08:00
Tienson Qin
5fa41a1479 fix: don't clear search filter when searching for namespace page
Also, esc will not clear the filter if the input is not empty
2023-12-06 17:39:31 +08:00
Tienson Qin
eb90314410 fix: search in sidebar conflicts with block selection
Fixes #10611
2023-12-06 17:39:31 +08:00
Tienson Qin
ed06991f46 fix: remove :pdf from allowed formats 2023-12-06 17:39:31 +08:00
Tienson Qin
17f10edb39 fix: ignore binary files and other formats from watcher 2023-12-06 17:39:31 +08:00
Tienson Qin
1861aa1697 fix: search for files can crush Logseq
Fixes #10610
2023-12-06 17:39:31 +08:00
Tienson Qin
c1bf1d97ad fix: search remove some edn files
Fixes #10609
2023-12-06 17:39:31 +08:00
Charlie
e56b300aa0 fix(ui): theme color related issues (#10638)
* fix(ui): accent color doesn't apply to block references link #10619
* enhance(ui): polish details for the keymaps setting
2023-12-05 22:52:43 +08:00
ksqsf
bfe7f5e826 fix: lint 2023-12-04 13:46:04 -05:00
ksqsf
ef60c92e30 fix: and-or query 2023-12-04 13:46:04 -05:00
Tienson Qin
31a52d6f8d enhance: load only filtered result when specified 2023-12-05 02:35:56 +08:00
Tienson Qin
8323235a46 fix: query all whiteboards from db 2023-12-05 02:35:56 +08:00
Tienson Qin
be6e1f5a32 feat: add whiteboards to search filters 2023-12-05 02:35:56 +08:00
Blezur
561783582c Add Polish translations (#10604)
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-12-04 12:59:36 -05:00
Ulices
dffdbb23f8 i18n: Update Spanish translation (#10594)
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-12-04 12:57:28 -05:00
queeup
c55fff362e enhance(i18n): update Turkish translation 2023-12-04 12:56:39 -05:00
Tienson Qin
e71a4ffc0c fix: search does not navigate to block of interest if collapsed
Fixes 10579
2023-12-04 12:15:52 -05:00
Tienson Qin
5761f206be Add Posthog instrument when failed to refresh access token (#10625)
* Add posthog instrument when refresh token failed

* Add user-id to instrument

* fix: clear tokens iff oauth2/token returns 400 and invalid_grant
2023-12-03 23:10:22 +08:00
Tienson Qin
ecde2c3bfc fix: cross-platform shotcuts (#10590)
This PR also simplifies the implementation of shui/shortcut a lot.

* fix: consistent char for the Enter key

* fix: show ctrl instead of ⌘ for copy ref

* fix: "Ctrl" should be split from "Ctrl X"
2023-12-03 12:40:08 +08:00
Andelf
95461d8a8a fix(e2e): page search results 2023-12-03 12:07:51 +08:00
Andelf
a81ec6e215 fix(recents): zoomed block uuid should not be added to recents 2023-12-03 12:07:51 +08:00
Andelf
871f58e96b fix(cmdk): avoid using uuid from recents 2023-12-03 12:07:51 +08:00
ROCKTAKEY
7525689bfb Update Japanese translation (#10612)
* enhance: Update Japanese translation
* Update src/resources/dicts/ja.edn

---------

Co-authored-by: Andelf <andelf@gmail.com>
2023-12-02 10:52:54 +08:00
Gabriel Horner
045a59ea10 fix: slides don't work on published sites that aren't under '/'
Fixes https://github.com/logseq/publish-spa/issues/11
2023-12-02 10:49:36 +08:00
Tienson Qin
7ec93f0f16 fix: result safety check 2023-11-30 22:31:27 +08:00
Tienson Qin
47082c8a16 fix: do not hide shortcuts in the search modal
Fixes #10575
2023-11-30 22:31:27 +08:00
Tienson Qin
1815f874fe fix: e2e tests 2023-11-30 22:31:27 +08:00
Tienson Qin
77880cdd15 fix: pressing alt prevent search modal close
Fix #10577
2023-11-30 22:31:27 +08:00
Tienson Qin
5418e6bdce fix: lint warning 2023-11-30 22:31:27 +08:00
Tienson Qin
15520964dd fix: lower-case page name in search recents
Close #10574 #10576
2023-11-30 22:31:27 +08:00
Tienson Qin
567fb31148 fix: remove built-in properties from search results
Close #10573
2023-11-30 22:31:27 +08:00