javierarce / arena-manager

Publish content from Obsidian to Arena and the other way around.
https://obsidian.md/plugins?id=arena-manager
MIT License
37 stars 0 forks source link

FR: Setting block title from frontmatter #3

Closed marconoris closed 1 month ago

marconoris commented 1 month ago

Hi Javier,

another FR: the possibility of changing/setting the title of the block through the frontmatter. Isn't so important but could be useful?

Thanks!!

javierarce commented 1 month ago

This is a good idea because there are cases where a channel could contain blocks with the same name (e.g.: Title.md, Title.md, Title.md).

To be able to save them locally, I'm adding a number to the end of the filename (e.g.: Title.md, Title-1.md, Title-2.md, etc.). However, this means that if you push the note back to Are.na, you'll be updating the block's title with the numbered filename, which would be bad.

Thanks for the suggestion!

javierarce commented 1 month ago

I've included this fix into the 1.0.4 release, so I'm closing this issue.