Commit Graph

5682 Commits

Author SHA1 Message Date
llcc
6434fa8e7e Merge branch 'master' into mobile 2021-11-22 17:03:20 +08:00
Tienson Qin
e59c2ec71f enhance: posthog changes 2021-11-22 16:41:03 +08:00
Charlie
c2b882b57d Feat/support keybinding for plugin commands (#3176)
register shortcut and shortcut for palette commands
2021-11-22 15:44:27 +08:00
llcc
e654fde59d Fix vertical bar not handled correctly in page titles (#3227)
* fix: Vertical bar (|) not handled correctly in page titles

Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
2021-11-22 15:35:58 +08:00
Tienson Qin
38052b3c84 fix: jump to the end of page ref after pressing Enter 2021-11-22 15:19:11 +08:00
Gabriel Horner
d2675cdfe7 Remove clj testing as it's no longer used 2021-11-22 14:59:57 +08:00
Gabriel Horner
fb256884ba Use clojure invocation that doesn't depend on rlwrap 2021-11-22 14:59:57 +08:00
Gabriel Horner
24807eef17 Fix clj test so that it passes
roam-test was no longer clj compatible with dependence on text and date
namespaces. Added to CI to ensure clj tests continue to pass
2021-11-22 14:59:57 +08:00
leizhe
69c9fce9d4 fix: wrong namespace if nested_link exists in page
Let's say, if we have a page named `[[A/B]] is a page` in the graph,
logseq creates two wrong namespaces: `[[A` and `B]] is a page`, this
PR points the namespace to `A` and `B`
2021-11-22 13:59:39 +08:00
leizhe
4779a5c98b Fix: create wrong pages if nested_link exist in graph
Let's say, if `[[[[A/B]] is page]] got referenced` exists as a link in
the graph, a `[[A` will be created. This PR fixes this issue.
2021-11-22 13:59:39 +08:00
leizhe
d84fec72e5 fix: sometimes two dots are used in page reference link in org 2021-11-22 13:58:28 +08:00
leizhe
d872b9a8cf add back redirect! command 2021-11-22 13:58:28 +08:00
leizhe
08b4451d55 fix https://github.com/logseq/logseq/issues/3221 2021-11-22 13:58:28 +08:00
charlie
82a522fb05 fix(marketplace): exclude themes for plugins tab 2021-11-22 13:56:36 +08:00
charlie
0f73f5ff2e fix(ui): scrolling not work of main container from some plugins theme 2021-11-22 13:56:36 +08:00
Andelf
76e38c4950 enhance: sort by block name before save metadata 2021-11-22 13:54:02 +08:00
Tienson Qin
db1a6c7c37 fix: use keycode instead of key for autopair
close #752
close #2944
2021-11-22 13:21:19 +08:00
Andelf
961f6e9a19 fix: skip ime composing 2021-11-22 11:10:52 +08:00
Tienson Qin
2d90481a5b enhance: save a backup file if writes failed (EBUSY) 2021-11-22 10:40:32 +08:00
Tienson Qin
7c8622ed36 fix: no valid OpenPGP data found 2021-11-22 09:49:51 +08:00
hkgnp
0824a1bbd6 Include isPageBlock property in insertBlock
Currently, using the isPageBlock property when using insertBlock allows you to insert a block on an empty page. However, there will be a TS error as shown below:
```
Argument of type '{ isPageBlock: boolean; }' is not assignable to parameter of type 'Partial<{ before: boolean; sibling: boolean; properties: {}; }>'.
  Object literal may only specify known properties, and 'isPageBlock' does not exist in type 'Partial<{ before: boolean; sibling: boolean; properties: {}; }>'.
```
This PR attempts to remove this lint error.
2021-11-22 09:14:59 +08:00
David Whittington
46ac685474 feat: support Arweave URLs for links and images
Adds ar://<tx> URL support for both links and images. The Arweave
gateway used can be configured with the :arweave/gateway config key. It
defaults to "https://arweave.net" if not configured.
2021-11-22 09:12:19 +08:00
leizhe
b9020813ce enhance(settings): remove tooltip rows 2021-11-19 21:29:55 +08:00
leizhe
b985fd53b0 enhance(css): remove tooltip for show-brackets 2021-11-19 21:23:24 +08:00
leizhe
da56f33fb3 enhance(css): set settings form-row min-width 2021-11-19 21:05:55 +08:00
leizhe
0b9bd09855 add .gitignore file 2021-11-19 19:38:01 +08:00
leizhe
d96dfd88cd enhance(css): make icon slightly bigger 2021-11-19 19:32:52 +08:00
Tienson Qin
40b315de6b fix: can't open new graph on Linux
close #3202
2021-11-19 13:39:36 +08:00
leizhe
a366320b8c revert panel padding to its original value 2021-11-19 13:05:29 +08:00
leizhe
ef7001becd revert panel padding since it breaks some other panels 2021-11-19 13:03:10 +08:00
leizhe
4a9042e31c feat(mobile): add backward/forward for android APP 2021-11-19 12:34:05 +08:00
leizhe
ba6007bab1 chore: add ios/android platform helper functions 2021-11-19 12:14:57 +08:00
leizhe
f2232e968a fix(commands): disable commands window after input
`/Embed Youtube Video` window persists after selected the command,
This PR fixs it.
2021-11-19 11:59:26 +08:00
leizhe
4ad406f9ee enhance: use conj instead of remove 2021-11-19 11:09:04 +08:00
Tienson Qin
27ea95d6c8 fix: create today's page when redirect to home 2021-11-19 10:48:18 +08:00
leizhe
0ff7774b4e enhance(settings): disable git settings 2021-11-19 10:44:44 +08:00
Tienson Qin
976f9a5bea enhance: safe compare 2021-11-18 23:19:40 +08:00
Tienson Qin
573da9629d chore: bump version 0.4.9 2021-11-18 22:52:03 +08:00
Tienson Qin
f4a475a75c fix: shortcut 2021-11-18 22:51:42 +08:00
leizhe
e7e7cf0935 enhance(css): more space for panel components, like SRS. 2021-11-18 22:12:58 +08:00
Tienson Qin
b0fbc62801 chore: add yarn.lock to .gitignore 2021-11-18 21:55:59 +08:00
Tienson Qin
75cd265606 chore: delete yarn.lock 2021-11-18 21:52:19 +08:00
Tienson Qin
df2d3cfeea release: disable npm caches 2021-11-18 21:42:10 +08:00
Tienson Qin
d022c6828d fix: run yarn clean first 2021-11-18 21:37:07 +08:00
Tienson Qin
2c1e3765cb fix: some lint errors 2021-11-18 21:34:49 +08:00
Junyi Du
daae4932ad Some fix according to lint 2021-11-18 21:13:35 +08:00
Junyi Du
0245da0a5a Expand kondo configuration 2021-11-18 21:13:35 +08:00
Tienson Qin
2e2e8f23aa fix: specify npm packages version 2021-11-18 21:04:29 +08:00
Tienson Qin
6855d2703b chore: update yarn.lock too 2021-11-18 20:15:02 +08:00
Tienson Qin
b0ad0fc87c chore: bump pixi-graph for debugging 2021-11-18 19:47:45 +08:00