alexandru-dinu / obsidian-sortable

Table sorting plugin for https://obsidian.md
MIT License
233 stars 8 forks source link

Exclude dataview calendar #20

Closed mnvwvnm closed 2 years ago

mnvwvnm commented 2 years ago

Hi. Dataview has a new query type: calendar However, this calendar is render as a table and the sort "triangles" elements are render too.

image

But these are absolutely unnecessary in calendar format. Is there any way to exclude these specific tables from the sortable plugin?

mnvwvnm commented 2 years ago

Nevermind. From one moment to another it's gone...

image
alexandru-dinu commented 2 years ago

Hi,

Can you please provide a snippet that renders as a calendar, so that I can do some further testing?

Thank you!

mnvwvnm commented 2 years ago

Hi. Thank you for answer. For now the issue is gone. But sure, you can test with:

```dataview
CALENDAR file.mday
FROM "your-folder"


Thank you.
alexandru-dinu commented 2 years ago

Hi,

Thanks for reporting, I will look into it! The main issue for sortable-dataview integration is #6.

If somehow the problem reappears, feel free to reopen the issue.

mnvwvnm commented 2 years ago

ok. thank you