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

Rendering of inline fields in a numbered/bulleted list

Open Mehlsine opened this issue 2 years ago • 3 comments
trafficstars

What happened?

Hello,

Dataview passes the value of the first inline field to the next inline fields of the same name in a bulleted/numbered list, overwriting their initial values. At least in a reading view, it seems. Toggling the list off fixes the issue, but it worked correctly on version 0.5.59, so..

Might be related to this bug report: #2119

ezgif-5-6ddab3c572

DQL

No response

JS

No response

Dataview Version

0.5.64

Obsidian Version

1.4.16

OS

Windows

Mehlsine avatar Nov 15 '23 16:11 Mehlsine

I also encountered this problem yesterday. Reinstalling the plugin did not solve the issue. The only thing that helped was that there was a vault with an unupdated plugin (ver. 0.5.61), from which I copied the main.js file to the main vault and everything was resolved.

Felharrim avatar Nov 18 '23 14:11 Felharrim

I encountered the same issue today when setting up a list of inline fields. As a workaround, I found that using list of tasks (- [ ] instead of -) renders the fields correctly in reading view.

leandersabel avatar Nov 25 '23 10:11 leandersabel

I encountered the same issue today when setting up a list of inline fields. As a workaround, I found that using list of tasks (- [ ] instead of -) renders the fields correctly in reading view.

That workaround wasn't working for me, but I found that adding another field [field:: any value] as the first item of the list, allows other fields to render correctly:

- (Title:: My songs:)
- (song_name:: Song 1.) — (song_rating:: 5) 
- (song_name:: Song 2.) — (song_rating:: 3)

songs

lemachinarbo avatar Jan 01 '24 23:01 lemachinarbo

This is fixed in v0.5.67

reply2za avatar Jul 13 '24 13:07 reply2za