-
-
Notifications
You must be signed in to change notification settings - Fork 623
Custom Search for Slash Menu #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ↗︎
|
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. |
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.
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:
***@***.***>
|
Working on custom search function for slash menu
This is a in response to Issue #488
impl