Commit Graph

6473 Commits (1c8586e2ac454391d17eccbc029c6a224e272aa0)

Author SHA1 Message Date
Gabriel Horner 1c8586e2ac Wrap up carving 2022-01-27 14:14:57 -05:00
Gabriel Horner 86868f1e15 Remove few more fns 2022-01-27 14:11:59 -05:00
Gabriel Horner b3ee61b1ca Remove more unused fns 2022-01-27 14:11:59 -05:00
Gabriel Horner 4ce3db2497 Carve up to frontend.components.sidebar 2022-01-27 14:11:59 -05:00
Gabriel Horner 8b428796bc Setup carve and ignore all unused vars by default
Also split out lint jobs to their own step
2022-01-27 14:11:59 -05:00
Andelf f02c6d3605 fix: title prop with double quotes
Fix #3974
2022-01-27 09:48:14 +08:00
Junyi Du 1fd160d9dd fix: ignore changes in bak folder 2022-01-27 09:33:00 +08:00
cy 1d3b69720b feat: update chinese translation 2022-01-27 09:24:29 +08:00
cy 950f688f8e feat: update chinese translation 2022-01-27 09:24:29 +08:00
Gabriel Horner 2c4ec54992 Save collapsed block to file as before #3855 2022-01-26 10:19:11 +08:00
leizhe eeea1698a8 fix(iOS): rewrite status-bar style js code by clojurescript code
Javascript code only works in development mode.
2022-01-26 01:35:31 +08:00
Gabriel Horner ec513a54d2
Add a command to switch graphs (#4009)
* First pass at select-graph with select component

* Add empty placeholder and move graph switch logic to events

* Remove unused force? in shortcuts

* Document additional option and make disabled open-select consistent

* Address review feedback

Add data check to :graph/switch, translation improvements and update
browser to display graph names same as in the sidebar

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-01-25 10:24:14 +08:00
leizhe ca755f2605 move icloud-sync to mobile-util 2022-01-24 22:30:23 +08:00
leizhe ae739d668d enhance(ios): sync iCloud every 5 minutes in background 2022-01-24 22:30:23 +08:00
leizhe 170b2e6f93 remove unnecessary icloud download function 2022-01-24 13:26:04 +08:00
leizhe ace96eb48a fix(mobile): decodeURI file-path in db 2022-01-24 13:26:04 +08:00
leizhe 30996118b0 enhance(mobile): tweat diff window 2022-01-24 13:26:04 +08:00
leizhe 0eed799ccf fix(mobile): diff when write conflicts occur 2022-01-24 13:26:04 +08:00
charlie b628044569 fix: custom js not work 2022-01-24 13:23:52 +08:00
dependabot[bot] de82c1463c chore(deps): bump nanoid from 3.1.30 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23 13:01:11 +08:00
llcc d3757b6b3c
feat(android): enable write/refresh files when switching apps (#3957)
feat(android): enable write/refresh files when switch apps
2022-01-23 12:53:40 +08:00
Clovis Fabricio Costa 5e92cec2d9 🇧🇷 more fixes 2022-01-23 12:52:27 +08:00
Clovis Fabricio Costa c22e1754ed 🇧🇷 Pt-br translation fix messing with pt-PT ... 2022-01-23 12:52:27 +08:00
Clovis Fabricio Costa b2ac90dc07 🇧🇷 Pt-br translation continues... 2022-01-23 12:52:27 +08:00
Clovis Fabricio Costa 5ae6ff011e Translation start 2022-01-23 12:52:27 +08:00
Gabriel Horner 2f86f6859e Remove unnecessary additional target thanks to cmdline option 2022-01-22 00:01:11 +08:00
Gabriel Horner 558784a8bd Add shadow build for auto testing 2022-01-22 00:01:11 +08:00
Gabriel Horner 6e1d10753f Use url name consistently in modified editor fns 2022-01-22 00:01:11 +08:00
Gabriel Horner 757ac40fdd Add tag and url support for follow-link-under-cursor cmd
Plain urls, markdown urls and org mode urls all work
2022-01-22 00:01:11 +08:00
Gabriel Horner 6e1708b7ba Add command to copy current file 2022-01-22 00:01:11 +08:00
llcc 1c127bb6a9
feat(ios): status bar style changes with logseq theme (#3947)
Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
2022-01-21 17:14:18 +08:00
Alexey Korolev 4be9f8d987 Fix typo in Russian localization section 2022-01-21 16:54:05 +08:00
Andelf 05114641a3 fix: add title property when necessary
Fix #3971
2022-01-21 16:10:31 +08:00
Andelf f94f05f81f chore: bump android versionCode 2022-01-21 09:41:06 +08:00
Andelf 37055a45bc fix(script): should bump versionCode 2022-01-21 09:41:06 +08:00
Andelf 80fb613e8a chore: bump version 0.5.9 2022-01-20 21:28:44 +08:00
Tienson Qin 691850ec41 fix: tests 2022-01-20 13:03:52 +08:00
Tienson Qin 723a202faa fix: caret-range should include newlines 2022-01-20 12:45:37 +08:00
Andelf e6531f404f fix(editor): reorder auto-complete items 2022-01-20 11:40:16 +08:00
Tienson Qin c3ebaaf51e fix: remove blank when deleting a block and append to its prev block 2022-01-20 11:31:43 +08:00
Tienson Qin 27caa5d576 fix: can't move forward if there's only one character in the editor
close #3952
2022-01-20 11:12:57 +08:00
Tienson Qin ab324ba7f1 fix: flashcards number is not updated when switching graphs 2022-01-20 10:58:02 +08:00
Tienson Qin 53eba18ece fix: wrong warning if logseq was killed when importing a new graph 2022-01-20 10:44:46 +08:00
leizhe e1b9efdd54 fix lint 2022-01-20 10:35:11 +08:00
leizhe 79a1c15ba9 feat(mobile): tap status bar to scroll to top 2022-01-20 10:35:11 +08:00
leizhe 10a760c82e don't collapse left sidebar when editing 2022-01-20 10:34:42 +08:00
leizhe f25af714c8 enhance(iPad): right sidebar resizer 2022-01-20 10:34:24 +08:00
Junyi Du 65f800b4b8 fix: doc string update 2022-01-20 10:33:50 +08:00
Junyi Du 694dfe52ec enhance: page name index sync normalization; e2e alias diacritic test 2022-01-20 10:33:50 +08:00
Junyi Du 226541ff5e enhance: apply normalization on page indexing & diacritics / accents searching compat. 2022-01-20 10:33:50 +08:00