michaellw / Obsidian-Canvas-Style-Menu

Customize canvas styles seamlessly through the canvas menu and support styles extension using CSS snippets.
58 stars 4 forks source link

Titles of images on Canvas don`t show up #5

Closed wednes78 closed 9 months ago

wednes78 commented 9 months ago

Ive noticed if i enable this plugin, titles of images on canvas dont show up anymore.

https://github.com/michaellw/Obsidian-Canvas-Style-Menu/assets/103387173/fd8cd100-0d47-41f0-ac90-0fef1f935b85

michaellw commented 9 months ago

Yes, it's hidden by default, because there are still some problems with handling the rotation. If you need to show it just add this to your css file, or find the styles.css file in the plugins folder and delete lines 77~79. Will fix this in next release.

.canvas-node .canvas-node-label {
  display: block;
}
wednes78 commented 9 months ago

Thank you! I tried and made sure that worked.