notion-clone
notion-clone copied to clipboard
how to create popover that use any text you write after hitting slash /
in notion.so when you hit / it popup a window where you don't need to click it and you can just write any text after the slash to search in it. How can make the popover window read that text a search text
Try modifying https://tiptap.dev/suggestions as a starting point
It triggers with @ sign, you can check their source code https://github.com/ueberdosis/tiptap/blob/master/packages/tiptap-extensions/src/nodes/Mention.js