Commit Graph

5221 Commits (8d4f9049d68548cd607eaaf6c7e19265c0fa70d1)

Author SHA1 Message Date
Tienson Qin 8d4f9049d6 fix(mobile): don't ask permission 2021-09-28 14:58:43 +08:00
Tienson Qin 2b2bc512a2 fix(mobile): write file path 2021-09-28 14:58:43 +08:00
Tienson Qin cc300d8d5d mobile: fix write path 2021-09-28 14:58:43 +08:00
Tienson Qin 38d78739af mobile(fs): stat 2021-09-28 14:58:43 +08:00
Weihua Lu e5916bd69d fix: add android permission check 2021-09-28 14:58:43 +08:00
Tienson Qin 328dfa841e mobile: open dir && read/write files 2021-09-28 14:58:43 +08:00
Weihua Lu decd40aa12 fix: add external storage permission 2021-09-28 14:58:43 +08:00
Tienson Qin 469d3ed2e8 mobile: display "open folder" button 2021-09-28 14:58:43 +08:00
Weihua a6548d183c Update mobile.md 2021-09-28 14:58:43 +08:00
Tienson Qin 52109a8d24 mobile: update doc 2021-09-28 14:58:43 +08:00
Tienson Qin 5b11a90c67 mobile: use capacitor.config.ts && yarn app-watch 2021-09-28 14:58:43 +08:00
Weihua Lu f7cd20a249 mobile: implement open-dir 2021-09-28 14:58:43 +08:00
Weihua Lu dee35b24b8 mobile: add android file path helper 2021-09-28 14:58:43 +08:00
Weihua Lu 65cd3e9739 Revert "refactor: move electron imp to handler"
This reverts commit f0210a37b06f8190220204528bcf9e47b10fcb1e.
2021-09-28 14:58:43 +08:00
Weihua Lu 88969e6f75 mobile: add record 2021-09-28 14:58:43 +08:00
Weihua Lu 957ea84284 refactor: move electron imp to handler 2021-09-28 14:58:43 +08:00
Weihua Lu a7a1258fa3 fix: typo 2021-09-28 14:58:43 +08:00
Weihua Lu ecb16cca03 wip, native fs api imp 2021-09-28 14:58:43 +08:00
Weihua Lu c0ec0ee227 wip, test folder picker 2021-09-28 14:58:43 +08:00
Weihua Lu a59dd85a39 chore: add some instruction 2021-09-28 14:58:43 +08:00
Weihua Lu 7e5a364d18 android: add folder picker 2021-09-28 14:58:43 +08:00
Weihua Lu a4db23cb78 android: request legacy storage 2021-09-28 14:58:43 +08:00
Weihua Lu 363ed3ed0d fix: downgrade sdk target 2021-09-28 14:58:43 +08:00
Weihua Lu c3e53ef2db mobile: file system init 2021-09-28 14:58:43 +08:00
Weihua Lu a7c8a4c51a mobile: some util helper 2021-09-28 14:58:43 +08:00
Weihua Lu f2afcd707e feat: init ios/android template 2021-09-28 14:58:43 +08:00
Weihua Lu 4d59cb9dec fix: sync static 2021-09-28 14:58:43 +08:00
charlie 1370fb4d18 enhance(ui): new version installation tips instead of native alert message 2021-09-28 12:09:05 +08:00
charlie c59719bf88 fix(ui): show command help button for chosen item 2021-09-28 10:59:07 +08:00
charlie 531fd6e7c5 fix(ui): correct position of query command docs 2021-09-28 10:59:07 +08:00
clark-cui 01eb9085e8 jscode enhance
jscode enhance
2021-09-26 18:04:55 +08:00
Tienson Qin 40a5cecaf3 enhance: page export uses copy as too 2021-09-26 13:27:44 +08:00
Tienson Qin 0ab608e9e6 enhance: faster opening the right sidebar 2021-09-26 12:01:41 +08:00
Tienson Qin 38d81b4ed0 fix: Two of the same query with mixed syntax causes hanging
close #2857
2021-09-26 11:39:10 +08:00
Tienson Qin c1883e0012 fix: editor pos 2021-09-26 11:28:15 +08:00
Tienson Qin 4e44d9839b fix: don't trigger commands auto-complete when paste 2021-09-26 11:14:06 +08:00
Tienson Qin ad5b4e0d44 fix: highlight not working in org mode 2021-09-26 10:38:39 +08:00
Tienson Qin 821ffecaf3 enhance: remove block/anchor 2021-09-26 10:22:23 +08:00
Tienson Qin ff5a7413f9 fix: remove : from bak file names (windows reserved chars) 2021-09-26 10:14:37 +08:00
Alexander Wang a254a37a80 fix(electron): Some YouTube videos cannot be played without referer 2021-09-26 10:10:33 +08:00
Tienson Qin 5a5a730053 fix: can't edit embed block 2021-09-24 13:40:04 +08:00
Tienson Qin b3c92091eb fix: Advanced commands (<) shortcut broken
close #2868
2021-09-24 13:27:04 +08:00
Tienson Qin 62bf4034ff fix: windows release doesn't include git 2021-09-23 22:02:27 +08:00
Tienson Qin 50a42a112c fix: typo 2021-09-23 20:36:00 +08:00
Tienson Qin e5a875a5e8 chore: bump version 2021-09-23 20:06:12 +08:00
Tienson Qin 53e99d53a6 fix: block reference with a deadline has a redundant new line
close #2863
2021-09-23 19:54:22 +08:00
Tienson Qin b63b972461 enhance: remove marker colors for now 2021-09-23 19:37:30 +08:00
leizhe f9a6b24c87 fix: only remove break_line in paragraph 2021-09-23 19:24:13 +08:00
leizhe 99295ed26a fix: non-paragraph elements not showing up 2021-09-23 19:24:13 +08:00
leizhe 0774e2b74a Fix: extra empty line if SCHEDULED and DEADLINE exist
Fix https://github.com/logseq/logseq/issues/2506
This issue was also mentioned in
https://discuss.logseq.com/t/formatting-of-scheduled-items/1756/2

This PR offers an in-elegant way to remove the break_line element
following a timestamp element. I suppose this should be resolved in the
mldoc side. Anyway, this PR can be treated as a solution.
2021-09-23 19:24:13 +08:00