Commit Graph

4466 Commits (693258b4a524b1c9498568c07175e37394ba16f5)

Author SHA1 Message Date
Tienson Qin 5c38aa36cc Update src/main/frontend/handler/events.cljs
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-03-01 23:07:45 +08:00
Tienson Qin df2f749c2c Make changes based on Gabe's suggestions 2022-03-01 23:07:45 +08:00
Tienson Qin 2e5ac247a2 fix: lint warnings 2022-03-01 23:07:45 +08:00
Tienson Qin 218bb04bd2 fix: notify broken config and restore to the default configuraiton 2022-03-01 23:07:45 +08:00
llcc 1fd0c47925 fix lint warnings 2022-03-01 21:30:36 +08:00
llcc ff001849ed fix toggling block marker if its reference is in editing
close https://github.com/logseq/logseq/issues/3806
2022-03-01 21:30:36 +08:00
Gabriel Horner 5680c145cc Cleanup search-auto-complete component
Component was needlessly large and difficult to maintain. Split up
handlers to separate fns and removed duplicate get-current-repo calls
2022-03-01 20:41:41 +08:00
Gabriel Horner 3772e67ed9 Add keybinding to open links from search 2022-03-01 20:41:41 +08:00
llcc 4517df9466 enhance: add zh-Hans-CN check in zh-CN-supported command
close https://github.com/logseq/logseq/issues/4406
2022-03-01 20:37:30 +08:00
Charlie 779cacf715
enhance(electron): add custom https proxy options for settings (#4373)
* enhance(electron): add custom https proxy options for settings
2022-03-01 17:07:13 +08:00
llcc 03d8c8a8d2 fix: set timestamp to another editing block
close https://github.com/logseq/logseq/issues/3783
2022-03-01 09:24:03 +08:00
Gabriel Horner 50e5764369 Fix --exclude option
Subtle annoying bug with symbol. Also allos multiple exclude options
2022-02-28 16:27:22 +08:00
Gabriel Horner 12712f83f1 Fix intermittent test-data staleness for test runner 2022-02-28 16:27:22 +08:00
llcc dd48d264e9 fix(mobile): log print error instead of js/alert
Avoid annoying javascript alert window
2022-02-28 15:54:29 +08:00
Peng Xiao a816143235 fix: remember right sidebar width whenever its width is changed 2022-02-26 02:05:53 +08:00
Peng Xiao 2b67daf78b feat: remember right sidebar width after resizing 2022-02-26 02:05:53 +08:00
Gabriel Horner 37210e1ce5 Remove unused requires from #4232 2022-02-24 16:49:50 -05:00
Tienson Qin abe377a201 fix: don't fold / unfold "Linked References" section when filtering
This fixed both #4305 and #3582.
2022-02-24 23:30:53 +08:00
Peng Xiao 5e801b1d5f fix: block uuid in breadcrumb 2022-02-24 23:25:51 +08:00
Peng Xiao e416a23e1e fix: block ref id in block-reference 2022-02-24 23:25:51 +08:00
Tienson Qin 30785c6a87 fix: recent pages
related to #4322
2022-02-24 23:09:36 +08:00
charlie a611d094bf fix(pdf): ctx menu bar position when zoom in 2022-02-24 22:47:47 +08:00
charlie f3cee33099 feature(pdf): add highlight mode 2022-02-24 22:47:47 +08:00
Gabriel Horner 35d2023e24 Add shadow test runner that provides most test-runner like options 2022-02-24 22:45:52 +08:00
Tienson Qin db7d1cde09 fix: CI tests and lint warnings 2022-02-24 16:35:26 +08:00
Tienson Qin c678fa15e6 fix: can't parse graphs because of links regular expressions
close #4308
2022-02-24 16:35:26 +08:00
Andelf ec75142730 fix(ui): exit edit mode when prompt
Fix #4359
2022-02-24 11:54:40 +08:00
Gabriel Horner b0babf2232 Change export to not depend on printing - close #4211 2022-02-24 00:32:30 +08:00
Junyi Du 3517090353 chore: remove commented code 2022-02-23 11:35:50 +08:00
Junyi Du 141504fa06 fix: move search version logging directory to search.versions to maintain backward compatibility 2022-02-23 11:35:50 +08:00
Junyi Du 9eaec328a9 enhance: add :graph/ready event; check search version of each repo 2022-02-23 11:35:50 +08:00
Jonah Goldsaito cc0cdb40f2
Load more journal entries (#3048)
* Update the default number of journal entries shown

* Get 7 journal entries per load while infinite scrolling

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-02-22 17:30:31 +08:00
Tienson Qin bd1e1346f4 fix: lint warnings 2022-02-22 16:52:59 +08:00
Tienson Qin 8046ccd4d6 enhancement: only run custom queries when not typing 2022-02-22 16:52:59 +08:00
Gabriel Horner 6957b17843 Add command to save graph to disk 2022-02-22 12:00:50 +08:00
leizhe 86ea102b89 fix(android): app crashes 2022-02-20 23:41:02 +08:00
Andelf bf0eb9c76b refine(ui): hide cut/copy context-menu when no text 2022-02-20 23:39:15 +08:00
Andelf 1769c325d4 enhance(ui): refine electron context-menu
- do not show context-menu when there's no item
- add select all
- refine separator position
- gray out disabled items
2022-02-20 23:39:15 +08:00
Junyi Du a705665c22 fix: #4311 collapsed state not persisted for blocks with properties 2022-02-20 20:06:34 +08:00
Tienson Qin 16537f5975 fix: poor performance for custom queries
related to #4285
2022-02-20 03:19:43 +08:00
Tienson Qin 8846be9d5f chore: bump version 2022-02-20 01:57:57 +08:00
Tienson Qin 3ec138ebf2 chore: disable parse_outline_only? temporarily 2022-02-20 01:41:09 +08:00
charlie 0233844b53 fix(api): return value of remove block 2022-02-20 00:24:48 +08:00
Tienson Qin d7be05c0ea fix: posthog init failed 2022-02-20 00:09:43 +08:00
Junyi Du 89e13b58f9 fix: missing normalized for file watcher ipc 2022-02-19 23:01:20 +08:00
charlie e6c1fc2b3d enhance(ui): rename of page when ESC event 2022-02-19 17:43:36 +08:00
Andelf b77b09fdd2 fix(lint): rm unused import 2022-02-19 17:39:51 +08:00
Andelf d22df2b922 fix(electron): rewrite electron-context-menu
Fix #4274
2022-02-19 17:39:51 +08:00
Tienson Qin d0848ee6eb fix: highlight blocks in srs cards 2022-02-19 17:35:00 +08:00
charlie d502bea84f fix(ui): restrict max width of plugin settings panel 2022-02-19 17:27:03 +08:00