fe1ler
July 24, 2024, 2:58pm
1
Hi there! When I’m trying to sort my notes in vault I discoverd the problem:
When propery field have changed and after changed again to inital value - it doesn’t appear in table view.
Below I attach the cilp with problem.
So, Is anyone knows how to fix that?
What I’m trying to do
Just display my notes.
Things I have tried
I have tried to restart obisidan, close and open notes, chagne properties.
Lots of updating issues. Maybe one of these?
opened 09:04PM - 15 Apr 24 UTC
bug
### What happened?
Dataview does not update query results. For example: I have … several notes about books I read. There is the "read" property as boolean on all notes. I run the following command:
```dataview
TABLE read as "Read" FROM "Books"
SORT title
```
and Dataview shows the correct result. Then I change the "read" property of one of the notes, changing it from true to false. When I re-execute the same command, Dataview does not update the results. It continues to show the results before the change I made. I don't know how to solve this problem. Need help.
### DQL
```dataview
TABLE read as "Read" FROM "Books"
SORT title
```
### JS
_No response_
### Dataview Version
0.5.66
### Obsidian Version
1.5.12
### OS
MacOS
opened 03:28AM - 06 Aug 22 UTC
bug
### What happened?
If I change a frontmatter value, inline queries that refer… to it do not update unless I edit the paragraph containing them.
For example:
```md
---
foo: 1
---
`= this.foo`
```
If I switch into editing mode, change the value of `foo` in the frontmatter, then switch back to reading mode, the query result still displays the old value. If I then edit text around the query, it will update. Editing other areas of the document does not update the value.
### DQL
_No response_
### JS
_No response_
### Dataview Version
0.5.41
### Obsidian Version
0.15.9
### OS
MacOS
opened 01:55PM - 23 May 24 UTC
bug
### What happened?
I have simple in-line dataview queries populating a table's … cells with elements taken from the attributes/properties of the document. I believe it's normal behaviour for dataview queries to need to be refreshed when properties change or after importing a template. I usually refresh the query by moving my cursor into the block or simply reopening the note. As can be seen in the video below, moving the cursor through the query does not work for in-line queries within a table layout. Closing and re-opening the note does work work. It can't be seen in the video, but I correct this by deleting a character and rewriting it. This makes the query work as intended. This behaviour is inconsistent with inline queries being refreshed by the cursor when not in a table.
https://github.com/blacksmithgu/obsidian-dataview/assets/48444740/4f255c84-1d48-494c-93c2-c7cf67cc086c
### DQL
`=this.anyproperty`
### JS
_No response_
### Dataview Version
0.5.66
### Obsidian Version
1.5.12
### OS
Windows
fe1ler
July 24, 2024, 3:33pm
3
UPD:
While I was waiting the decision of the problem I notice some interesting fact:
When property “field” of note satarts like that:
filed:
It dosen’t work. But If it change to
filed: prop
Everything is okay.
But proble is here - I can’t change frontmater in Preview mode (If I did it - frontmatter change to frist variant and then it dosen’t work.
So, can I fix that?
system
Closed
October 22, 2024, 3:33pm
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.