Commit Graph

7971 Commits (b7025b9ce48dd9440ea73ebadd8f3bb241c8a858)

Author SHA1 Message Date
Andelf e2e531ba47 chore: bump version 0.7.3 2022-06-08 23:38:23 +08:00
llcc 2e2d17d12f bring indent/outdent icon back 2022-06-08 18:41:42 +08:00
Junyi Du c09fd7f70c
fix: missing db persistency when creating new window via file menu (#5600)
* fix: missing db persistency when creating new window via file menu

* fix: remove the deprecated new window shortcut config

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-06-08 18:05:55 +08:00
Tienson Qin 97fc51ead6 enhance(query): allow property keys with char '_'
related to #5445
2022-06-08 17:51:41 +08:00
Tienson Qin da1e5fc3f8 fix: lint warnings 2022-06-08 17:16:20 +08:00
Tienson Qin 515b89182d fix: lint warnings 2022-06-08 16:35:04 +08:00
sawhney17 152cc22010
fix(queries): edit button showing in default queries (#5610)
fix edit button showing in default queries

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-06-08 15:59:13 +08:00
Tienson Qin 9b82162038 fix: show bullet when hovering a block on the document mode
related to #5615
2022-06-08 15:50:01 +08:00
Tienson Qin 8cc4b357a4 enhance: re-enable file watcher when the folder is back
By following the great suggestions from https://github.com/hakon-j-d-johnsen.
2022-06-08 15:12:47 +08:00
Tienson Qin 7cf0e900ea fix: remove parent dir watcher && fix frozen on windows 2022-06-08 13:31:44 +08:00
Gabriel Horner 538aea0437 Add try/catch for unexpected failures during block extraction
Notify user and sentry when unexpected errors occur
2022-06-08 13:19:50 +08:00
Gabriel Horner 01b28e26ee Exceptions during block extraction shouldn't delete data
This will prevent future occurrences of #5548
2022-06-08 13:19:50 +08:00
Gabriel Horner 5188c86547 Add tests for bug fix in #5553
Test normal and buggy case. Put these tests in graph-parser as
it allows us to test more user facing assertions and is easier to setup
2022-06-08 13:19:50 +08:00
Tienson Qin f4f1ff1ba2 fix: outdent blocks and re-enable outliner tests
related to #5604
2022-06-08 13:06:10 +08:00
sawhney17 a2cfdfdf73
feat(block-embed): Support mod+e to copy block embed to current block (#5584)
* support mod+e to copy block embed

* fix incorrect notification popup

* fix notification wrap styling

* remove extra files

* fix yarn.lock

* update yarn lock

* fix comments
2022-06-07 15:57:46 -04:00
ingepettersen bea5296d36
Completed Norwegian translations (#5603)
* Updated Norwegian translation

* Completed Norwegian translations

Now at 100%

* Correct typo in Norwegian translation

* Another typo squashed

Norwegian translation

* Punctuation error. Now finished!

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-06-07 14:18:34 -04:00
Gabriel Horner 47c4305f62 Temporarily disable outliner tests which are hanging
Hang started in 3fdac736d9
2022-06-07 14:01:07 -04:00
Andelf 6435581260 chore: bump version 0.7.2 2022-06-07 16:37:22 +08:00
Tienson Qin 3fdac736d9 fix: paste 2022-06-07 16:31:06 +08:00
Tienson Qin 307f7bd755 fix: re-create the page when the file appears again
related to #5549
2022-06-07 12:17:36 +08:00
Tienson Qin 09a9cda59c fix: re-enable outliner core random tests 2022-06-07 01:25:55 +08:00
Andelf 7df63ec51d fix(editor): failback when pasting bad hiccup 2022-06-07 00:40:32 +08:00
WsinGithub 993f8114cf fix(publishing): add missing katex.min.js 2022-06-07 00:13:35 +08:00
Tienson Qin 1748beb7b4 fix: use clipboard text if html->hiccup failed 2022-06-06 23:57:07 +08:00
Tienson Qin bb804a520a fix: disable move when moving to the original position 2022-06-06 22:54:51 +08:00
Tienson Qin 28dfe9759a fix: check blocks ids when inserting only if it's not the move op 2022-06-06 22:54:51 +08:00
Andelf 30d3b6183d fix(editor): paste url handling 2022-06-06 22:13:29 +08:00
Tienson Qin 942d83db36 fix: paste 2022-06-06 21:51:45 +08:00
Tienson Qin ceee6d940c
Merge pull request #5557 from logseq/fix-toolbar-showing
Fix: toolbar not showing when using Apple Pencil and external keyboard on iPad
2022-06-06 18:38:22 +08:00
Tienson Qin b025ce71d2 enhance: backup db file when not matched 2022-06-06 18:33:37 +08:00
Tienson Qin 781062a4ce fix: disable editing when the graph's directory is renamed or deleted
related to #5549
2022-06-06 18:05:48 +08:00
Tienson Qin da51051c07 fix: paste text should overwrite the current selection 2022-06-06 17:01:15 +08:00
llcc ade8356bc6
Merge branch 'master' into fix-toolbar-showing 2022-06-06 16:21:44 +08:00
llcc cd6e2ca051 resolve conflicts between select and swipe on non-editing mode
Also, fix issue that it is hard to move caret on editing mode
2022-06-06 15:58:15 +08:00
llcc 13cc487592 fix app crash if swiped block and editing block are different 2022-06-06 15:58:15 +08:00
llcc 328fda29a9 enhance gestures
1. disable swipe action-bar when editing
2. resolve conflicts between selection and swipe when editing
3. Remove indent/outdent button on mobile toolbar
2022-06-06 15:58:15 +08:00
charlie a70cdd4c52 fix(pdf): highlight refs lose association with related pdf 2022-06-06 14:58:31 +08:00
ranfdev 0587e2aba6 Reduce shadows on sidebar and inline cards 2022-06-06 14:47:11 +08:00
Tienson Qin c3801d5aaf fix: slow re-index 2022-06-06 14:35:07 +08:00
Tienson Qin 4ff98966da fix: copy paste
related to #5561
2022-06-06 13:21:57 +08:00
Tienson Qin 4c879aa456 enhance: remove spaces for sticky actions for all pages 2022-06-05 23:46:11 +08:00
Tienson Qin 16c95e48dc enhance: all pages ux 2022-06-05 23:28:31 +08:00
llcc 294eb630af Fix: toolbar not showing when using Apple Pencil and external keyboard on iPad 2022-06-05 22:40:27 +08:00
Tienson Qin b3b406ba31 chore: bump mldoc 2022-06-05 16:54:39 +08:00
Andelf 333017235b fix(graph-parser): avoid parsing illegal id 2022-06-05 15:12:01 +08:00
Aryan Sawhney 03c3a413c9 update comments in line with clojure standard 2022-06-05 14:00:06 +08:00
Aryan Sawhney 0e69e18e3e update blocks.cljs 2022-06-05 14:00:06 +08:00
Tienson Qin 5ce106813a fix: blanks deleted when paste 2022-06-05 13:57:37 +08:00
Tienson Qin e36bca4660 fix: disable cache for clj-kondo 2022-06-05 12:54:03 +08:00
Tienson Qin 78d1b17743 fix: ignore parsing for :file-path 2022-06-05 12:39:12 +08:00