hadynz / obsidian-kindle-plugin

Sync your Kindle notes and highlights directly into your Obsidian vault
MIT License
897 stars 52 forks source link

Use more variables in File Name Template #258

Open ajorquera opened 11 months ago

ajorquera commented 11 months ago

Checking the code, I can see that for the File Name we only have a limited amount of variables available. Can you extend this to use more data.

I specifically need the ISBN or the ASIN for the title.

Thanks

https://github.com/hadynz/obsidian-kindle-plugin/blob/99cab6ec7f34c1cf98fed50232773cdac265a698/src/rendering/renderer/templateVariables.ts#L22