Commit Graph

4456 Commits

Author SHA1 Message Date
llcc
03d8c8a8d2 fix: set timestamp to another editing block
close https://github.com/logseq/logseq/issues/3783
2022-03-01 09:24:03 +08:00
Gabriel Horner
50e5764369 Fix --exclude option
Subtle annoying bug with symbol. Also allos multiple exclude options
2022-02-28 16:27:22 +08:00
Gabriel Horner
12712f83f1 Fix intermittent test-data staleness for test runner 2022-02-28 16:27:22 +08:00
llcc
dd48d264e9 fix(mobile): log print error instead of js/alert
Avoid annoying javascript alert window
2022-02-28 15:54:29 +08:00
Peng Xiao
a816143235 fix: remember right sidebar width whenever its width is changed 2022-02-26 02:05:53 +08:00
Peng Xiao
2b67daf78b feat: remember right sidebar width after resizing 2022-02-26 02:05:53 +08:00
Gabriel Horner
37210e1ce5 Remove unused requires from #4232 2022-02-24 16:49:50 -05:00
Tienson Qin
abe377a201 fix: don't fold / unfold "Linked References" section when filtering
This fixed both #4305 and #3582.
2022-02-24 23:30:53 +08:00
Peng Xiao
5e801b1d5f fix: block uuid in breadcrumb 2022-02-24 23:25:51 +08:00
Peng Xiao
e416a23e1e fix: block ref id in block-reference 2022-02-24 23:25:51 +08:00
Tienson Qin
30785c6a87 fix: recent pages
related to #4322
2022-02-24 23:09:36 +08:00
charlie
a611d094bf fix(pdf): ctx menu bar position when zoom in 2022-02-24 22:47:47 +08:00
charlie
f3cee33099 feature(pdf): add highlight mode 2022-02-24 22:47:47 +08:00
Gabriel Horner
35d2023e24 Add shadow test runner that provides most test-runner like options 2022-02-24 22:45:52 +08:00
Tienson Qin
db7d1cde09 fix: CI tests and lint warnings 2022-02-24 16:35:26 +08:00
Tienson Qin
c678fa15e6 fix: can't parse graphs because of links regular expressions
close #4308
2022-02-24 16:35:26 +08:00
Andelf
ec75142730 fix(ui): exit edit mode when prompt
Fix #4359
2022-02-24 11:54:40 +08:00
Gabriel Horner
b0babf2232 Change export to not depend on printing - close #4211 2022-02-24 00:32:30 +08:00
Junyi Du
3517090353 chore: remove commented code 2022-02-23 11:35:50 +08:00
Junyi Du
141504fa06 fix: move search version logging directory to search.versions to maintain backward compatibility 2022-02-23 11:35:50 +08:00
Junyi Du
9eaec328a9 enhance: add :graph/ready event; check search version of each repo 2022-02-23 11:35:50 +08:00
Jonah Goldsaito
cc0cdb40f2 Load more journal entries (#3048)
* Update the default number of journal entries shown

* Get 7 journal entries per load while infinite scrolling

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-02-22 17:30:31 +08:00
Tienson Qin
bd1e1346f4 fix: lint warnings 2022-02-22 16:52:59 +08:00
Tienson Qin
8046ccd4d6 enhancement: only run custom queries when not typing 2022-02-22 16:52:59 +08:00
Gabriel Horner
6957b17843 Add command to save graph to disk 2022-02-22 12:00:50 +08:00
leizhe
86ea102b89 fix(android): app crashes 2022-02-20 23:41:02 +08:00
Andelf
bf0eb9c76b refine(ui): hide cut/copy context-menu when no text 2022-02-20 23:39:15 +08:00
Andelf
1769c325d4 enhance(ui): refine electron context-menu
- do not show context-menu when there's no item
- add select all
- refine separator position
- gray out disabled items
2022-02-20 23:39:15 +08:00
Junyi Du
a705665c22 fix: #4311 collapsed state not persisted for blocks with properties 2022-02-20 20:06:34 +08:00
Tienson Qin
16537f5975 fix: poor performance for custom queries
related to #4285
2022-02-20 03:19:43 +08:00
Tienson Qin
8846be9d5f chore: bump version 2022-02-20 01:57:57 +08:00
Tienson Qin
3ec138ebf2 chore: disable parse_outline_only? temporarily 2022-02-20 01:41:09 +08:00
charlie
0233844b53 fix(api): return value of remove block 2022-02-20 00:24:48 +08:00
Tienson Qin
d7be05c0ea fix: posthog init failed 2022-02-20 00:09:43 +08:00
Junyi Du
89e13b58f9 fix: missing normalized for file watcher ipc 2022-02-19 23:01:20 +08:00
charlie
e6c1fc2b3d enhance(ui): rename of page when ESC event 2022-02-19 17:43:36 +08:00
Andelf
b77b09fdd2 fix(lint): rm unused import 2022-02-19 17:39:51 +08:00
Andelf
d22df2b922 fix(electron): rewrite electron-context-menu
Fix #4274
2022-02-19 17:39:51 +08:00
Tienson Qin
d0848ee6eb fix: highlight blocks in srs cards 2022-02-19 17:35:00 +08:00
charlie
d502bea84f fix(ui): restrict max width of plugin settings panel 2022-02-19 17:27:03 +08:00
Tienson Qin
5111d59f7a fix: sort in query table 2022-02-19 14:57:49 +08:00
Tienson Qin
db07341ebe perf: disable new-db cache for custom queries
related to #4285
2022-02-19 14:40:49 +08:00
Tienson Qin
8c9f2dc266 fix: UI is not refreshed when editing empty pages 2022-02-19 14:27:44 +08:00
Tienson Qin
e1064d21d3 fix: page/block refs not working
close #4289
2022-02-19 13:29:34 +08:00
Tienson Qin
e55b666429 chore: remove unused react-impls 2022-02-19 12:47:15 +08:00
Tienson Qin
74bb372444 fix: srs cards can't be edited during preview or in /cards queries 2022-02-19 12:25:04 +08:00
Ben Jaffe
05a1aa468b add data-ref to title 2022-02-19 12:24:45 +08:00
Ben Jaffe
4a0270108f enhance(ui): add data-ref for items in left sidebar 2022-02-19 12:24:45 +08:00
leizhe
9618c18215 enhance(mobile): support excalidraw 2022-02-19 10:41:20 +08:00
leizhe
770eff4ab8 fix(mobile): tweet component loading fails 2022-02-19 10:39:41 +08:00