Michael "Tres" Brenan
Michael "Tres" Brenan
That's interesting; I use Obsidian's own link rendering! Will have to investigate more.
I'll see if I can do the same. A little annoying based on my code structure but manageable.
I'm actually working on this as the next major feature, where markdown sections can have their own metadata and you can select per-section, rather than per-file, which I think should...
I've actually added relative path resolution for some DataviewJS work, so I can probably extend it to queries at this point.
We already read file contents so it's possible, but the Obsidian hover is actually rendering the entire page in a small popup (so it just shows the first few sentences...
Are you just looking for the completion time to include the full timestamp? If so, #1245 may be another relevant issue where both can be fixed by allowing templating.
@mt-krainski templating solution has merged and I'll release it after testing it works this evening - this lets you use luxon templating which includes being able to set timestamps up...
There is a surprisingly complicated reason for why the "Refresh" command does not work (that boils down to dates being resolved at query parse time rather than evaluation time); the...
It is possible that large vault size is the issue, but if Obsidian is persistently unusable that has historically pointed to bad plugin interactions. If you copy paste your vault...
I took a look at the performance traces - thank you for taking them. It looks like the initial lag is due to Dataview doing the initial vault index. Dataview...