10 Star 49 Fork 10

Gitee 极速下载/Boostnote

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/BoostIO/Boostnote/
克隆/下载
FAQ.md 819 Bytes
一键复制 编辑 原始数据 按行查看 历史

Frequently Asked Questions

Allowing dangerous HTML tags

Sometimes it is useful to allow dangerous HTML tags to add interactivity to your notebook. One of the example is to use details/summary as a way to expand/collaps your todo-list.

  • How to enable:
    • Go to PreferencesInterfaceSanitizationAllow dangerous html tags
  • Example note: Multiple todo-list
    • Create new notes
    • Paste the below code, and you'll see that you can expand/collaps the todo-list, and you can have multiple todo-list in your note.
<details><summary>What I want to do</summary>

- [x] Create an awesome feature X
- [ ] Do my homework

</details>

Other questions

You can ask here

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/Boostnote.git
git@gitee.com:mirrors/Boostnote.git
mirrors
Boostnote
Boostnote
master

搜索帮助