Commit Graph

6489 Commits (827884cbb17d8a52076e1b2db578bdb26ff7f384)

Author SHA1 Message Date
Gabriel Horner 827884cbb1 Fix invalid dict keys identified by CI job
Removed login-google as it has been disabled for more than 6 months
2022-01-28 14:50:44 -05:00
Gabriel Horner 092c211729 Merge branch 'master' into feature/lang-tasks-and-ci 2022-01-28 14:50:34 -05:00
Gabriel Horner 45fd55701f Can parallelize within bb.edn per borkdude 2022-01-28 14:49:55 -05:00
Gabriel Horner 8d517429d7 Fix grammar and typos in issue template 2022-01-29 00:20:00 +08:00
Andelf 8e54cd85dd chore: update issue template 2022-01-28 20:44:49 +08:00
Manjusaka 07a39a0e44 fix the typo 2022-01-28 20:32:40 +08:00
Manjusaka a351e37f02 update 2022-01-28 20:32:40 +08:00
Manjusaka 193c097b79 [MISC] Add new friendly issue template for bug report 2022-01-28 20:32:40 +08:00
leizhe ce53a8ca2c use new function `get-file-path` in stat 2022-01-28 20:31:58 +08:00
leizhe 1f1f3f5a24 fix(mobile): support page rename 2022-01-28 20:31:58 +08:00
leizhe 2117f738fa fix(mobile): don't create theme/config files when newing graph 2022-01-28 20:31:58 +08:00
charlie 67c99e0985 improve(plugin): api of `get_block` with shallow children uuid results 2022-01-28 20:29:19 +08:00
Tienson Qin 7d01d5da19 fix wrong static resources path 2022-01-28 20:28:50 +08:00
Tienson Qin d18d2f24ca fix e2e tests 2022-01-28 20:28:50 +08:00
Tienson Qin 0727e55d00 Add .select-none thanks to Shuyu 2022-01-28 20:28:50 +08:00
Tienson Qin 21c36e69e2 feat: Shift click to select multiple blocks 2022-01-28 20:28:50 +08:00
ingepettersen 998a11a84a Updated Norwegian translation 2022-01-28 20:28:07 +08:00
Andelf be13320e21 Revert "fix: title prop with double quotes"
This reverts commit f02c6d3605.
2022-01-28 19:56:20 +08:00
Gabriel Horner 02c0489a26 Add CI job for invalid dicts
And tweak fn so that it actually fails
2022-01-27 17:43:10 -05:00
Gabriel Horner 8998e9435b Start electron dev env with one cmd
Thanks @borkdude for the gist :)
2022-01-27 17:33:46 -05:00
Gabriel Horner 115b0266f5 First pass 2022-01-27 16:38:30 -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