steven-tey / novel

Notion-style WYSIWYG editor with AI-powered autocompletion.
https://novel.sh
Apache License 2.0
13.18k stars 1.08k forks source link

bug: Module "novel/plugins" has no exported member startImageUpload #450

Open ArtyomCZ opened 1 month ago

ArtyomCZ commented 1 month ago

Provide environment information

System: OS: Windows 11 10.0.22631 CPU: (12) x64 AMD Ryzen 5 2600 Six-Core Processor
Memory: 2.95 GB / 15.94 GB Binaries: Node: 20.10.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD npm: 10.8.3 - C:\Program Files\nodejs\npm.CMD

Describe the bug

I'm trying to add Novel to my project according to the documentation and when I create a slash command helper the IDE says Module "novel/plugins" has no exported member startImageUpload

image

I'm following the documentation at https://novel.sh/docs/guides/tailwind/slash-command

Link to reproduction

https://novel.sh/docs/guides/tailwind/slash-command

To reproduce

https://novel.sh/docs/guides/tailwind/slash-command

Additional information

No response