Commit Graph

304 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
Tienson Qin
f9c7da14f9 fix(git): only call periodically-pull-current-repo once 2020-12-05 00:40:16 +08:00
Tienson Qin
d563512b38 chore: bump minor version 2020-12-05 00:33:43 +08:00
Tienson Qin
1b4b220133 fix(git): allow users to push at any time 2020-12-05 00:33:09 +08:00
Yukun Guo
2d50185379 fix: only periodically pull current repo 2020-12-04 17:34:22 +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
Tienson Qin
f09c8aed75 chore: bump minor version 2020-12-03 15:16:05 +08:00
Yukun Guo
9cf79e9a66 fix: do not show intro on published sites 2020-12-03 15:03:59 +08:00
Tienson Qin
c49a31778a fix: don't rename journal files 2020-12-02 19:24:27 +08:00
Tienson Qin
5c63ff25e9 feat(date): add yyyyMMdd format support 2020-12-02 19:19:40 +08:00
defclass
bbf76eb87f fix(token): add extra time to deal with some critical condtions 2020-12-02 17:33:47 +08:00
defclass
0dfbc31875 fix(token): calculate expiration based on user's system time and duration 2020-12-02 17:33:47 +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
4d59e4317d fix(editor): add yarn test and fix CI 2020-12-02 11:27:57 +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
Tienson Qin
5e460c7434 fix: sci safe call-fn 2020-12-02 09:39:51 +08:00
Yukun Guo
be1fc91805 refactor: remove unused state key :git/clone-repo 2020-12-01 17:36:22 +08:00
Yukun Guo
a6d04f6b38 refactor: use mkdir-if-not-exists 2020-12-01 17:36:22 +08:00
Yukun Guo
14e11c6740 refactor: simplify p/let 2020-12-01 17:36:22 +08:00
Yukun Guo
47b30bc3e5 refactor: simplify code of repo.cljs 2020-12-01 17:36:22 +08:00
Yukun Guo
de6f9fff47 fix: make periodically-push-tasks consistent with state/get-git-auto-push? 2020-12-01 17:36:22 +08:00
Yukun Guo
e750eca112 fix: fix push-if-auto-enabled! 2020-12-01 17:36:22 +08:00
Yukun Guo
2030943d4d refactor: remove unused code 2020-12-01 17:36:22 +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
defclass
4a9fea7697 fix(repo): retry when fetching encounter 401 2020-11-30 14:19:23 +08:00
Tienson Qin
8b5719e1fd chore: bump version 2020-11-29 23:21:52 +08:00
Tienson Qin
ed92e6944f Export notes as zip files when refreshing and realized that database … (#782)
* Export notes as zip files when refreshing and realized that database schema changed

Resolved #781
2020-11-29 23:20:51 +08:00
Tienson Qin
5248444157 feat: add support to export to zip
Resolved #779
2020-11-29 22:26:40 +08:00
Tienson Qin
dc0406ff38 fix: clear stores(before restoring) if db schema changed 2020-11-29 22:01:18 +08:00
Tienson Qin
60251b6bb4 fix: remove empty pages when importing 2020-11-29 21:08:39 +08:00
Tienson Qin
68308dea63 fix: avoid empty commits && simplify git push checks
Related to #773
2020-11-29 18:28:22 +08:00
Tienson Qin
2a306fc2c5 fix: clear non-existed block refs when parsing
Also, catch the error when there're wrong block refs which will
crash logseq.
2020-11-29 18:26:57 +08:00
Tienson Qin
1d2ed8a1a8 fix: block/children are using refs now 2020-11-29 17:57:33 +08:00
Tienson Qin
9935d8b721 chore: bump minor version 2020-11-29 16:02:54 +08:00
Yukun Guo
28cb5cd86c fix: escape regex for search 2020-11-29 16:02:16 +08:00
Tienson Qin
5edd1a8ab0 :block/children should has value type of :db.type/ref 2020-11-29 15:22:44 +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
d3dabd81de fix: add GITHUB_APP2_NAME environment variable 2020-11-27 22:08:07 +08:00
Tienson Qin
acac8e9350 fix: Git merge error and then blank diff page
related to #744
2020-11-27 07:36:53 +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