vipzhicheng / logseq-plugin-block-calendar

A block calendar for Logseq.
MIT License
39 stars 13 forks source link

calendar not using custom date format from config.edn #34

Open satzynu opened 1 year ago

satzynu commented 1 year ago

I use journals with "yyyy/ MMM/ dd EEE" Dateformat defined in config.edn Block calendar used to work with with this format - showing the journals on each date. some time along the way this functionality stopped and it translates to look for 2023/ 07M/ 01 Sat - seems like the 3rd M in month is not getting interpreted

samtwalker commented 1 year ago

I also have found this issue with my custom format and find this plugin super helpful. I use this format. "MMM do, yyyy - EEE". It does seem to be picking up the highlight of information in the log journals correctly, just not linking back when you select a calendar date.
image

wensonsmith commented 12 months ago

it works after I re-index my graphs

pdsccode commented 2 months ago

Unfortunately, using the format 'dd MMMM yyyy' which results in a journal page like '16. August 2024' does not work. Block calendar seems to pick up the format correctly but does not interpret the 'MMMM' correctly. Instead of 'August' it just does '0808', which in turn results in a wrong reference.

Could you please investigate that again? Thanks! 🙂

pdsccode commented 2 weeks ago

Could you please look into this again? I really want to use the linking function but am unable to do so without proper date interpretation. ☹️