-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
dataview js not showing any output #179
Comments
I also ran into the same issue |
Reporting back, it looks like when you use dataview (not dataviewJS) table and list it will render... perhaps has to do with dataviewJS not being rendered into HTML...? Not an expert in dataviewJS, but I'm guessing you'll have to wrap what you get back into HTML/CSS first block is dataviewJS, second and third done with dataview |
remains an issue after trying a few different things. Image 1: shot from my repo after using dataview List Image 2: shot from my repo after using dataviewJS list image 3: inspecting obsidian shows identical markup except one is wrapped in Not sure where in the code you detect dataview blocks and render them into markdown but it looks like it needs to also look for class="block-language-dataviewjs" cc @oleeskild |
tried removing {{ content | hideDataview | link | taggify | safe}} |
My dataview JS query isn't rendering on site
The following code produces a count of countries that I have visited when used in Obsidian
But the published version renders this as
<li>Visited Countries: </li>
Do I need to do something differently to make this work?
The text was updated successfully, but these errors were encountered: