obsidian-dataview
obsidian-dataview copied to clipboard
Rendering of inline fields in a numbered/bulleted list
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
DQL
No response
JS
No response
Dataview Version
0.5.64
Obsidian Version
1.4.16
OS
Windows
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.
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.
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)
This is fixed in v0.5.67