Commit Graph

8108 Commits (2970ff6c587480680104daffe6f20677eae82b93)

Author SHA1 Message Date
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 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
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
Phoenix Eliot 3c31448106 Use function shorthand 2022-07-06 22:34:04 +08:00
Phoenix Eliot cda2a1849d Replace react-visibility-sensor with react-intersection-observer 2022-07-06 22:34:04 +08:00
charlie e008766d2b fix(ui): remove plugin ui items manager from pagebar 2022-07-06 20:17:31 +08:00
Jonas Diemer 385113f535 Adding tests for rounding errors 2022-07-06 19:55:49 +08:00
Junyi Du 6ec7b8a704 chore: change join community icon 2022-07-06 13:51:46 +08:00
Junyi Du 5335f758c0 chore: discord -> forum 2022-07-06 13:51:46 +08:00
Andelf c8e9eec944 docs: update develop instructions
See-also: #5920
2022-07-06 10:27:51 +08:00
Kyle Ibrahim a4e9136b9f Update desktop app run instructions 2022-07-06 09:37:53 +08:00
Tienson Qin 08263d6f96 fix: wrong file path name when renaming 2022-07-06 00:03:41 +08:00
Tienson Qin 7b92360889 fix: safe check string before inserting when autocomplete
also, enables two consecutive spaces to exit autocomplete
2022-07-05 21:46:25 +08:00
Tienson Qin 7172784504 fix: errors when preview cards
Also, enables cards query for page names not wrapped by `[[]]`
2022-07-05 19:45:05 +08:00
Junyi Du dbb37b6081 fix: rename namespace also rename substring in sub-namespace pages 2022-07-05 16:05:45 +08:00