Commit Graph

6614 Commits

Author SHA1 Message Date
llcc
c120bd9dbc fix #5837 2022-06-27 15:43:37 +08:00
llcc
ea6fe55510 remove debug print. Address comments 2022-06-27 15:43:37 +08:00
llcc
2f35629738 allow user to disable gestures on blocks with customized tags 2022-06-27 15:43:37 +08:00
llcc
6de6222645 increase gesture activation threshold 2022-06-27 15:43:37 +08:00
llcc
cf7528ee71 disable gesture on query table and logbook
fix #5783
2022-06-27 15:43:37 +08:00
llcc
292bda9f8b fix bilibili embed issues
1. fix #5820
2. fix #5811
2022-06-27 15:42:43 +08:00
charlie
ca52df97bc fix: block properties order missing #5788 2022-06-27 12:26:22 +08:00
andy
258f865282 fix bilibili video progress bar display 2022-06-25 09:00:42 +08:00
Junyi Du
b43ca96e0a enhance: support suppercase suffix for import file name 2022-06-24 17:11:24 +08:00
Junyi Du
47f5c650f9 fix: edn import: keep block uuid; remove redundant last block
fix: json import uuid failure

enhance: improve get-all-referenced-blocks-uuid query
2022-06-24 17:11:24 +08:00
Junyi Du
0cdacc35e2 feat: import from logseq edn
feat: import edn with provided uuid

feat: overwrite page uuid; use properties in content

feat: error handling for importing

feat: support json import

chore: fix lint by splitting setup ui
2022-06-24 17:11:24 +08:00
Peng Xiao
a79a7c8899 fix: arrow binding in logseq 2022-06-24 13:58:03 +08:00
Peng Xiao
2c2f8806fc change importing tldraw-logseq using js directly 2022-06-24 12:00:05 +08:00
Andelf
76028fb0cb fix(electron): check destroyed window before access property
Fix #5771
2022-06-23 22:39:34 +08:00
sawhney17
88ddec8024 fix(help): fix broken links and reorganize help menu (#5776)
* fix: sort by treating capitalized and non capitalized the same

* removed unused import

* fix broken links and reorganize help menu

* fix link

* Update onboarding.cljs
2022-06-22 11:54:28 -04:00
Peng Xiao
a874b51ec1 fix: merge issue 2022-06-22 18:01:44 +08:00
TaylorHo
ac1913a321 Fully translated in "pt-BR", "pt-PT" and "it" 2022-06-22 16:39:51 +08:00
Andelf
494c136bbd fix(editor): use denied tags in html to md conversion 2022-06-22 16:37:33 +08:00
Tienson Qin
f6ead67b23 fix: selection 2022-06-22 03:30:22 +08:00
Tienson Qin
59c0b9a83a fix: don't clear selection when in editing mode 2022-06-21 11:53:51 +08:00
Tienson Qin
983703688b fix(ux): clear highlighted text when selecting blocks 2022-06-21 11:20:32 +08:00
Andelf
1d4e78a228 chore: bump version 0.7.5 2022-06-20 23:31:12 +08:00
Andelf
7dacef69b1 fix: quick-capture when in code editing 2022-06-20 15:40:27 +08:00
Andelf
2080481c73 feat(electron): impl quick capture x-callback-url 2022-06-20 15:40:27 +08:00
Peng Xiao
36513b7391 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-06-20 15:12:07 +08:00
Charlie
7c4d7cd61a improve(plugin): fetch marketplace plugins list via system proxy if no proxy configured. (#5716) 2022-06-20 10:33:35 +08:00
charlie
9daaad9be2 enhance(ui): auto width of ui items from toolbar 2022-06-20 10:33:02 +08:00
charlie
5b14b6f50f fix(plugin): repeat registration key to plugin ui items 2022-06-20 10:33:02 +08:00
Tienson Qin
fe1419a4d2 fix: with the journal disabled, the top home button goes to the
journal page

close #5749
2022-06-20 10:24:03 +08:00
Gabriel Horner
69ba15252e cli/parse-graph returns ast data as well
This data was not returned and is valuable for CI jobs
and possibly other functionality
2022-06-20 10:06:08 +08:00
Peng Xiao
38a6f227ad fix: demo styles 2022-06-18 10:48:49 +08:00
Peng Xiao
20b81fbd1e feat: finish double click to create poc 2022-06-18 03:06:40 +08:00
Andelf
0c19a02a2d fix(editor): handle windows crlf in clipboard 2022-06-16 17:52:29 +08:00
charlie
9928d437c9 enhance(ui): correct left padding of toolbar when fullscreen on desktop 2022-06-16 17:01:25 +08:00
Tienson Qin
f8ace0bc8d enhance: simplify copied state 2022-06-16 16:35:56 +08:00
Tienson Qin
87af4cf0d5 fix: can't input auto-complete 2022-06-16 08:01:28 +08:00
Tienson Qin
bf75529cad fix: replace empty block when pasting 2022-06-16 07:38:17 +08:00
Tienson Qin
ec8109f8d0 Add more outliner core tests 2022-06-16 07:29:07 +08:00
Tienson Qin
d81dcb2de3 fix: pasting does not replace a selected text
related to #5700
2022-06-16 06:48:22 +08:00
Tienson Qin
6a8ef4f4f8 enhance(ux): convert a url to markdown/org link when pasting 2022-06-16 06:17:28 +08:00
Tienson Qin
a79880eb83 enhance(ux): shift select after esc 2022-06-16 05:49:59 +08:00
Tienson Qin
55bd894230 enhance(ux): shift click to expand selected blocks (non-consecutive) 2022-06-16 05:27:24 +08:00
Tienson Qin
f3278a1aca fix: typo 2022-06-16 05:20:40 +08:00
Tienson Qin
11f9cc451b fix: blocks move 2022-06-16 05:03:59 +08:00
Tienson Qin
a59a7d9643 fix: lint warnings 2022-06-16 04:47:17 +08:00
Tienson Qin
807beb2586 fix: simplify internal pasting check 2022-06-16 04:47:17 +08:00
Tienson Qin
b59d98ada5 fix: paste blocks 2022-06-16 04:47:17 +08:00
Tienson Qin
855491cd27 fix: html convert only for external case 2022-06-16 04:47:17 +08:00
Tienson Qin
999defdad1 fix: raw paste 2022-06-16 04:47:16 +08:00
llcc
7bab4469a6 fix header icons display when :custom-default-page non-nils
fix #5695
2022-06-16 04:31:09 +08:00