Can we render html through a plugin (For speed reading Obsidian notes)

Already managed to do something on the lines. For future reference:

Steps:

  • Download the buttons plugin
  • Replace the button “createEl” with createDiv
  • Put html inside, it will be rendered instead of a button.
  • Put your css in the style.css file in the project
1 Like