You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bunch of dataview inline fields I use in my tasks. Among them if a field is named due it is not recognized when I set the plugin to move all dataview inline fields in the footer or to merge them with linked page metadata.
The dataview field is written correctly (I used it regularly with dataview in other notes and it works perfectly).
I tried with different other field names, and it seems that only due is affected.
The bug persists also if the field due contains data types other than dates (strings, numbers, etc.)
Apparently no error appears in the log output
Expected Behavior
The dataview filed due should be moved at the card footer together with other dataview fields (see attached image above where instead it remains in the card body).
Steps to reproduce
Just put a [due::something] dataview field in a kanban card and set kanban either to move dataview inline fields in the card footer or to merge them with linked page metadata.
In the following the test markdown code used to generate the case in the image above is reported:
---kanban-plugin: boardmodified: 2024-12-20T14:13:38+01:00---## Future## To do-[ ] This is a test!
@{2024-12-26} #tag1 #tag2Task description.[added::2024-12-20 13:35] [due::2024-12-28] [deadline::2025-01-07 12:24] [test::hello world] [christmas::2024-12-25] [bug::false] [something::14]## In progress## Done**Complete*****
%% kanban:settings```{"kanban-plugin":"board","list-collapse":[false,false,false,false],"show-checkboxes":true,"full-list-lane-width":true,"tag-colors":[],"date-colors":[{"isToday":false,"distance":7,"unit":"days","direction":"after","color":"rgba(253, 205, 0, 1)"},{"isToday":false,"distance":2,"unit":"days","direction":"after","color":"rgba(255, 0, 0, 1)"}],"archive-with-date":true,"inline-metadata-position":"metadata-table","move-dates":true,"lane-width":380,"show-relative-date":true,"move-tags":true}```
%%
Relevant errors (if available)
No response
Operating system
Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a bunch of dataview inline fields I use in my tasks. Among them if a field is named
due
it is not recognized when I set the plugin to move all dataview inline fields in the footer or to merge them with linked page metadata.due
is affected.due
contains data types other than dates (strings, numbers, etc.)Expected Behavior
The dataview filed
due
should be moved at the card footer together with other dataview fields (see attached image above where instead it remains in the card body).Steps to reproduce
Just put a
[due::something]
dataview field in a kanban card and set kanban either to move dataview inline fields in the card footer or to merge them with linked page metadata.In the following the test markdown code used to generate the case in the image above is reported:
Relevant errors (if available)
No response
Operating system
Linux
The text was updated successfully, but these errors were encountered: