Commit Graph

6057 Commits (4575d6648e387a53cab25d0c9c4061b40409dbc0)

Author SHA1 Message Date
Andelf 4575d6648e chore: add license field to package.json 2021-12-21 12:36:24 +08:00
Andelf f838590ea5 fix(editor): handle convertion from file ext to language mode 2021-12-21 12:36:06 +08:00
Andelf 3a1bd3c943 fix: hljs language mode 2021-12-21 12:36:06 +08:00
Andelf 0e570ba45b refactor: simplify clojure lang mode setting 2021-12-21 12:36:06 +08:00
Andelf 9eb7c6f820 refactor(editor): use codemirror to guess code mode 2021-12-21 12:36:06 +08:00
Bad3r db6e5c9333 fix: ⚙ Move 'go' to 'navigation' and add 'go/keyboard-shortcuts' 2021-12-21 12:35:20 +08:00
Bad3r 9c0eb2eb85 fix: Remove 'escape editing' recommendation ⚙ 2021-12-21 12:35:20 +08:00
Andelf 0319e3f4d6 fix(ui): missing tr/thead/tbody in query-table 2021-12-21 12:04:41 +08:00
leizhe 7c1076673b fix(mobile): remove block-control hover left-margin 2021-12-21 10:55:10 +08:00
leizhe 925f764730 fix(mobile): wrong cursor restore when indent or outdent 2021-12-21 10:55:10 +08:00
leizhe 23c4f3e4c5 fix(ios): allow toggling logbook 2021-12-21 10:55:10 +08:00
leizhe 4417365d21 fix(ios): allow editing scheduled and deadline timestamp 2021-12-21 10:55:10 +08:00
leizhe fd7bb2c64a enhance(mobile): tweak body style 2021-12-21 10:55:10 +08:00
leizhe 969fec3c99 enhance(mobile): enhance References margin and padding 2021-12-21 10:55:10 +08:00
leizhe c5adb7457f enhance(mobile): tweak CodeMirror css 2021-12-21 10:55:10 +08:00
leizhe 01d9c28899 fix(mobile): close left sidebar when search 2021-12-21 10:55:10 +08:00
leizhe f3b4e2398f enhance(mobile): tweak settings css 2021-12-21 10:55:10 +08:00
leizhe 6e2dee0f33 enhance(mobile): tweak panel's border width in settings 2021-12-21 10:55:10 +08:00
leizhe 51c1e4faec remove updater and draw on mobile 2021-12-21 10:55:10 +08:00
leizhe d51e575343 enhance(ios): add back-and-forward icons on iOS 2021-12-21 10:55:10 +08:00
leizhe dc1ff1e299 fix(ios): add Photo Library and Camera Usage descriptions 2021-12-21 10:55:10 +08:00
leizhe aace884dbe enhance(mobile): add as many icons to mobile toolbar 2021-12-21 10:55:10 +08:00
leizhe fd9df693c1 enhance(mobile): allow file deletion 2021-12-21 10:55:10 +08:00
leizhe 0acfd917b3 fix(ios): write file with special chars in filename
CJK, spaces, etc.
2021-12-21 10:55:10 +08:00
leizhe 3bcd0bdf3f fix(ios): failed to write files 2021-12-21 10:55:10 +08:00
leizhe 1b7857b631 fix(ios): read file with spaces/Chinese/Japanese in filename 2021-12-21 10:55:10 +08:00
leizhe f7e3a18f2a fix(mobile): add title property if page name contains #, % 2021-12-21 10:55:10 +08:00
leizhe 42019d1f9f fix(android): ignore reading files containing # or %
User can use "#" and "%" in page name, but those two chars will be
replaced by "_", as same as the behaviors on desktop.
2021-12-21 10:55:10 +08:00
leizhe 571d83e6f6 enhance(android): Add All Files Access permission UI 2021-12-21 10:55:10 +08:00
Tienson Qin 3c69a82659 fix: ipad crash 2021-12-21 10:47:38 +08:00
charlie 4b7d5afab9 fix(dev): hot reload crash when remount app 2021-12-20 21:01:31 +08:00
Andelf 61ef2750b1 fix(editor): logbook should not be editable 2021-12-20 16:57:09 +08:00
Tienson Qin 02973cba6c
Replace logseq.github.io with docs.logseq.com (#3526) 2021-12-20 12:32:44 +08:00
Junyi Du ac8a147ae5 fix: remove jap square-bracket from autocomplete list 2021-12-20 12:11:11 +08:00
Junyi Du 09120cfce2 test(e2e): add more autocomplete test 2021-12-20 12:11:11 +08:00
Junyi Du c5d39cdb8a fix: abuse of keycode cause unexpected behaviour under different keyboard layouts 2021-12-20 12:11:11 +08:00
llcc a8c9daad07
enhance(dwim): re-number its items when dwim in an ordered list (#3358)
* enhance(dwim): re-number list if dwim in ordered list

* fix: regexp for matching a list item

* enhance: don't enable dwim in list if cursor is at beginning of item

Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
2021-12-16 20:30:30 +08:00
charlie f94e01dc27 fix(ui): size of modal unstable for responsive content 2021-12-16 20:08:43 +08:00
charlie 2bc96772c5 fix(ui): toolbar broken of pdf viewer when narrow container 2021-12-16 20:08:43 +08:00
Moritz Ulrich 14a87b72b8 graph/build-nodes: Remove redundant `let` 2021-12-16 19:49:38 +08:00
Moritz Ulrich 6f5d6934df Graph: Remove redundant `nil?` checks 2021-12-16 19:49:38 +08:00
Moritz Ulrich 1b7bfd6511 Graph: Use a smoother scale function
The scaling is pretty much the same - it just gets rid of some stackiness caused by the `<` etc. conditions in previous code.
2021-12-16 19:49:38 +08:00
charlie b1b8405217 refactor: better way to check page file type 2021-12-16 19:36:09 +08:00
charlie 134a8a60ef fix: conflicts 2021-12-16 19:36:09 +08:00
Tienson Qin 329e7f2528 fix: use property/properties-ast? instead 2021-12-16 19:27:59 +08:00
charlie 746f2aa71f chore: build libs core 2021-12-16 19:23:43 +08:00
charlie 880a07e541 improve(plugin): simplify code 2021-12-16 19:23:43 +08:00
charlie 8baa692539 improve(plugin): types 2021-12-16 19:23:43 +08:00
charlie e63d939c77 improve(plugin): force market flag for plugin card item 2021-12-16 19:23:43 +08:00
charlie 2566330e45 improve(plugin): load fresh settings when reload 2021-12-16 19:23:43 +08:00