enhance: bring back open link from Search

Brings back feature from #4405 which was broken with move to new cmd-k
and updates it to work with db graphs. Also remove now unused
previous auto-complete approach
This commit is contained in:
Gabriel Horner
2024-05-27 16:01:39 -04:00
parent 7276254ee4
commit c801175831
21 changed files with 43 additions and 36 deletions

View File

@@ -165,9 +165,6 @@
:fn (fn [state e]
(ui-handler/auto-complete-complete state e))}
:auto-complete/open-link {:binding "mod+o"
:fn ui-handler/auto-complete-open-link}
:cards/toggle-answers {:binding "s"
:fn srs/toggle-answers}
@@ -942,7 +939,6 @@
:auto-complete/complete
:auto-complete/shift-complete
:auto-complete/meta-complete
:auto-complete/open-link
:git/commit
:dev/show-block-data
:dev/show-block-ast