Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 819 Bytes

FAQ.md

File metadata and controls

29 lines (18 loc) · 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