Commit Graph

104 Commits

Author SHA1 Message Date
Tienson Qin
9f2346ebbd refactor(editor): remove *warn-on-infer* 2020-12-02 11:11:27 +08:00
Tienson Qin
8b165c89a5 refactor(editor): fix on-key-down mixin
Add both explicit options:
1. :not-match-handler
2. :all-handler
2020-12-02 11:08:50 +08:00
charlie
eb651cfe81 [refactor] support React change event for set-edit-content! & fix image style of block conent 2020-12-01 15:56:38 +08:00
charlie
66a24e99d3 [refactor] improve some input cases 2020-11-30 22:12:27 +08:00
charlie
9ff67bba53 [refactor] change editor input as uncontrolled component & try composition input for UX . 2020-11-28 15:41:53 +08:00
charlie
54ef3aa574 [refactor] separate some editor styles . 2020-11-28 15:38:00 +08:00
Tienson Qin
ca4749341a fix: block flickering issue
Resolved #761
2020-11-27 06:06:57 +08:00
Tienson Qin
f43ff5ac8e fix: display orange dot when in editing mode 2020-11-26 14:45:41 +08:00
Michael Wong
5ace647ca3 fix(react): fix react warning (#753)
* fix(react): fix react warning

* fix(foldeable): browser complains

* fix(react): fix effects
2020-11-25 23:42:06 +08:00
Tienson Qin
320ac8ad55 fix: don't render embed page when the current container is the same page 2020-11-25 17:47:23 +08:00
Tienson Qin
1e73a6ba9a chore: remove debugging info 2020-11-25 12:42:30 +08:00
Tienson Qin
1432cf053b fix: can't save block after deleting a page
Resolved #736
2020-11-25 12:42:30 +08:00
Tienson Qin
89c807c2a7 fix: scroll to top when switch to a new page
Resolved #632
2020-11-24 21:50:39 +08:00
Tienson Qin
0d6856d234 fix: don't show the embed page if it's equal to the current page 2020-11-24 21:41:37 +08:00
Tienson Qin
db652abe34 fix: don't repeatedly render all children bullets of embed pages
Resolved #716
2020-11-24 21:38:07 +08:00
Tienson Qin
2565c3b08b fix: don't autocomplete ^
Resolved #521
2020-11-24 21:10:49 +08:00
Tienson Qin
416e36ee1b fix: backspace in scheduled/deadline time input not working 2020-11-24 20:40:37 +08:00
Tienson Qin
89fa24a81b fix: git diff shows empty or always loading
Resolved #218, #217, #171
2020-11-24 20:27:19 +08:00
Tienson Qin
f25844a833 fix: will-mount should return a state
Resolved #713
2020-11-24 14:50:19 +08:00
Tienson Qin
9287afd79d Merge pull request #662 from defclass/defclass/fix/refresh-token
fix(token):  refresh token automatically
2020-11-22 03:33:45 -06:00
Tienson Qin
704846c5f2 fix: can't run clojure code 2020-11-21 09:05:47 +08:00
Tienson Qin
6a9ac5cb3f fix: [regression] tag autocomplete now adds extra brackets : #[[tag]] instead of #tag
Resolved #691
2020-11-19 22:48:27 +08:00
Tienson Qin
34be1a4df7 fix: disable links without http or https 2020-11-19 22:30:27 +08:00
Tienson Qin
ebfb21d799 feat: org-mode heading id link support 2020-11-19 18:02:28 +08:00
Tienson Qin
5cd527d7bb fix: regex 2020-11-19 16:06:27 +08:00
Tienson Qin
9366bc7d5f fix: regex 2020-11-19 15:59:38 +08:00
Tienson Qin
b3df6ce33c fix: links support capitalized HTTP 2020-11-19 15:29:04 +08:00
Tienson Qin
fde471b53b fix: support links without "https" prefix 2020-11-19 15:27:14 +08:00
Tienson Qin
a567b5496d fix: don't impose spaces for slash autocomplete 2020-11-18 23:34:20 +08:00
Tienson Qin
857e1d3df2 fix: restore the commands after auto-complete date commands
Related to #686
2020-11-18 23:01:11 +08:00
Tienson Qin
5d3b6322f5 feat: support org mode file links (#681)
* feat: support org-mode file links

Add a `:org-mode/insert-file-links` option to configuration.
2020-11-18 21:27:40 +08:00
Tienson Qin
85a1837004 fix: remove fixed-width 2020-11-18 21:25:00 +08:00
Tienson Qin
9ac1316f1a chore: style tweaks 2020-11-18 18:13:17 +08:00
Tienson Qin
7db20ddc85 fix: shift+click to open journal page 2020-11-17 16:46:37 +08:00
Tienson Qin
e40a9a7da7 fix: shift+click open a page in the search box 2020-11-17 16:44:21 +08:00
Tienson Qin
fdc201433c fix: don't show autocomplete commands when paste a link 2020-11-17 16:41:28 +08:00
defclass
6de9b72405 style(token): fix code styles 2020-11-17 16:33:18 +08:00
defclass
93e46eca9b fix(token): fix bugs 2020-11-17 14:52:04 +08:00
defclass
b5d49c8ac6 feat(token): fetch token if token expires 2020-11-17 13:15:13 +08:00
Tienson Qin
4998113305 Merge pull request #648 from logseq/refactor/state
Minor refactoring of state.cljs
2020-11-16 19:13:15 -06:00
Tienson Qin
6edb36a090 feat: add org link id support
Resolved #659
2020-11-16 14:27:28 +08:00
Tienson Qin
09be59337a fix: separate tags are merged into a single page
Resolved #651
2020-11-15 21:28:09 +08:00
Tienson Qin
c9cbc60fea fix: don't render block embed children recursively 2020-11-15 19:40:38 +08:00
Yukun Guo
63027a7258 refactor: most get-editor-show-* should end with '?' 2020-11-14 15:35:29 +08:00
Yukun Guo
6193f85499 refactor: set-editor-show-* should end with '!' 2020-11-14 15:35:29 +08:00
Yukun Guo
be94dfc4a2 refactor: simplify code in state.cljs
...and add comments/docstrings
2020-11-14 15:35:29 +08:00
Tienson Qin
c1acca2431 fix: light theme background
closed 644
2020-11-14 01:03:59 +08:00
Tienson Qin
4df771f056 Merge pull request #218 from logseq/feat/mobile-style-issues
Fix mobile scroll issues
2020-11-13 08:25:44 -06:00
Tienson Qin
7205a3fb00 fix: set-editing! before update the page/blocks atom 2020-11-13 22:17:33 +08:00
Tienson Qin
3c18e0ef84 fix: don't re-render the unrelated blocks when inserting a new block 2020-11-13 21:08:05 +08:00