Commit Graph

573 Commits

Author SHA1 Message Date
charlie
6029a2998f improve(plugin): pin or unpin for plugin ui button from toolbar 2022-06-16 01:43:49 +08:00
llcc
7c8ae98911 fix save issues after iOS app re-installation (#5697)
* fix save issues after iOS app re-installation
* fix: ios installation id updates when switching graphs
* fix duplicated file-paths in db

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-06-14 18:22:40 +08:00
Peng Xiao
6b5b1940d3 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-06-14 10:17:21 +08:00
Tienson Qin
b7ae3684be fix: notify graph dir is gone when starting or running the apps
Also, disabled both re-index and refresh when logseq detects that
a graph's dir doesn't exists anymore.
2022-06-13 19:16:34 +08:00
Tienson Qin
7d3a536bc8 enhance: press Shift to select without entering editor mode 2022-06-13 18:57:26 +08:00
Tienson Qin
1857f884d2 feat: toggle displaying flashcards 2022-06-09 17:35:04 +08:00
Peng Xiao
5c2e644a43 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-06-07 10:52:11 +08:00
Tienson Qin
781062a4ce fix: disable editing when the graph's directory is renamed or deleted
related to #5549
2022-06-06 18:05:48 +08:00
Tienson Qin
4ff98966da fix: copy paste
related to #5561
2022-06-06 13:21:57 +08:00
Tienson Qin
f49a28fa7b Merge pull request #5420 from logseq/enhance/graph-parser-part-four
Enhance: Finish up graph-parser
2022-06-02 10:00:30 +08:00
Tienson Qin
8bd278ea44 fix: cannot paste at middle of some text
related to #5501
2022-06-01 02:11:24 +08:00
llcc
ef0201358c fix record bar drag issues 2022-05-31 15:46:08 +08:00
Gabriel Horner
83a4e62bfd Merge branch 'master' into enhance/graph-parser-part-four 2022-05-30 10:18:34 -04:00
Peng Xiao
a72b28145c Merge branch 'master' into whiteboards 2022-05-28 02:13:33 +08:00
Gabriel Horner
e999ebc149 Automatically set extract-options correctly
- Removed state paths [:config :text-formats], [:config :img-formats]
  and [:me :settins :date-formatter] as they have been unused since
  their introduction in 2020
- Converted incorrect js/Error refs
- Also merged db.config test helpers
2022-05-26 18:04:45 -04:00
llcc
f52786a1c8 Merge branch 'master' into gesture-support-on-block 2022-05-26 10:58:38 +08:00
Tienson Qin
737c043c6e fix: disable block/page preview when scrolling 2022-05-26 02:41:01 +08:00
llcc
9cc7517758 fix merge error 2022-05-24 09:37:00 +08:00
llcc
35364765fb Merge branch 'master' into gesture-support-on-block 2022-05-23 22:22:44 +08:00
Tienson Qin
276bfc7aae fix: don't show mobile toobar on PC 2022-05-23 22:08:48 +08:00
llcc
ee3b578d99 Merge branch 'master' into gesture-support-on-block 2022-05-23 22:07:36 +08:00
Peng Xiao
0075dac0c5 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-05-23 21:54:07 +08:00
Peng Xiao
7038e6cbe6 Merge branch 'master' into whiteboards 2022-05-20 16:08:35 +08:00
llcc
b13f0e336e Merge branch 'master' into disable-webview-resize 2022-05-19 15:26:03 +08:00
Gabriel Horner
1d390f7bd4 Replace medley/{map-keys/map-vals} with {update-keys,update-vals} 2022-05-19 14:58:33 +08:00
llcc
957c895082 Merge branch 'master' into disable-webview-resize 2022-05-19 10:32:19 +08:00
Yue Yang
17b91e51c3 feat: custom theme switching (#4741)
* feat: custom theme switching

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* chore: handle reset-custom-theme

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: unregisterTheme

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: format with ts-standard

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* chore: reset extra formats

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* chore: simplify array types

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* Update lsplugin.core.js

* fix: sync upstream

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* chore: add `no mode` themes into panel

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: ci

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: remove first <hr />

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: lockfile

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* chore: update

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* chore: set-theme! => set-theme-mode!

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: selectTheme

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* perf: reduce unnecessary logic

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-05-19 10:18:43 +08:00
rcmerci
047f8bc142 enhance(sync): add progress-bar when init-download remote graph 2022-05-18 19:33:15 +08:00
Tienson Qin
45ea8de1d1 ux: cmd+k to create page/block shapes 2022-05-17 18:07:34 +08:00
Peng Xiao
0011f73ea5 fix: scrolling in view 2022-05-16 20:46:54 +08:00
llcc
d95aa14ca5 Merge branch 'master' into disable-webview-resize 2022-05-16 19:39:18 +08:00
Peng Xiao
a62d6e7e90 Merge remote-tracking branch 'upstream/master' into feat/tldraw-basic 2022-05-16 15:57:40 +08:00
Peng Xiao
97120441db wip
wip
2022-05-16 15:53:10 +08:00
llcc
2c5ef73da9 Merge branch 'master' into disable-webview-resize 2022-05-16 11:17:59 +08:00
Gabriel Horner
c541b096f4 Merge branch 'master' into enhance/graph-parser-part-trois 2022-05-13 16:36:32 -04:00
Gabriel Horner
5b0d5fb8b5 Decouple graph-parser util from app util usage
For tiny util heavily used fns like safe-re-find and uuid-string?,
decouple graph-parser from so much of the app
2022-05-13 16:17:44 -04:00
rcmerci
9dd63cf711 enhance(sync): auto start sync when switching graphs
- auto start sync when switching graphs
- add state ::starting
2022-05-13 15:12:24 +08:00
llcc
e119fef6bd Merge branch 'master' into gesture-support-on-block 2022-05-12 09:58:53 +08:00
llcc
407325ecc2 Merge branch 'master' into disable-webview-resize 2022-05-12 09:53:30 +08:00
Tienson Qin
3625f6f29b fix: copy paste not working across graphs 2022-05-12 07:20:56 +08:00
llcc
edf4943298 Merge branch 'master' into disable-webview-resize 2022-05-10 17:12:14 +08:00
llcc
c480d64994 refactor mobile bar
1. add an update observer to watch icon click on mobile bar
2. add a submenu to input some timestamps
2022-05-10 16:46:46 +08:00
Tienson Qin
83569141fc feat: add encryption back 2022-05-09 22:15:30 +08:00
Tienson Qin
ccabb0c8d2 Replace sidebar block instead of redirecting when clicking breadcrumb 2022-05-09 21:30:31 +08:00
Tienson Qin
4fc479495e Simplify sidebar data 2022-05-09 21:30:31 +08:00
Tienson Qin
f89bcd0b77 ux: click block references number to toggle references below the number
Shift+Click to open the references in the right sidebar
2022-05-09 21:30:31 +08:00
llcc
628fd0f3e4 Merge branch 'master' into disable-webview-resize 2022-05-09 19:44:40 +08:00
llcc
3dda2adc1b feat(gesture): disable action bar when editing 2022-05-06 16:20:00 +08:00
llcc
1b5aef50aa feat(gesture): add second level swipe to call action bar 2022-05-06 16:20:00 +08:00
llcc
84d6b28d86 default :mobile/show-tabbar? to nil 2022-05-05 12:16:18 +08:00