seanlowe / obsidian-timelines

Create a timeline view of all notes with the specified combination of tags
https://seanlowe.github.io/obsidian-timelines/
MIT License
39 stars 2 forks source link

Bug: the frontmatter checker doesn't accept all ways of taging in frontmatter #72

Open DonDon-9097 opened 2 days ago

DonDon-9097 commented 2 days ago

Not all ways of tagging allow the note to be rendered in the timeline

It works if tags are provided in such a way:

tags:
 - timeline
  - story-event
  - akt2

but does not for this:

tags: timeline, story-event, akt2

Both forms are valid from obsidian's perspective, so having it go that way is confusing, especially since there is no error popup, and the tooltip says, that the event is present in the note