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
protyle 允许传入一个 option,但是测试的时候发现,如果 render 参数当中的 title 设置为 true 或者 breadcrumb 设置为 false 的时候,Protyle 就无法正常加载。
render
title
breadcrumb
以下为修改 plugin-sample 的代码
new Protyle(this.app, dialog.element.querySelector("#protyle"), { blockId: "20200812220555-lj3enxa", render: { background: false, title: true, // 不能为 true gutter: true, scroll: true, breadcrumb: true, //不能为 false breadcrumbDocName: true, }, });
如果 title 或者 breadcrumb 更改为非默认的选项,Protyle 就无法正常加载
终端报错:
@Vanessa219
修复问题
No response
- Version: 2.9.7 - Operating System: windows10 - Browser (if used): 非 在最新版 plugin-sample 下测试
无
The text was updated successfully, but these errors were encountered:
Protyle
🐛 fix #8849
915170a
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
protyle 允许传入一个 option,但是测试的时候发现,如果
render
参数当中的title
设置为 true 或者breadcrumb
设置为 false 的时候,Protyle 就无法正常加载。以下为修改 plugin-sample 的代码
如果
title
或者breadcrumb
更改为非默认的选项,Protyle 就无法正常加载终端报错:
@Vanessa219
Expected result
修复问题
Screenshot or screen recording presentation
No response
Version environment
Log file
无
More information
No response
The text was updated successfully, but these errors were encountered: