Commit Graph

6029 Commits

Author SHA1 Message Date
Peng Xiao
dd9f48ffa5 fix show W for whiteboards in global search 2022-09-01 13:52:40 +08:00
Peng Xiao
241038f8bd fix: recover page icons in recent list 2022-09-01 11:10:52 +08:00
Peng Xiao
9904133988 fix: move whiteboards feature settings to feature catalog 2022-09-01 10:39:21 +08:00
Peng Xiao
33885e619b Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-01 10:29:29 +08:00
Andelf
c45a15d576 chore: bump version 0.8.3 (#6537) 2022-09-01 00:40:21 +08:00
Charlie
01d879c18e feat!: File Sync (#5355)
- file sync for electron/ios/android
- age encryption of both file content and file path
- massive UI enhancement
- corresponding CI tasks

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: rcmerci <rcmerci@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Andelf <andelf@gmail.com>
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2022-09-01 00:31:49 +08:00
Tienson Qin
9ac8bf98e1 feat: introduce :block/content-max-length for better performance for
both searching and editing.
2022-08-31 23:02:19 +08:00
Tienson Qin
c764b9c423 fix: use regex 2022-08-31 23:02:19 +08:00
Tienson Qin
bdbf4bad2a fix: search/editor frozen by base64 encoded image 2022-08-31 23:02:19 +08:00
Junyi Du
64b6a378c6 fix: enlarge timeout for focusing block after insert new block 2022-08-31 22:14:03 +08:00
Mike Travers
6a48bbe08b slight refactor for clarity 2022-08-31 16:10:07 +08:00
Mike Travers
46e3b3fc08 shift-click on Journals left sidebar item opens today's journal in right sidebar 2022-08-31 16:10:07 +08:00
Peng Xiao
f5d83483ce Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-31 10:44:18 +08:00
Peng Xiao
94e5c9d1a3 fix: whiteboard block left index on reindex 2022-08-31 10:43:11 +08:00
Peng Xiao
89c6f17283 fix: exclude whiteboard properties for auto complete 2022-08-31 10:17:19 +08:00
Peng Xiao
fc8be0072b fix: whiteboard block missing :block/left 2022-08-31 00:57:04 +08:00
Andelf
8854c4577b fix(mobile): wrong urlencode function 2022-08-30 21:51:51 +08:00
Peng Xiao
3fd26234a3 fix: embed whiteboard preview when embedding whiteboards 2022-08-30 17:07:57 +08:00
Charlie
d9c9438abf Fix/custom css not reload (#6510)
* fix: custom css not reload when switching graph
* fix(ux): sometimes code editing auto save not work with blur event
2022-08-30 09:06:45 +08:00
David Vargas
76bab252ec Add an option to skip redirect on page rename 2022-08-30 09:05:38 +08:00
Gabriel Horner
0275e5a067 Fix tabindex console react warnings (#6520)
Follow up to #6442
2022-08-29 15:37:56 -04:00
Peng Xiao
694e626b5d fix: page rename e2e 2022-08-29 21:38:05 +08:00
Peng Xiao
482799eb4f fix: return more filter values 2022-08-29 21:01:38 +08:00
Peng Xiao
70c5bacac2 fix: e2e issue 2022-08-29 19:07:24 +08:00
Peng Xiao
e141d1d3e2 chore: remove some code style changes 2022-08-29 14:11:31 +08:00
Peng Xiao
74aaa378aa Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-29 11:39:07 +08:00
Tienson Qin
0a11bcbc8e enhance: set contrast colors for buttons in the right sidebar 2022-08-29 11:17:37 +08:00
Peng Xiao
0ff5324c02 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-29 10:45:15 +08:00
queeup
883828bbfb i18n: update Turkish translation 2022-08-29 08:25:23 +08:00
Tienson Qin
b6ecc7f6e3 fix: parent refs are not included in filters
related to #6490
2022-08-29 08:02:15 +08:00
swk777
8f84b6458c fix: Re-enabling Journals options does not work when default home page is filled out 2022-08-27 20:46:57 +08:00
Tienson Qin
4b0213d863 ui: add border for filters 2022-08-27 20:44:21 +08:00
Tienson Qin
484877fa60 fix: don't paginate children if there's not filter in the dsl query 2022-08-27 20:29:50 +08:00
Viktor Moros
f5824322b3 Improve backtick autopairing (#6496)
* If you type a backtick and then some letters and then another backtick, the last backtick should close the first one and not spawn another autopair
2022-08-27 12:32:46 +08:00
Gabriel Horner
340fb8cf9a Invalid property fix and tests
- Fix validator considering 'foo bar' or a number or any valid edn, a valid keyword
- Rename property keys to names as users don't know what keys are
- Also bumped nbb-logseq to latest version
- Also give property validation more product focused namespace and name
2022-08-27 10:52:29 +08:00
Peng Xiao
625dd89ad4 fix: split page-title implementation for lint 2022-08-27 01:43:18 +08:00
Peng Xiao
8ea50ab8c6 fix: should not trigger inner events for whiteboard block-ref 2022-08-27 01:01:10 +08:00
Peng Xiao
cac62ed295 fix: merge issue 2022-08-26 21:56:02 +08:00
Peng Xiao
aba435b9a0 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-26 19:36:48 +08:00
charlie
b85937ffbf fix: typos 2022-08-26 18:48:00 +08:00
charlie
5dd26a0180 fix: lint vars 2022-08-26 18:48:00 +08:00
charlie
04e04e4005 improve(plugin): plugin perf tips for initial loader 2022-08-26 18:48:00 +08:00
Peng Xiao
1e607907f3 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-26 15:46:20 +08:00
Tienson Qin
133c2486c3 fix: lint warning 2022-08-26 13:00:42 +08:00
Tienson Qin
abc33f213c enhance: warning on invalid properties 2022-08-26 13:00:42 +08:00
Tienson Qin
79f709850d chore: fix lint warning 2022-08-26 13:00:42 +08:00
Tienson Qin
c200d47983 fix: handle other cases not just commas for safe keywords parsing 2022-08-26 13:00:42 +08:00
Tienson Qin
251867dcf8 fix: convert keywords to str when exporting if there're commas 2022-08-26 13:00:42 +08:00
Tienson Qin
a94b4aac35 fix: catch exception when parsing edn 2022-08-26 13:00:42 +08:00
Tienson Qin
d823b9669f fix: transact block refs before inserting 2022-08-26 13:00:42 +08:00