holroy
holroy
When you specify tags _outside_ of a task definition it's applied to the entire page, and not specific to that task. This means that when you do a task query...
When you define a task, even if empty, it's still defined as a task, so why do you consider it a bug? If you don't want to remove these explicitly...
That's not a bug, after you've mapped the values the query doesn't know what is the name part anymore. Switch around your `.map()` and `.sort()`, and it'll most likely sort...
If #2238 is accepted, you'll be able to do `slice(split(prop), -1)` to do just this.
The sequence \`= is the start of an inline query, so if you need to type that in some other context you either need to turn off inline queries or...
First of all, you need to update your _dataview_ plugin, the current version is 0.5.64. Secondly, to include a code segment with triple backticks, enclose the area with a quadruple...
Sadly this is a common issue in some cases. It's not only related to dates changing, but the refresh fails in some cases in general, and you need to either...
See also #1752
I tried your change, and at first it seemed to do the job. But after a little more testing, it fails again. There might be some caching issues as well....
Attached to this comment are two markdown files showcasing how this is an issue for both variants of inline fields. The files also shows how it's just the main inline...