Closed AwkwardSandwich closed 1 year ago
I was trying to adapt the dashboard as I think it is so cool, but was running into this issue on my personal vault. Three hours later after trying to even copy the exact templates and quick add setup removing mine, it was still not working I found this. I verified it by updating this vault's dataview plug-in and the above error is present.
Just a quick comment, it is impacted with Dataview 0.5.33 as well.
Modify the last line in view.js from
dv.paragraph(containerEl)
to
dv.paragraph(containerEl.innerHTML)
That fixed it, thank you!!
Modify the last line in view.js from
dv.paragraph(containerEl)
todv.paragraph(containerEl.innerHTML)
I'd be happy to make a PR if that's a thing... :)
Hi!
Thank you for raising this. I've never had the issue, which is pretty odd. But using innerHTML
doesn't break the system, so I've pushed an update to the main branch where views use innerHTML
. Then we're sure compatibility is 👍
Hello,
When downloading the DemoVault and upgrading Dataview to the 0.5.34 version, the progress bars only display \<HTMLDivElement>.
Thank you!