question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Equals sign in preformatted code in a table triggering Dataview fail

See original GitHub issue

What happened?

Adding this:

| key | Command           |
| --- | -------------- |
| `=` | Blah |

Results in this error:

Dataview (inline field ''): Error: 
-- PARSING FAILED --------------------------------------------------

Got the end of the input

Expected one of the following: 

'(', 'null', boolean, date, duration, file link, list ('[1, 2, 3]'), negated field, number, object ('{ a: 1, b: 2 }'), string, variable

I’m not using Dataview in this note and I don’t think it is possible to escape the equals without the backslash showing.

DQL

No response

JS

No response

Dataview Version

0.4.26

Obsidian Version

0.14.14

OS

MacOS

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
blacksmithgucommented, May 28, 2022

This has been fixed in the beta - I’m going to close just because the beta will be swapping to stable this weekend.

0reactions
AB1908commented, Nov 12, 2022

Dataview settings > inline query prefix

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Beginner's Guide to DATAVIEW Obsidian Plugin
Basically, Dataview reads your Obsidian vault and selects and spits out the information you tell it to in a table/report/list format.
Read more >
Google Visualization API Reference | Charts
Represents a two-dimensional, mutable table of values. To make a read-only copy of a DataTable (optionally filtered to show specific values, rows, or...
Read more >
A Markdown table is detected incorrectly as a badly formatted ...
A quick workaround would be to mark your code points as inline code. Inline code is exempt from the code formatting check. until...
Read more >
XML element - ObjectsViewDef - DbVisualizer 13.0 Users Guide
The reason is that the identifiers (schema, database, table) are delimited automatically. Delimiters are database specific and if having the ...
Read more >
Rules, Actions, and Alerts - ITRS Documentation Home Page
The rule code which is the heart of a rule is described first. ... If the data-item is from a dataview table, then...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found