Peng Xiao
f487c5817c
fix: type error
2022-06-17 20:25:32 +08:00
Peng Xiao
55c0c5681e
wip: double click to create logseq page/block
2022-06-17 20:22:51 +08:00
Peng Xiao
e8f7248b01
fix: text shapes in preview
2022-06-17 17:11:05 +08:00
Peng Xiao
b43f235a29
fix: whiteboard camera performance issue
2022-06-17 16:43:34 +08:00
Peng Xiao
899d945eb8
todo: db click to create logseq shape
2022-06-16 00:04:55 +08:00
Peng Xiao
0fc186ba23
fix: tsup should pass process.env for prod
2022-06-14 11:01:20 +08:00
Peng Xiao
6b5b1940d3
Merge remote-tracking branch 'upstream/master' into whiteboards
2022-06-14 10:17:21 +08:00
Tienson Qin
cb8aaef9e3
Adjust code block paddings
0.7.4
2022-06-14 00:53:15 +08:00
Andelf
e3d1096f63
chore: bump version 0.7.4
2022-06-14 00:13:47 +08:00
Tienson Qin
5a245fce7a
Style tweaks
2022-06-13 22:01:29 +08:00
Tienson Qin
96290b50fd
fix: slow re-index
2022-06-13 21:52:40 +08:00
Peng Xiao
616731064e
fix type error
2022-06-13 21:05:54 +08:00
Tienson Qin
6c21b405d6
fix: saving journal files to disk with wrong format
...
related to #5521
2022-06-13 20:01:43 +08:00
Tienson Qin
8033752aaf
fix: notify every window if the graph's dir is gone or back
2022-06-13 19:16:34 +08:00
Tienson Qin
fa7611bbae
fix: unwatch the current listened dir first when refreshing
2022-06-13 19:16:34 +08:00
Tienson Qin
658d1d315a
fix: lint warnings
2022-06-13 19:16:34 +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
156b152129
fix: slow re-index for large graphs with page-metadata.edn
...
related to #5547
2022-06-13 17:43:24 +08:00
Tienson Qin
b3d01a869b
Style tweaks
2022-06-13 16:02:46 +08:00
Tienson Qin
3abbfddb58
Style tweaks
2022-06-13 15:45:25 +08:00
ranfdev
bba19788b5
Align icons in left sidebar
2022-06-13 15:42:08 +08:00
ranfdev
80acd26330
Use flex gaps for more consistency
2022-06-13 15:42:08 +08:00
ranfdev
7d8c2fbbb8
Header icon consistency
2022-06-13 15:42:08 +08:00
Andrew Zhurov
1c87fd2fff
Making excalidraw follow the theme of logseq. (basic 'dark' 'light' theming)
2022-06-13 15:26:22 +08:00
charlie
de9ab5ed44
enhance(plugin): change marketplace metadata requests to node fetch client
2022-06-13 15:23:07 +08:00
Hounsou Dansou
826a075b4f
fix: Add missing config
...
- bullet indentation
- scheduled and deadline default query
2022-06-13 15:22:30 +08:00
charlie
b3aa77c4be
enhance(ui): polish ui of code block
2022-06-13 15:21:52 +08:00
charlie
75c3dd53c6
enhance(ui): hide code lang flag when narrow screen size
2022-06-13 15:21:52 +08:00
charlie
f8c4f50cf8
enhance(ui): extra white space of code block from top
2022-06-13 15:21:52 +08:00
Peng Xiao
69fc959012
fix icon
2022-06-13 10:31:18 +08:00
Peng Xiao
0cdbd2367f
build: optimize local dev for tldraw-logseq/demo
2022-06-13 01:18:08 +08:00
llcc
e93480b664
fix app not working on iOS 13
2022-06-12 20:35:57 +08:00
Peng Xiao
0d881dd1c4
fix: types & lock file
2022-06-12 17:58:11 +08:00
Peng Xiao
8e0f137f65
chore: deps update & reduce zoom range
2022-06-12 17:39:58 +08:00
Peng Xiao
62f7b9a696
fix: enhance minimap ux
2022-06-11 22:19:27 +08:00
Peng Xiao
cfa6eede17
fix: arrow & text in minimap
2022-06-11 01:51:06 +08:00
Peng Xiao
14acac6518
fix: minimap ratio
2022-06-11 01:16:42 +08:00
Peng Xiao
34060c711c
fix: preview rotation
2022-06-10 22:14:23 +08:00
Peng Xiao
9966cf61e4
wip fix persist issue
2022-06-10 21:16:18 +08:00
Peng Xiao
7def1f4d2c
wip preview/minimap window
2022-06-10 18:25:39 +08:00
Tienson Qin
23e46588b3
enhance(ui): only display block controls when hovering
2022-06-10 16:12:02 +08:00
llcc
271ceb9b8a
support graph edn/json export on mobile
2022-06-10 15:47:07 +08:00
Gabriel Horner
d0755ef161
Update dependencies in deps
...
Also fix conditional workflows that didn't trigger if changes were made
to them
2022-06-10 15:39:11 +08:00
Gabriel Horner
ee9f390761
Localize bb-tasks for deps
...
Deps need to be independent to not introduce testing bugs.
These bb tasks are good candidates to move into bb-tasks gitlib
2022-06-10 15:39:11 +08:00
Gabriel Horner
17d2462343
Move rules into db dep as it's useful for external apps
...
- rules is already used by logseq-query and will be useful for
nbb-logseq
- Updated db jobs to run in deps/db by default. Less typing but
more importantly discourages independent libraries from depending on
external scripts.
- Moved lint-rules task into db since it is db specific now
- Also remove nbb-logseq from top-level as all nbb compatibility is in
deps.
2022-06-10 15:39:11 +08:00
Gabriel Horner
6608537909
Move logseq.graph-parser.db* namespaces to their own dep
...
Also add its own CI file
2022-06-10 15:39:11 +08:00
Tienson Qin
1857f884d2
feat: toggle displaying flashcards
2022-06-09 17:35:04 +08:00
Andelf
c3c42351c8
fix(electron): register accelerator for mod+n
...
Fix #5626
2022-06-09 17:01:59 +08:00
Tienson Qin
e6cd185ec0
instrument: failed file writes
2022-06-09 16:55:50 +08:00