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
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
78d1b17743
fix: ignore parsing for :file-path
2022-06-05 12:39:12 +08:00
Tienson Qin
10d2adc0ec
fix: copy paste inside logseq
...
related to #5522 , #5533
2022-06-04 10:52:32 +08:00
Darwis
14dc2d1e30
Predefined view and transform ( #5479 )
...
* add pre-defined view in config.edn and use it in query :view
* expose js/console.log and pprint to use in query transform function or view function for easy debug query result.
* reusable pre-defined result-transform in cunfig.edn to use in query
* fix whitespace diff
* Add query namespace to predefined :view and :result-transform in config.edn
2022-06-03 10:00:15 -04:00
Sunghyun Cho
bdbd64ba53
Finish Korean Translations
2022-06-03 09:56:30 -04:00
Sunghyun Cho
69cb4def0c
Add Korean Translations for src/main/frontend
2022-06-03 09:56:30 -04:00
Andelf
cb48bf70c8
fix(electron): use different app menu for macos and others
2022-06-03 12:07:39 +08:00
ingepettersen
a6f9f79a9a
Improved Norwegian translation
...
Caught a few typos and bad sentences.
2022-06-02 17:22:30 -04:00
charlie
2af1f2a523
fix(ui): missing page icon from left sidebar page item
2022-06-02 10:03:50 +08:00
Tienson Qin
f49a28fa7b
Merge pull request #5420 from logseq/enhance/graph-parser-part-four
...
Enhance: Finish up graph-parser
2022-06-02 10:00:30 +08:00
ingepettersen
26ef04141f
Update dicts.cljc ( #5515 )
...
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com >
2022-06-01 09:50:51 -04:00
charlie
20c168b67a
fix: lint
2022-06-01 18:33:06 +08:00
charlie
ec7c72b1e9
enhance(ui): disable left menu button when pdf view active
2022-06-01 18:33:06 +08:00
charlie
0dcd571fcb
fix(ui): page title position when editing mode
2022-06-01 17:23:44 +08:00
Tienson Qin
f70b7a664d
fix: file content not refreshed
...
close #5484
2022-06-01 16:39:07 +08:00
queeup
6162a9dcc8
fix: update Turkish translation
2022-06-01 15:55:06 +08:00
Andelf
88b3962dd0
fix(editor): copy with both plain and rich text
2022-06-01 15:51:37 +08:00
Andelf
c297748bd8
feat(electron): refine app menu
2022-06-01 15:49:52 +08:00
Tienson Qin
2432947607
fix: logical outdent blocks
2022-06-01 13:44:00 +08:00
Tienson Qin
5f21e2d07e
fix: move blocks
2022-06-01 12:56:39 +08:00
Tienson Qin
8bd278ea44
fix: cannot paste at middle of some text
...
related to #5501
2022-06-01 02:11:24 +08:00
Andelf
4ea881afaa
chore: release 0.7.1
2022-05-31 18:02:10 +08:00