kuchejak / obsidian-bible-linker-plugin

Obsidian.md plugin that allows you to link multiple bible verses easily
MIT License
80 stars 6 forks source link

Feature Request: Option to Adjust Font Size in the Popup Window #51

Closed santiyounger closed 1 week ago

santiyounger commented 1 week ago

Hey, thank you so much for this amazing plugin.

I'm really mind-blown by what an incredible job you did with it. It really is next level.

I'm using it with various translations (each in their folder) and it's working great.

I really enjoy using the Bible linker copy and link Bible verse popup window, it's incredibly useful.

I would love to know if it would be possible to add a setting in the plugin to make the font bigger by choosing pixel size or something like that, because I use that popup a lot to compare translations before I copy and insert it into my note, so easier readability with bigger font, would be great.

Thanks

kuchejak commented 1 week ago

Hi, I'm glad you enjoy using the plugin.

What you are describing should be possible using Obsidian CSS Snippets.

Something like the following should work:

.copy-preview {
  font-size: 20px;
}

Just set the font-size to your liking.

Hope it helps.

santiyounger commented 1 week ago

Hey thanks a lot for such as quick reply, yep that works well!

Please keep up your great work!