Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi,

thanks you so much for all the work you have clearly put into this. I have an issue in section 3.3 - Obsidian won't parse it correctly and I see an error:

Dataview (inline field '>'): Error:  -- PARSING FAILED -------------------------------------------------- 
 > 1 | >     | ^  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

Is this an issue with my Obsidian setup? Any idea?

Thanks in advance!

With Obsidian, the > character is a quotation block. So, it seems your DataView query is not expecting that. Without knowing the query, it’s hard to tell.