coddingtonbear / obsidian-csv-table

Have a CSV file you want to render some or all of the data from? This plugin allows you to display that data in your obsidian preview.
MIT License
113 stars 5 forks source link

Date time filter #4

Closed igorpereirabr1 closed 2 years ago

igorpereirabr1 commented 2 years ago

Hi.. how can I apply a filter in a timestamp column dinamically?

CSV sample:

Subject,start,end,duration,Organizer meeting 1,2021-01-11 08:00,2021-01-11 12:00,240,noreply@test.com meeting 2,2021-01-11 08:00,2021-01-11 12:00,240,noreply@test.com meeting 3,2021-01-11 16:00,2021-01-11 17:00,60,noreply@test.com meeting 4,2021-01-12 10:00,2021-01-12 11:00,60,noreply@test.com meeting 5,2021-10-28 12:00,2021-10-28 13:00,60,noreply@test.com

``csvtable columns:

in this sample just the meeting 5 should be returned: meeting 5,2021-10-28 12:00,2021-10-28 13:00,60,noreply@test.com

the start and end date should be defined based on the current date.

igorpereirabr1 commented 2 years ago

Fixed