Darakah / obsidian-timelines

Create a timeline view of all notes with the specified combination of tags
MIT License
357 stars 34 forks source link

Problem with rendering the timeline #59

Open Mizuxos opened 1 year ago

Mizuxos commented 1 year ago

Hi. For some reason, I'm struggling with rendering the timeline. I've followed to documentation in the repo but it's still not rendering. I'm sorry if it is a duplicate from this issue #2 but the solution provided doesn't seem to solve the problem for me.

Folder hierarchy: Notes └ Session 0.md └ Timeline.md

Session 0.md

---
tags: [timeline, test]
---
<span class='ob-timelines' data-date='1444-10-00-00' data-title='TITLE' data-img = 'https://i.pinimg.com/564x/03/b2/12/03b2128a911d9a8168189201b358a8d0.jpg'> D E S C R  </span>

Timeline.md ```timelines test ``` I can't tell if I'm missing anything. Any ideas?

ReconVirus commented 1 year ago
---
tags: [timeline, test]
---
<span 
class='ob-timelines' 
data-date='1444-10-00-00' 
data-title='TITLE' 
data-img = 'https://i.pinimg.com/564x/03/b2/12/03b2128a911d9a8168189201b358a8d0.jpg'
data-type='range' # this is missing, a point if here is no end date, or background 
data-end='2000-10-20-00'> 
D E S C R
</span>

seems like a formatting and miss of data issue.

GaoXeoN commented 3 months ago

I'm also having trouble getting anything to appear in the timeline after copying from here and pasting into obsidian. but I saw the error, the date 1440-10-00-00 means year 1440 month 10 day 0 and minute 0...there is no day 0. instead i write the date like this 1440-10-01-00 and I got the blocks it in the timeline. (I use horizontal timeline)