obsidian-dataview icon indicating copy to clipboard operation
obsidian-dataview copied to clipboard

Bug report- different meta from properties and inlinks(outlinks)

Open avraam-inside opened this issue 9 months ago • 0 comments

What happened?

For what reason meta from this.file.inlinks and this.file.frontmatter.myproperty are displayed as links in both cases, but can’t metadata be extracted from myproperty in the same way as inlinks?

Case: image Where did the “string” come from if it is displayed in the table as a full-fledged link?! What about the error text?

Code

TABLE WITHOUT ID 
    map(this.file.frontmatter.children, (x) => x) AS tmp,
    map(this.file.inlinks, (x) => x) AS tmp2
WHERE file.name = this.file.name
  • Please fix it
  • Since the repair will be long (and it’s not a fact that it will be fixed - developers may be refer to some useless “philosophy” - I’ve seen it often) soooo - how do I extract similar metadata from myproperty, as well as from inlinks, in the current conditions?

DQL

No response

JS

No response

Dataview Version

0.5.66

Obsidian Version

1.5.12

Device

PC

OS

Windows

avraam-inside avatar May 01 '24 14:05 avraam-inside