Commit Graph

6408 Commits (6a151937d71aa7540d3440edeb608f1d32a93925)

Author SHA1 Message Date
Tienson Qin a5426cbf69 fix: youtube timestamp not work
close #2935
2021-12-31 10:40:01 +08:00
Tienson Qin cb36960e28 fix: wrong posthog platform analytics 2021-12-31 10:10:49 +08:00
Andelf 56f4d6e003 fix(editor): calc result offset 2021-12-30 11:07:13 +08:00
Tienson Qin a175b51684 fix: nested and query issues and full-text search in nested queries
Related to #3630.

Full text search example in a nested query:
(and [[page]] "query")
2021-12-30 00:32:56 +08:00
leizhe 206c3a6e2a fix(iOS): css customization support 2021-12-30 00:32:36 +08:00
Tienson Qin 5bd9a106e3 chore: bump to 0.5.7 2021-12-30 00:30:53 +08:00
Tienson Qin 299d4cc753 fix: don't remove page from db if it has namespace children pages
addresses #3641
2021-12-30 00:24:02 +08:00
Tienson Qin 6b080b6691 fix: can't collapse/expand in the references
Addresses #3642
2021-12-30 00:09:19 +08:00
Tienson Qin 10ace94b09 fix: right clicking on the bullet takes too long for the context menu to appear 2021-12-29 23:14:25 +08:00
leizhe f141d3e606 fix(iOS): image display error 2021-12-29 22:46:19 +08:00
YangKeao e56bf09d4b fix(plugin): allow target attribution in provideUI
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
2021-12-29 20:36:24 +08:00
Stian Haklev 3cf1c85189 Removing padding on mark 2021-12-29 20:27:18 +08:00
Andelf 3c6ef2c182 chore: bump version 0.5.6 2021-12-29 18:09:34 +08:00
leizhe 350588054f enhance(mobile): don't close left-sidebar when clicking favorites/recent nav 2021-12-29 16:18:33 +08:00
leizhe 2f626969eb fix(mobile): weird header padding on mobile 2021-12-29 16:18:22 +08:00
Tienson Qin df561c0e01 fix: clear state when main window closed 2021-12-29 15:59:57 +08:00
Tienson Qin aa0ce9a3b1 enhance: sync databases between multiple windows on Electron 2021-12-29 15:59:57 +08:00
Tienson Qin 59fde1b41f fix: can't rename page
close #3636
2021-12-29 00:46:53 +08:00
leizhe ba06e3db84 use js/encodeURI and js/decodeURI to process path on iOS 2021-12-29 00:28:22 +08:00
Andelf 81a789b7c4 docs: add guide for docker webapp 2021-12-29 00:28:02 +08:00
Tienson Qin 4040beeadd fix: escape fts5 match input 2021-12-28 17:56:11 +08:00
Tienson Qin 6372b6806a fix: attribute syntax changed to have extra newline and indentation
related to #3626
2021-12-28 16:32:03 +08:00
Tienson Qin eb20a959f0 fix: code style 2021-12-28 16:14:23 +08:00
Tienson Qin 2e54aabc3e fix: namespace References are not always rendering
close #3620
2021-12-28 16:14:23 +08:00
Tienson Qin 8d03ebf862 enhance: display namespace routes for the last sub page in hierarchy
For example, if there're two pages [[a/c]] and [[b/c]], both a and b
will be listed in the hierarchy part in the page `c`.
2021-12-28 16:14:23 +08:00
Tienson Qin a397091972 enhance: shorten page names in the namespace macro list 2021-12-28 16:14:23 +08:00
Tienson Qin 8d605afa9f feat: add {{namespace [[page]]}} macro which can be used as a toc 2021-12-28 16:14:23 +08:00
leizhe 909d50701c enhance(mobile): clear edit when opening left sidebar on narrow screens 2021-12-28 15:55:59 +08:00
Andelf 27af2a8234 fix(ci): version check cmd 2021-12-28 15:36:36 +08:00
Andelf 9acafb2745 build(docker): add docker build 2021-12-28 15:36:36 +08:00
Tienson Qin 297e679bd8 fix: clicking the marker and checkbox can't change in block reference 2021-12-28 15:33:00 +08:00
leizhe e64b442653 revert part of last merge 2021-12-27 22:25:59 +08:00
Tienson Qin b8cec2bc45
Merge pull request #3602 from logseq/fix-toggling-config-in-settings
fix(ios): toggling settings persists
2021-12-27 21:57:19 +08:00
Tienson Qin 7256451367
Merge branch 'master' into fix-toggling-config-in-settings 2021-12-27 21:57:11 +08:00
leizhe 404e523a50 use js/decodeURI instead 2021-12-27 21:55:58 +08:00
leizhe 2b30373d25 use js/decodeURIComponent instead of string replacement 2021-12-27 21:55:58 +08:00
leizhe f66b8fa3be fix(iOS): unescape spaces in repo name on iOS 2021-12-27 21:55:58 +08:00
leizhe ce54587ac0 fix(ios): toggling settings persists
fix: https://github.com/logseq/logseq/issues/3573, https://github.com/logseq/logseq/issues/3572
2021-12-27 21:55:58 +08:00
leizhe 9572354eb3 fix(iOS): decode config/css file path 2021-12-27 21:54:58 +08:00
leizhe f9acd6e312 fix(ios): encode file-path in db to fix write/read to config 2021-12-27 21:10:28 +08:00
charlie dd4a348511 improve(dev): speed up css/js sync in watch mode 2021-12-27 19:07:22 +08:00
Tienson Qin cd9bb9190f enhance: zoom in shouldn't update the collapse status in db/files 2021-12-27 18:56:02 +08:00
Tienson Qin 1cff06f347 enhance: block expand/collapse toggle
1. Display `Expand all` where there're already collapsed blocks. This applies to `Collapse all` too.
2. Make the guideline bold when hovering on it.
3. Simplify some logic
2021-12-27 18:56:02 +08:00
Tienson Qin f54326f24e enhance(search): combine both fts5 match and like query results 2021-12-27 18:07:28 +08:00
charlie b77e8856d8 fix: passed route link when opening external url with ui button cp 2021-12-27 18:07:07 +08:00
Tienson Qin 539672afeb chore: bump mldoc
Related to #3578
2021-12-27 16:40:31 +08:00
Tienson Qin f02d233b57 fix: Texts after a macro are shifted to a new line
close #3512
2021-12-27 16:31:30 +08:00
Tienson Qin 5526df769d enhance: open the parent block if it's collapsed when indenting
its children

close #722
2021-12-27 16:14:41 +08:00
charlie 59039e442b improve(ui): transition left sidebar when toggling #2947 2021-12-27 15:41:22 +08:00
charlie 3dafa5beeb fix(desktop): ctrl+click on a journal page-title will open a browser tab #3580 2021-12-27 15:01:00 +08:00