We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
视频里是我写的一个插件,在2.10.1中没有问题,但是在2.10.2中出现了视频中的情况,控制台中显示没有querySelector(应该是没找到protyle的节点),剩余的插件我已经关闭,插件本身的监听也已经关闭,布局用的是murri.js,本身没有大量的监听(2.10.1中我也使用了这个,但是没有这个问题,应该是新增的功能产生的)。
使用默认主题也是一样的,只不过录视频的时候是用的Savor主题
另外关闭这个tab以及关闭插件之后仍然出现了这种情况,呈现的效果就是输入之后光标消失
应该确切定位到原本位置
No response
- Version: 2.10.2 - Operating System: Windows - Browser (if used):
控制台的错误完整是这样的:
main.1e7b2c2c5d76f49ec39a.js:3174 fetch post error TypeError: Cannot read properties of undefined (reading 'querySelector') at Jf (main.1e7b2c2c5d76f49ec39a.js:1249:24229) at Object.callback [as afterCB] (main.1e7b2c2c5d76f49ec39a.js:1249:26142) at lp (main.1e7b2c2c5d76f49ec39a.js:1384:11881) at ct (main.1e7b2c2c5d76f49ec39a.js:1384:6583) at main.1e7b2c2c5d76f49ec39a.js:1247:26355 at main.1e7b2c2c5d76f49ec39a.js:3174:2854 (匿名) @ main.1e7b2c2c5d76f49ec39a.js:3174 Promise.catch(异步) b @ main.1e7b2c2c5d76f49ec39a.js:3174 Ut @ main.1e7b2c2c5d76f49ec39a.js:1247 Nc @ main.1e7b2c2c5d76f49ec39a.js:1249 (匿名) @ main.1e7b2c2c5d76f49ec39a.js:3447 msgCallback @ main.1e7b2c2c5d76f49ec39a.js:3447 i.onmessage @ main.1e7b2c2c5d76f49ec39a.js:34
发成错误的代码是这里:
然后再进入Jf之后是这里
应该是这个n有问题
The text was updated successfully, but these errors were encountered:
这个可能需要调试一下,你的插件发我看一下
Sorry, something went wrong.
siyuan-plugin-zettelkasten.zip
名字就是这个压缩包的名字,这个是编译后的版本,github的链接在这
点按钮没作用,是因为报错了么?
忘了说咋用了orz
设置界面在这里:
打开之后设置好这两项:
就是放置文档的笔记本和路径(最后没有'/')。在这个路径下面放上任意内容的文件
然后再打开卡片视图就行了。设置好路径之后也可以用这个快速新建文件,点保存就会新建,点取消或者点外面关闭就不会。
抱歉这个目前大部分都是直接复制的我之前插件的东西,所以设置起来有点复杂,辛苦了
没出现东西主要是没找到块,控制台的显示已有的块的列表是空的
🐛 fix #9071
493eba5
Vanessa219
No branches or pull requests
Is there an existing issue for this?
Can the issue be reproduced with the default theme (daylight/midnight)?
Could the issue be due to extensions?
Describe the problem
视频里是我写的一个插件,在2.10.1中没有问题,但是在2.10.2中出现了视频中的情况,控制台中显示没有querySelector(应该是没找到protyle的节点),剩余的插件我已经关闭,插件本身的监听也已经关闭,布局用的是murri.js,本身没有大量的监听(2.10.1中我也使用了这个,但是没有这个问题,应该是新增的功能产生的)。
使用默认主题也是一样的,只不过录视频的时候是用的Savor主题
_2023_08_30_11_44_43_928.mp4
另外关闭这个tab以及关闭插件之后仍然出现了这种情况,呈现的效果就是输入之后光标消失
Expected result
应该确切定位到原本位置
Screenshot or screen recording presentation
No response
Version environment
Log file
控制台的错误完整是这样的:
发成错误的代码是这里:
然后再进入Jf之后是这里
应该是这个n有问题
More information
No response
The text was updated successfully, but these errors were encountered: