mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
enhance: users can navigate to public built-in nodes like task ones
We spent a good amount of effort making tasks customizable. It should be easy for users to navigate to Task or status page to customize them
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
repo (state/get-current-repo)
|
||||
current-page (when-let [id (page-util/get-current-page-id)]
|
||||
(db/entity id))
|
||||
opts {:limit 100 :built-in? config/dev?}]
|
||||
opts {:limit 100 :dev? config/dev? :built-in? true}]
|
||||
(swap! !results assoc-in [group :status] :loading)
|
||||
(swap! !results assoc-in [:current-page :status] :loading)
|
||||
(p/let [blocks (search/block-search repo @!input opts)
|
||||
|
||||
Reference in New Issue
Block a user