Commit Graph

116 Commits

Author SHA1 Message Date
Tienson Qin
83e888d765 feat: add built-in img macro 2020-12-05 11:30:04 +08:00
Tienson Qin
df36d977ee feat: macro render support both inline and block elements 2020-12-05 11:13:34 +08:00
Yukun Guo
367f288941 fix: only periodically push current repo 2020-12-04 17:34:18 +08:00
Tienson Qin
b43ca56cd2 fix: remove unused component 2020-12-03 16:23:44 +08:00
Tienson Qin
98bde66b48 fix: try to fix entire file content deleted after unusual sync behavior
Related to #783
2020-12-03 16:23:44 +08:00
Yukun Guo
9cf79e9a66 fix: do not show intro on published sites 2020-12-03 15:03:59 +08:00
Tienson Qin
43e925767b fix: click contents page doesn't close the left bar 2020-12-02 17:31:22 +08:00
Charlie
ed2b68d863 Merge pull request #774 from logseq/refactor/editor
Change editor input as uncontrolled component & try composition input for UX (by xyhp915)
2020-12-02 13:03:46 +08:00
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
Tienson Qin
7fbac4211f fix(editor): display image upload processing 2020-12-02 10:30:39 +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
Yukun Guo
9906555aad chore: remove git/get-local-diffs
It is the same as git/get-diffs
2020-12-01 15:32:56 +08:00
charlie
66a24e99d3 [refactor] improve some input cases 2020-11-30 22:12:27 +08:00
Tienson Qin
5248444157 feat: add support to export to zip
Resolved #779
2020-11-29 22:26:40 +08:00
Yukun Guo
28cb5cd86c fix: escape regex for search 2020-11-29 16:02:16 +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