Commit Graph

12353 Commits

Author SHA1 Message Date
xxchan
cc77d886aa redirect Questions & Help 2022-12-19 17:30:45 +08:00
xxchan
42120121fa update link in README 2022-12-19 17:30:45 +08:00
xxchan
05a354b4d9 chore: link to forum directly for feature request 2022-12-19 17:30:45 +08:00
charlie
38e58b7de5 fix(mobile): maximum width for modal content container 2022-12-19 17:30:10 +08:00
charlie
ef06aedcfb fix(ios): can't scroll when search results overflow with soft keyboard opened 2022-12-19 17:30:10 +08:00
Tienson Qin
7cb8d61347 fix: don't send pixi exceptions to sentry 2022-12-19 13:32:10 +08:00
Andelf
6c4dd0b438 chore(deps): update rsapi, add socks proxy support 2022-12-19 13:09:24 +08:00
Andelf
9a4541c7f5 feat(sync): impl proxy support
refactor: use system proxy when possible
chore: update yarn.lock
2022-12-19 13:09:24 +08:00
Andelf
0fe3ec12f3 fix(ui): wrong attribute for select component 2022-12-19 13:09:24 +08:00
Andelf
f9730b1685 enhance(ui): refine proxy test notification 2022-12-19 13:09:24 +08:00
Andelf
6fc5a265b5 enhance(electron): refine app proxy test url 2022-12-19 13:09:24 +08:00
Tienson Qin
1b04ea84da fix: ignored paths not working on web 2022-12-18 18:44:56 +08:00
Bad3r
a3ba2b2ffd fix(typo): minor changes in README.md
- Fixed a minor typo `you we'll` --> `you'll`
- Capitalized the `H` in `GitHub` to follow the official brand naming
2022-12-18 18:24:47 +08:00
Gabriel Horner
bd055b2b62 Tweak wording for previous commit 2022-12-16 15:50:09 -05:00
Junyi Du
f6b87dad2d Update bug_report.yaml 2022-12-16 15:46:23 -05:00
Junyi Du
a0ba3028d7 Add two questions to bug template 2022-12-16 15:46:23 -05:00
sid597
35badf5c52 use ->> for better readability 2022-12-16 21:24:01 +08:00
sid597
d2b45a59b3 Update code edit for the codeblocks that are opened in main area and sidebar,or as embeds 2022-12-16 21:24:01 +08:00
Tienson Qin
160c09851f fix: backup the file in db when moving a file with a different case 2022-12-16 21:00:54 +08:00
Konstantinos Kaloutas
561b16f522 fix: open whiteboards for beta 2022-12-16 20:58:57 +08:00
Tienson Qin
2bf07a3851 enhance: automatically enable whiteboards for alpha or beta users 2022-12-16 20:58:57 +08:00
Tienson Qin
fb03581561 release: open whiteboards for beta users 2022-12-16 20:58:57 +08:00
Tienson Qin
de660638e6 fix: no need to convert blocks to tree for whiteboards 2022-12-16 20:56:31 +08:00
Peng Xiao
3bce646b23 Update tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx
Co-authored-by: Konstantinos <konstantinos@logseq.com>
2022-12-16 20:04:44 +08:00
Peng Xiao
ea92147bea fix: group/ungroup shortcuts 2022-12-16 20:04:44 +08:00
Andelf
dda5abd698 fix(electron): windows path 2022-12-16 17:02:42 +08:00
sallto
e0dcb7e2a3 fix: overflow of instaled plugin settings dialog 2022-12-16 15:50:17 +08:00
Bad3r
f902ed9155 enhance(dev): add cljs:dev-release-electron
I like to have a dev version of logseq on my system alongside a regular build. I have been building it so far using the full command:
```sh
$ clojure -M:cljs release app --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}"
```
Since `cljs:dev-release-app` already exist; It would be nice to add `cljs:dev-release-electron` as well
```sh
$ yarn cljs:dev-release-electron
```I like to have a dev version of logseq on my system alongside a regular build. I have been building it so far using the full command:
```sh
$ clojure -M:cljs release app electron --debug --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" && clojure -M:cljs release publishing

```
Since `cljs:dev-release-app` already exist; It would be nice to add `cljs:dev-release-electron` as well
```sh
$ yarn cljs:dev-release-electron
```
2022-12-16 15:22:12 +08:00
Tienson Qin
8ce551f827 fix: slow re-index
The reason is that reload-dir! returns a promise, but should block
waiting graph-added-chan to determine whether the parsing is finished
2022-12-16 15:05:58 +08:00
Peng Xiao
37f20772a1 chore: format code 2022-12-16 13:49:13 +08:00
Peng Xiao
8ac7d565b1 fix: hide arrow selection bounds 2022-12-16 13:49:13 +08:00
Peng Xiao
e5cfde099e fix: all tldraw shortcut can still be handled by logseq 2022-12-16 13:49:13 +08:00
Tienson Qin
df2845b398 fix: copy block-ref instantly after input text lost block content
close #7541
2022-12-16 13:34:22 +08:00
Tienson Qin
3e71b1d6f3 fix: db/entity with interger id is not nil with non-exist block (#7723)
fix: returns nil for db/entity if the entity doesn't exist

Co-authored-by: Junyi Du <junyidu.cn@gmail.com>
2022-12-16 00:21:42 +08:00
Gabriel Horner
10d6bc28da Switch named block links to autolink to header blocks
Replaced block property approach as it doesn't provide as much
functionality initially
2022-12-15 11:14:56 -05:00
Gabriel Horner
78345ac473 Fix property completion for namespaced keywords
e.g. logseq.block/route-name
2022-12-15 11:14:56 -05:00
Gabriel Horner
6e0dea3f2c Add routing test and make ns name consistent 2022-12-15 11:14:56 -05:00
Gabriel Horner
b4f26a5c7b Add property which allows for giving a block a routable name
Also update router fn so that it works for all uses of routing to a
block
2022-12-15 11:14:56 -05:00
Konstantinos
ab7d10a6a3 Update tldraw/apps/tldraw-logseq/src/components/Tooltip/Tooltip.tsx
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2022-12-16 00:02:16 +08:00
Konstantinos Kaloutas
f1ba20876f fix: scale level label 2022-12-16 00:02:16 +08:00
Konstantinos Kaloutas
0d2c01ad0c Revert "wip: include arrow heads to bounds"
This reverts commit b628ef930bf94bd37ae2cd965fdcecba41ed9da7.
2022-12-16 00:02:16 +08:00
Konstantinos Kaloutas
31e3981bbe fix: toggle tooltip param 2022-12-16 00:02:16 +08:00
Konstantinos Kaloutas
b1d499abf7 fix: active state of toggle input 2022-12-16 00:02:16 +08:00
Konstantinos Kaloutas
47106cf89b fix: background of active select item 2022-12-16 00:02:16 +08:00
Konstantinos Kaloutas
476b221c51 wip: include arrow heads to bounds 2022-12-16 00:02:16 +08:00
Konstantinos Kaloutas
0f7d91c5c9 remove label bounding box on shapes 2022-12-16 00:02:16 +08:00
Peng Xiao
1141890a8c feat: grouping & ungrouping shapes (#7713)
Grouping && ungrouping shapes support
2022-12-15 22:58:18 +08:00
Junyi Du
5ee8707469 chore: merge function util/with-time and util/with-time-number 2022-12-15 20:37:17 +08:00
Gabriel Horner
39e1b8dc8a Add built-in property to list
Hide it on edit so query table doesn't look weird.
Also removed needless arity wrappings in block fns
2022-12-15 20:37:17 +08:00
Junyi Du
199be34244 test: query performance: enlarge test timeout more 2022-12-15 20:37:17 +08:00