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

Allow for populating note body when note is defined in frontmatter #50

Closed enigmartyr closed 3 weeks ago

enigmartyr commented 4 weeks ago

Previously, only notes defined via HTML had their body populated via the innerText. These edits should allow for the frontmatter description property to achieve the same effect.

enigmartyr commented 3 weeks ago

Looks good!

I actually hadn't ran npm run bump:patch yet because I wanted to build the plugin and test it and make sure it worked as intended first but getting the build script to run proved difficult for me

seanlowe commented 3 weeks ago

If you would open another issue for tracking down the build issues, I believe that would be extremely helpful for anyone who may want to contribute in the future.

enigmartyr commented 3 weeks ago

image image image to tell the truth, these are the changes I made to get it to build but I hesitate to say they're the correct changes since I hardly know what I've done