Commit Graph

5513 Commits

Author SHA1 Message Date
Gabriel Horner
9ee2a09601 Merge branch 'master' into improve-references-filter 2022-07-13 17:35:22 -04:00
sawhney17
26b15982af fix search limits 2022-07-14 00:07:16 +04:00
sawhney17
5f57c508cb address comments 2022-07-14 00:07:00 +04:00
llcc
5c29517636 fix click not working on cards preview mode 2022-07-13 21:42:15 +08:00
Junyi Du
ee3ac7dd21 fix: blocking hooks when setup repo; recover diacritic e2e test (#5952)
* fix: blocking hooks when setup repo; recover diacritic e2e test

* test(e2e): update e2e test for the new selection UI
2022-07-13 21:30:17 +08:00
Andelf
5c1ef22e8e fix(watcher): avoid calling delete too early 2022-07-13 20:03:26 +08:00
sawhney17
e8ee6b4202 Merge branch 'logseq:master' into improve-references-filter 2022-07-12 18:31:28 +04:00
sawhney17
7ccc56b717 implement fuzzy search 2022-07-12 18:07:37 +04:00
sawhney17
0854028693 localize text 2022-07-12 17:07:37 +04:00
Wojciech Nawrocki
2390846531 feat(pdf): fix formatting of copied text (#4564)
* chore(pdf): update pdfjs to 2.13.216

Also reapplied pdf_viewer fix from d3b4773.

* fix(pdf): formatting of copied text

* chore(pdf): update viewer CSS to 2.13.216

* chore(pdf): remove deprecated option

* chore(pdf): update pdfjs to 2.14.305

* doc(pdf): document some functions

* fix(pdf): highlight positioning
2022-07-12 18:30:50 +08:00
llcc
6f395175d5 fix key duplicates caused by key case when insert page property (#5889)
* fix key duplicates caused by key case when insert page property

* use lower-cased property key
2022-07-12 10:58:21 +08:00
Andelf
97de299b04 fix(cards): update card count at 5s interval 2022-07-12 10:56:50 +08:00
llcc
961fde743e only update toolbar when keyboard re-displays 2022-07-12 09:56:37 +08:00
llcc
351a7f871e don't enter editing when click query table 2022-07-12 09:55:51 +08:00
Andelf
6c5302c5c5 fix(format): inline markdown markup 2022-07-12 09:54:08 +08:00
Andelf
0181d824c7 refactor(editor): handle more inline html elems 2022-07-12 09:54:08 +08:00
llcc
f939c45b53 fix flashcards not working 2022-07-12 09:51:45 +08:00
llcc
3484902764 fix commands menu not updating on Android (#5936)
* fix commands menu not updating on Android

* handle digit key
2022-07-12 09:50:32 +08:00
Tienson Qin
d1979a0e2b Another fix for page bouncing for lazy loading (#5973)
* Another fix for page bouncing for lazy loading

related to #5972

* Disable lazy loading temporally on mobile

* fix: scheduled or deadlines

* fix: page shaking when scrolling upwards
2022-07-11 10:27:48 +08:00
sawhney17
056aa4e19e make the buttons unselectable 2022-07-10 18:06:22 +04:00
sawhney17
4a0996d100 add CSS 2022-07-10 17:58:06 +04:00
sawhney17
82886157d5 support block references 2022-07-10 16:45:23 +04:00
sawhney17
be3ddc53e4 support basic filter search 2022-07-10 11:27:40 +04:00
Junyi Du
872c185eb7 fix: quick capture across desktops 2022-07-09 23:45:23 +08:00
yoyurec
3b383a918b Add heading in plugin settings 2022-07-09 23:20:27 +08:00
Tienson Qin
df127fa519 feat: add force refresh button for full-text search 2022-07-09 21:52:22 +08:00
Andelf
d390842a07 fix(editor): new-page auto-completion under non-en environment
Fix #5965
2022-07-08 11:14:26 +08:00
playerofgames
8e2aa8415c Calculator: bug fixes for issue #5917, and feature additions (#5918)
* Calculator: bug fixes and feature additions

- Fix order of operations for negation and exponentiation;
- Support non-integer powers;
- Improve number parsing;
- Support comments;
- Add maths functions;
- More permissive variable naming;
- Store last result in 'last' variable.

* Fix lint warning

* Preserve last value across comments and empty lines

* Fix lint warning

* Use BigNumber operations to maintain precision

* Add conditional around pow call

* Split up long test

* Remove duplicate tests
2022-07-07 09:38:37 -04:00
Andelf
56afc59304 fix(editor): reorder items in page search auto-complete
- fix missing i18n term
- reorder items when found along a hierarchy

Fix #5927
2022-07-07 12:48:35 +08:00
Tienson Qin
4356431fac fix: property key supports namespace 2022-07-07 01:42:16 +08:00
Tienson Qin
264801fedf fix: verify property key && make property values string when searching 2022-07-07 01:42:16 +08:00
Tienson Qin
139075e679 fix: suggestions from gabriel 2022-07-07 01:42:16 +08:00
Tienson Qin
b7b5f6d25c fix: safe q 2022-07-07 01:42:16 +08:00
Tienson Qin
204392f896 fix: block property values auto-complete 2022-07-07 01:42:16 +08:00
Tienson Qin
1d88e285b0 fix: pos 2022-07-07 01:42:16 +08:00
Tienson Qin
ecb2024c14 fix: lint warnings 2022-07-07 01:42:16 +08:00
Tienson Qin
7b74117d85 enhance: auto-complete for property values 2022-07-07 01:42:16 +08:00
Tienson Qin
5d7925115d fix: rename related properties when renaming the page 2022-07-07 01:42:16 +08:00
Tienson Qin
49acb54178 feat: add properties as linked references 2022-07-07 01:42:16 +08:00
Tienson Qin
7c7312d830 refactor: cursor positions 2022-07-07 01:42:16 +08:00
Tienson Qin
18c378f1b9 fix: filter out blank blocks during search 2022-07-07 01:42:16 +08:00
Tienson Qin
6d0be829a1 refactor: unify :editor/show-xxx and (block) commands to :editor/action 2022-07-07 01:42:16 +08:00
Tienson Qin
92f2a2bba1 fix: CTRL+X will wipe out block content when render errored
fix #5824
2022-07-07 01:40:28 +08:00
llcc
c671986675 fix: code block exceeds horizontally in query table 2022-07-07 01:08:51 +08:00
llcc
90d330b3a3 make query properties settings modal center 2022-07-07 01:08:51 +08:00
llcc
246264c722 fix: query table is wider than mobile screen 2022-07-07 01:08:51 +08:00
llcc
b1941d4056 fix: toggle query table view activates editing mode 2022-07-07 01:08:51 +08:00
Tienson Qin
290c2b5b83 fix: CTRL+X is deleting the last character when nothing is selected
fix #5821
2022-07-07 01:06:14 +08:00
Tienson Qin
f9c025542e fix: lint warnings 2022-07-06 22:48:15 +08:00
Tienson Qin
d07f8eca8a fix: don't hide lazy components if they're above the current scroll top 2022-07-06 22:37:28 +08:00