Skip to content
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

Bug report #2511

Open
max-nothacker opened this issue Jan 25, 2025 · 0 comments
Open

Bug report #2511

max-nothacker opened this issue Jan 25, 2025 · 0 comments
Labels
bug Something isn't working.

Comments

@max-nothacker
Copy link

What happened?

Problem

Query inside a markdown table does not render.

Image

Steps to recreate

  1. Copy content:
---
tags:
  - test
---

|                                                                                                                                                                        |                                                                                                                                                         |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| My cursor is in this cell. <br>Thus, the dataview query<br>in this cell will render:<br><br>```dataview<br>TABLE tags<br>FROM "x/tests/Dataview query in table"<br>``` | My cursor is not in this cell. <br>The dataview query will not render<br><br>```dataview<br>TABLE tags<br>FROM "x/tests/Dataview query in table"<br>``` |


  1. Paste it into a file names x/tests/Dataview query in table.md

  2. Enter Edit Mode and Live Preview Mode

  3. Place Cursor as follows

Image

  1. Enter Reading Mode

Result:

Image

DQL

TABLE tags
FROM "x/tests/Dataview query in table"

JS

Dataview Version

0.5.67

Obsidian Version

1.7.7

OS

Windows

@max-nothacker max-nothacker added the bug Something isn't working. label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant