fantasycalendar / obsidian-fantasy-calendar

MIT License
175 stars 7 forks source link

Obsidian timeline fixes #86

Open EmiliaEaste opened 1 year ago

EmiliaEaste commented 1 year ago

-Fixed regex used to parse "Timeline" plugin tags to allow for new line characters. -Fixed issue with parsing of events from the "Timeline" plugin setting the month wrong.

ebullient commented 1 year ago

The month is an issue: there are array-index numbered months, vs. for human months. The -1 doesn't work if you want to display 2023-01-01 and have that mean January 1st, does it?

What I would like to do is switch this to a more fc-cal friendly format: fc-year, fc-month, fc-day, where you can then use either the number or the name prefix (Jan, Feb, Ches, Greengrass, ...). Intercalary months (which are present in the Harptos Calendar, as an example) really mess with Month referencing, as they muck with the array index. (Yes, this requires that FC absorb the function of the timelines plugin.. )