Commit Graph

6057 Commits (4575d6648e387a53cab25d0c9c4061b40409dbc0)

Author SHA1 Message Date
Tienson Qin f983452997 fix: add android:requestLegacyExternalStorage 2021-12-08 12:33:23 +08:00
Tienson Qin da10a02e1f chore: anonymous fn style 2021-12-08 10:57:05 +08:00
Devon Zuegel da81d3b636 enhance: color code SRS buttons & extract shortcut to tippy 2021-12-08 10:55:25 +08:00
Tienson Qin 7822848af8 chore: remove :block/title, :block/body and :block/unordered
For two reasons:

1. Reducing memory usage, both block/title and block/body are AST parsed
by Mldoc. After removing, logseq is able to handle 10k notes.

2. Simplify the db schema
2021-12-08 10:46:45 +08:00
ahonn 1ca2b3fc21 feat: keep indent after copy block refs
Fixes #3349
2021-12-08 10:45:32 +08:00
Charlie 9029c632ef
Enhance/plugin apis (#3355)
* improve(plugin): support autoFocus option for main ui frame

* improve(plugin): make single selected block as current block

* improve(api): get selected blocks

* improve(plugin): support call built-in command from api

* fix(plugin): sanitize key of shortcut id

* improve(plugin): add invoke built-in command api &

* fix(editor): overwritten class of collapsed block

* improve(plugin): add `getStateFromStore` api

* chore: build libs core

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-12-08 10:43:58 +08:00
leizhe a0cb6e5526 feat(mobile): embed a photo in block
The seleted photo will be stored in assets folder.
2021-12-07 21:03:25 +08:00
Tienson Qin d9452bd739
enhance(mobile): fixed position of head-bar & mobile-bar (#3360)
enhance(mobile): fixed position of head-bar & mobile-bar
Co-authored-by: charlie <xyhp915@qq.com>
2021-12-07 13:40:47 +08:00
Tienson Qin 74c2606300 fix: update commands/action check 2021-12-07 13:27:50 +08:00
Tienson Qin 4270dbc755 fix: toggle favorite 2021-12-07 11:40:32 +08:00
Tienson Qin fcf0f2cdfc chore: enable global shortcuts with the `e` argument 2021-12-07 11:27:53 +08:00
Devon Zuegel d43be37b16 feat: add "add to favorites" to command palette 2021-12-07 11:25:22 +08:00
Andelf 96a449dc7e fix(ui): missing span in repo-name dropdown 2021-12-07 11:21:26 +08:00
Devon Zuegel 2d81ddcbde fix: make Continue? modals more consistent 2021-12-07 10:44:28 +08:00
Devon Zuegel e4dd021559 fix: handle windows path in shorten-repo-name 2021-12-07 10:44:28 +08:00
Devon Zuegel 3bb867304d enhance: tidy up repo dropdown in sidebar 2021-12-07 10:44:28 +08:00
Andelf b70afa4071 fix: add .svg to image ext 2021-12-07 10:41:22 +08:00
charlie e138b02e64 fix(ui): close left sidebar when create new page on mobile platform 2021-12-06 17:02:29 +08:00
charlie edbde26fcb fix(ui): not close left sidebar when create new page to pass e2e test 2021-12-06 17:02:29 +08:00
leizhe ae7b373e98 fix(org): get right link href for file links
The following links should work well as external links in orgmode.
[[file:/Users/ll/Downloads/test.pdf]]
[[file:/Users/ll/Downloads/test.pdf][a pdf]]
2021-12-06 16:55:32 +08:00
leizhe 7e54abadca fix(org): get right link href for file links
The following links should work well as external links in orgmode.
[[file:/Users/ll/Downloads/test.pdf]]
[[file:/Users/ll/Downloads/test.pdf][a pdf]]
2021-12-06 16:35:57 +08:00
Tienson Qin baa75f3361
Merge pull request #3341 from andelf/enhance/encryption-ui
enhance(ui): handle encryption errors
2021-12-06 12:29:16 +08:00
Tienson Qin 8e2c449c6c
Merge branch 'master' into enhance/encryption-ui 2021-12-06 12:29:05 +08:00
Tienson Qin 1539e0e806 fix: block ref style 2021-12-05 22:25:57 +08:00
Tienson Qin d7c4392ecb perf: reduce start time from minutes to seconds for large graphs 2021-12-05 22:18:19 +08:00
Tienson Qin 117cc9f83d chore: bump datascript 2021-12-05 16:28:05 +08:00
Tienson Qin 097ad107c3 fix: don't access renderer's state in Electron 2021-12-05 15:27:49 +08:00
Tienson Qin 881e65a9fa mobile: separate filecontainer from filepicker 2021-12-05 14:57:59 +08:00
Andelf fd6f6d033c fix: local graph should popup encryption dialog when re-index 2021-12-05 12:06:14 +08:00
Andelf 1b09821a65 fix: invalid toggle handler fn 2021-12-05 12:05:35 +08:00
Andelf f5c9750c12 fix: do not ignore patterns in parent dir
Fixes #3310
2021-12-05 12:05:11 +08:00
Moritz Ulrich d7759aeb79 Always add target of `redirect-to-page!` to 'Recent' list.
This change will put way more visited pages in the 'Recent' list, which (to me) feels better than the current behaviour.
2021-12-05 12:04:27 +08:00
Moritz Ulrich 60d3f1f60e follow-link-under-cursor!: Add page to 'Recent' list
This fixes #3325
2021-12-05 12:04:27 +08:00
Tienson Qin d9938421c0 fix: settings blank when there's no graph yet 2021-12-05 12:02:56 +08:00
Tienson Qin 8f6a05acdf
Merge pull request #3198 from logseq/mobile
Mobile APP
2021-12-05 11:42:34 +08:00
Tienson Qin 0d13f9f081 Merge branch 'master' into mobile 2021-12-05 11:39:58 +08:00
Andelf e577797ef4 enhance(ui): handle encryption errors 2021-12-03 18:21:03 +08:00
leizhe fffb33fea9 add readme 2021-12-03 18:12:27 +08:00
leizhe 88127640cd enhance(logbook): tweak logbook summary width 2021-12-02 18:48:38 +08:00
leizhe 79970a3e24 enhance(logbook): sort logbook 2021-12-02 18:33:04 +08:00
leizhe ab0e5fec0a enhance(logbook): more polishment 2021-12-02 18:18:05 +08:00
leizhe 00bc4961af enhance(logbook): show clocking data in table 2021-12-02 15:41:35 +08:00
leizhe 4bceb7a9da enhance(mobile): make logbook scrollable 2021-12-02 12:03:32 +08:00
leizhe 19a32b4f7e bump android build version code 2021-12-01 21:01:33 +08:00
leizhe 7d7cbe09b7 enhance(mobile): tweak datepicker 2021-12-01 20:52:42 +08:00
leizhe 76679f2d2e enhance(mobile): tweak datepicker css 2021-12-01 20:15:01 +08:00
leizhe 0daf3538dd enhance: notify users if no orphaned pages exist 2021-12-01 17:34:28 +08:00
leizhe a1a7adbbc3 enhance: flex clock summary with title, not the whole body 2021-12-01 16:21:18 +08:00
leizhe b8d30ddcbd enhance: remove bottom margin for timestamp cp 2021-12-01 15:35:45 +08:00
leizhe b8811d5dfd bump android build version code 2021-12-01 15:27:56 +08:00