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

Need help to install (can't render timeline) #11

Closed Didie9 closed 9 months ago

Didie9 commented 9 months ago

Hey thanks for updating this plugin!

I'm trying to get it to work, but I can't render the timeline.

Source mode: timelines_source

Read mode: timelines_read

I wasn't sure how to install the forked version of the plugin. I disabled the original plugin and copy/pasted the obsidian-timelines-main.zip in the .obsidian/plugins folder.

The main.json and style.css were missing from the main code, and I downloaded them from your latest release 1.1.1 image

I'd love to use your version, any help would be appreciated!

ReconVirus commented 9 months ago

delete everything

download his

put those in a folder called timelines-revamped

move that folder into .obsidian/plugin/ folder where all your other plugins are in

turn it on via settings

make you your div layot looks like this, everything should be on its own line. and use single quotes ' not double "

<div
class='ob-timelines'
data-title='My Test'
date-description='New Event'
data-color='orange'
data-type='range'
data-start-date='2020-10-10-00'
data-end-date='2020-10-15-00'
>
</div>

for the timeline render block always use timeline as a base tag, anything else acts more like filters for the timeline tag

  ```ob-timeline
  timeline, test
Didie9 commented 9 months ago

It works! Thanks :)