Andelf
1e7d42a4ed
fix(build): electron-rebuild version
2021-11-23 10:54:42 +08:00
leizhe
9e346546ea
enhance(ios): enable back-and-forward button
2021-11-23 09:35:01 +08:00
Tienson Qin
a9f21cd76c
fix: compare contents when new files detected
0.5.0
2021-11-22 22:25:59 +08:00
Tienson Qin
a7981dd1c8
chore: bump version
2021-11-22 22:19:19 +08:00
Tienson Qin
166ffa3b35
fix: clean orphaned pages when saving the editor
2021-11-22 22:12:55 +08:00
Tienson Qin
9315b3bab4
fix: don't create empty pages for alias and tags page properties
2021-11-22 20:18:48 +08:00
Tienson Qin
3d9b67b3da
enhance: create today's page if it doesn't exist when scrolling to
...
the top of journals page
2021-11-22 20:09:04 +08:00
Tienson Qin
0db47304ef
enhance: move edit config.edn to advanced
2021-11-22 20:04:57 +08:00
Tienson Qin
0452c7ce3e
fix: can't open external links like zotero and mail clients
...
close #3186
close #3235
2021-11-22 19:56:20 +08:00
Tienson Qin
0273a18a5f
fix: don't delete files if it's triggered by third-party sync services
2021-11-22 18:55:34 +08:00
Tienson Qin
1a388ceb9d
fix: Git Autocommit not working if empty graph path on electron
2021-11-22 17:47:04 +08:00
leizhe
d6129e4fa0
fix(ios): status bar overlay
2021-11-22 17:25:50 +08:00
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