Commit Graph

7130 Commits (f7ab5c968556db8a2829a62c2c51604a71e738d7)

Author SHA1 Message Date
Andelf f7ab5c9685 chore: bump version 0.6.6 2022-04-18 09:33:25 +08:00
Andelf 2c39e77350 enhance(editor): accept enter in dummy block
Fix #4931
2022-04-15 16:59:38 -04:00
Andelf e004576fce style(settings): line-space of general/journals 2022-04-16 00:40:48 +08:00
Andelf e6d87dfd6c enhance(editor): allow global git cmd shortcut 2022-04-16 00:39:16 +08:00
Andelf dbd8e1e9ee fix(ui): warn about illegal git commit interval 2022-04-15 21:27:33 +08:00
Andelf 115054736d
test(e2e): add test for backspace and cursor pos (#4896)
* test(e2e): add test for backspace and cursor pos
* fix(test): refine, fix wrong helper
2022-04-15 19:50:25 +08:00
llcc 9d0194e81f fix mobile toolbar order not persisting after restart 2022-04-15 17:31:26 +08:00
llcc 4fdaaff2d4 add Podfile item 2022-04-15 17:30:59 +08:00
llcc 4207df1b1a fix copy to clipboard failure on iOS 2022-04-15 17:30:59 +08:00
llcc b17d17a65e fix playing video goes into editing mode on iOS 2022-04-15 17:30:32 +08:00
llcc cb61578a15 fix pasting in src block not working on iOS
close https://github.com/logseq/logseq/issues/4914
2022-04-15 17:30:05 +08:00
llcc b7b73613db don't create new contents file when changing format
Logseq now creates a new contents file when users try to toggle the
preferred format, which causes file duplications error.
2022-04-15 17:28:08 +08:00
Junyi Du 8d9204edf2 chore: logseq protocol comments 2022-04-15 17:16:27 +08:00
Junyi Du e1e7070ebb ux: page dropdown button for copy page URL 2022-04-15 17:16:27 +08:00
Junyi Du ee2dcd8f09 enhance: remove the redundant 'open' from logseq protocol (v0.1) 2022-04-15 17:16:27 +08:00
Junyi Du dd7cc6a70f ux: copy logseq URL of block 2022-04-15 17:16:27 +08:00
Junyi Du 724eb92990 fix: logseq protocol graph param validation 2022-04-15 17:16:27 +08:00
Junyi Du 31e3617e20 feat: logseq protocol open action for page-name and uuid 2022-04-15 17:16:27 +08:00
Junyi Du 67532eff43 fix: broadcast persist graph on opening new graph with logseq protocol 2022-04-15 17:16:27 +08:00
Junyi Du 4856bb7aaa fix: deeplink support 2022-04-15 17:16:27 +08:00
Junyi Du aa29a00b88 feature: logseq protocol; refactor persistGraph 2022-04-15 17:16:27 +08:00
rcmerci f23c7cfd09 fix(sync): fix unfinishable sync loop 2022-04-15 12:13:34 +08:00
llcc 0a84ca6c4e enable show-brackets? toggle for orgmode [[file:./pages/demo.org][demo]] 2022-04-15 08:58:46 +08:00
charlie e7ccf1fbfa fix(plugin): sometimes plugin settings of gui not work when entry from app settings 2022-04-15 08:57:48 +08:00
rcmerci 052aeedb3d enhance: add logout i18n 2022-04-14 09:29:01 -04:00
rcmerci dd57f6c695 enhance(sync): add logout 2022-04-14 09:29:01 -04:00
llcc 52571d73e9 fix quick capture template not working 2022-04-14 11:16:59 +08:00
Gabriel Horner dba1db1429 Address cleanup from #3839
- Remove unused translation key
- Delete or TODO commented code
- Capitalize notifications to users
2022-04-13 19:12:24 +08:00
Gabriel Horner 8252160c0a More test improvements
- Easier auth setup
- subdirectory is configurable
- list graphs api also exercised
2022-04-13 19:12:24 +08:00
Gabriel Horner f4a012dfd6 Fix two incorrect calls caught by tests 2022-04-13 19:12:24 +08:00
Gabriel Horner 798bac18a5 First pass at file tests for file-sync
Each action usually passes by 5th try
2022-04-13 19:12:24 +08:00
Yue Yang c8f1b91327 fix: increase td width to prevent content overflow
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-04-13 19:11:34 +08:00
Tienson Qin 2985356134 fix: login callback not working if there's no focused window 2022-04-13 04:10:41 +08:00
Tienson Qin d255b31758 fix: deeplink on electron 2022-04-13 03:47:19 +08:00
Peng Xiao 3beb46261e fix: lock file & ci check 2022-04-12 10:00:06 -04:00
Peng Xiao ec4008d054 chore: upgrade tailwindcss to most compatible version 2022-04-12 10:00:06 -04:00
Peng Xiao 714d3ce53b fix: menu items should not be selectable 2022-04-12 10:00:06 -04:00
llcc f4985fd8ef
Feat: record audio on mobile (#4766)
* feat(audio): render audio link as component

* refactor frontend/component/block/inline

* fix audio component on mobile

* Fix(iOS): allow clock to replay audio

* feat(mobile): audio record

* add permission request code on record

* rename `editor/recording?` to `editor/record-status`

* move `get-asset-path` into handler/editor.cljs

* add android settings

* support sharing audio file from some apps

* enhance(record): insert audio link in a new block if non-editing

* feat(audio): allow cancelling record

* fix lints

* feat(iOS): add a tab bar

* tweak some css on mobile

* fix lints

* fix https://github.com/logseq/logseq/issues/4798

* enable tab bar on Android

* fix landscape height of tab bar

* add :reuse-last-block? option

* dont't show tab bar when editing mirror code

* tweak code-editor css

* increase width for more functional buttons

* fix card preview css on iPad

* add document-mode to tab bar

* remove tabbar when editing code and tweak textarea resize cursor behavior

* reduce SplashScreen launch screen duration

* don't show tabbar when editing page title

* enhance: float timer

* fix lint

* fix tabbar height on iPhone without notch

* remove .embed-page width

* fix lint

Co-authored-by: Andelf <andelf@gmail.com>
2022-04-12 20:17:54 +08:00
FelixGibson 9f6aad98cf Feature: sort the flashcard by the ':card-next-schedule' property
Signed-off-by: FelixGibson <jjtom5f@gmail.com>
2022-04-12 19:14:05 +08:00
llcc 35ce12ced2 persist commands order on mobile 2022-04-12 19:09:01 +08:00
llcc 4df8459615 feat(mobile): dynamically reorder toolbar commands by click counts 2022-04-12 19:09:01 +08:00
Andelf aae8b7094c fix(mobile): page blank when switching graph
Fix #4877
2022-04-12 19:06:14 +08:00
rcmerci f072a29727 feat(sync): support dev&prod env 2022-04-12 09:24:21 +08:00
Andelf 7da03c0526 fix: do not persist var under demo graph 2022-04-12 07:37:09 +08:00
Tienson Qin bccfe73dfc fix: typo 2022-04-11 14:32:38 +08:00
Tienson Qin 7d27034cd9 fix: Android crash 2022-04-11 14:30:00 +08:00
Andelf 3469efb442 fix(ui): wrong condition for rendering heading
Fix #4843
2022-04-11 11:46:27 +08:00
Tienson Qin ec1c60322f Remove unused code 2022-04-11 11:45:50 +08:00
Tienson Qin 2c86d9af91 enhance: deeplink support (logseq://) in development
This package https://www.npmjs.com/package/electron-deeplink provides
the ability to support both development and production environments.
2022-04-11 11:45:50 +08:00
Andelf 78d9c6f2fe fix(e2e): wrong log match condition 2022-04-11 11:45:32 +08:00