We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
open-menu-xxx
为了实现向链接、图片等行内元素右键菜单添加自定义项,需要能够捕捉这些元素的右键点击事件。
在实现单个图片上传图床、设置文档内某图片为文档头图、复制链接为链接卡片等等操作时可能需要。
与现在的click-editorcontent等事件类型一致即可,例如contextmenu-editorcontent,在事件的detail中应该能够获取触发事件的元素和对应的自定义菜单对象
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
🎨 #8617
846fdf7
🎨 fix #8617
6e52e78
siyuan-note/plugin-sample@ced9641
🎨 siyuan-note/siyuan#8617
9d51b36
好耶 感谢V姐
Vanessa219
No branches or pull requests
In what scenarios do you need this feature?
为了实现向链接、图片等行内元素右键菜单添加自定义项,需要能够捕捉这些元素的右键点击事件。
在实现单个图片上传图床、设置文档内某图片为文档头图、复制链接为链接卡片等等操作时可能需要。
Describe the optimal solution
与现在的click-editorcontent等事件类型一致即可,例如contextmenu-editorcontent,在事件的detail中应该能够获取触发事件的元素和对应的自定义菜单对象
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: