notion-clone icon indicating copy to clipboard operation
notion-clone copied to clipboard

how to create popover that use any text you write after hitting slash /

Open aliscie opened this issue 5 years ago • 1 comments

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

aliscie avatar Aug 09 '20 08:08 aliscie

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

laurensiusadi avatar Aug 11 '20 09:08 laurensiusadi