Custom Search for Slash Menu - #495
Closed
sahilpohare wants to merge 17 commits into
Closed
Conversation
|
@sahilpohare is attempting to deploy a commit to the TypeCell Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Author
|
Still have some code to figure out. For example the notFoundCount is updated in the apply function but we no longer have access to the items array length as it is a promise and I am awaiting it in the update function. Would appriciate help on this. |
Author
|
This also adds the ability to load items in the slash menu dynamically |
NOTE: Have removed the not found count for now. It was causing too many issues with the suggestions.
58 tasks
58 tasks
Collaborator
|
See https://www.blocknotejs.org/docs/ui-components/suggestion-menus for the
new docs :)
…On Tue, Mar 5, 2024 at 2:49 PM Matthew Lipski ***@***.***> wrote:
Closed #495 <#495> via #609
<#609>.
—
Reply to this email directly, view it on GitHub
<#495 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC2BWOSW6KVHF453F3WW7LYWXENFAVCNFSM6AAAAABBG2BKZOVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSGAYTIMJZHE3TENI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Working on custom search function for slash menu
This is a in response to Issue #488
impl