Commit Graph

7924 Commits

Author SHA1 Message Date
queeup
dccfce748d fix: update Turkish translation 2022-07-14 11:06:59 +08: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
df70190f60 fix(ios): delay unlink event by 500ms 2022-07-13 20:03:26 +08:00
Andelf
5c1ef22e8e fix(watcher): avoid calling delete too early 2022-07-13 20:03:26 +08: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
Andelf
53c0e79483 test(e2e): add simple flashcards check 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
SainoNamkho
18568c03a0 Fix #5853
Close #5855
2022-07-12 09:54:48 +08:00
Andelf
ccc37e961d refactor(ui): clean up css nesting 2022-07-12 09:54:08 +08:00
Andelf
0aebfe1304 feat(ui): bold code, italic code, marked code 2022-07-12 09:54:08 +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
Gabriel Horner
2917cce179 Macro docs tweaks - close #1598
two curly braces are sufficient
2022-07-11 16:00:23 -04: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
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
872060965d ci(build): non-release as default 2022-07-08 11:32:51 +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
Gabriel Horner
f39f26c8d3 Improve and update lint documentation 2022-07-07 09:34:08 -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
llcc
8fad38de98 only validate documents url when it non-nils
or the app fails to launch if iCloud is disabled (such as on simulator)
2022-07-07 11:32:01 +08:00
Tienson Qin
4356431fac fix: property key supports namespace 2022-07-07 01:42:16 +08:00
Tienson Qin
ea5fac1a70 fix: replace some invalid chars for property keys 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
Andelf
d05392e139 test(e2e): skip page-search test for now 2022-07-07 01:42:16 +08:00
Andelf
dda818c26a fix(e2e): add missing esc for (()) 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
e8023b9246 fix: graph parser ci 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