stefanopagliari / bibnotes

360 stars 30 forks source link

fix(#66): author now gets added to template title #76

Closed tefkah closed 2 years ago

tefkah commented 2 years ago

This is a quick fix for #66.

The authorKey field of the selectedItem object is actually not set before the title is generated, but the createNoteTitle function does expect it. Now the note title generation works as intended.

stefanopagliari commented 2 years ago

Thank you for this