Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Dataview inline field "due" not recognized #1080

Open
paololunghi opened this issue Dec 20, 2024 · 0 comments
Open

[Bug]: Dataview inline field "due" not recognized #1080

paololunghi opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@paololunghi
Copy link

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.

  • 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

image

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: board
modified: 2024-12-20T14:13:38+01:00
---

## Future



## To do

- [ ] This is a test!
	@{2024-12-26}   #tag1 #tag2
	Task 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

@paololunghi paololunghi added the bug Something isn't working label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant