Closed nathanmlavalley closed 1 year ago
Here’s what I put into the interface 
And here’s what it spits out which is almost exactly what I’m looking for. Just looking for a lowercase first letter on each link. 
On Sep 6, 2023, at 7:17 PM, Tim @.***> wrote:
Can you show a screenshot?
— Reply to this email directly, view it on GitHub https://github.com/kuchejak/obsidian-bible-linker-plugin/issues/27#issuecomment-1709287132, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCMV22PV5URQZ2CFRL4JHXTXZEHCZANCNFSM6AAAAAA4NVZU7M. You are receiving this because you authored the thread.
I’ll put it in as text.
This is what I input into the interface: rom 1,1-3
This is what it spits out: [[Rom 1.1]] [[Rom 1.2]] [[Rom 1.3]]
What I need to get it to spit out: [[rom 1.1]] [[rom 1.2]] [[rom 1.3]]
On Sep 6, 2023, at 10:40 PM, Tim @.***> wrote:
Here’s what I put into the interface 
And here’s what it spits out which is almost exactly what I’m looking for. Just looking for a lowercase first letter on each link. 
On Sep 6, 2023, at 7:17 PM, Tim @.***> wrote:
Can you show a screenshot?
— Reply to this email directly, view it on GitHub #27 (comment) https://github.com/kuchejak/obsidian-bible-linker-plugin/issues/27#issuecomment-1709287132, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCMV22PV5URQZ2CFRL4JHXTXZEHCZANCNFSM6AAAAAA4NVZU7M. You are receiving this because you authored the thread.
Oh, no I think the image wasn't displayed well.
— Reply to this email directly, view it on GitHub https://github.com/kuchejak/obsidian-bible-linker-plugin/issues/27#issuecomment-1709429491, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCMV22PFQOU2XBF25GG5OATXZE62ZANCNFSM6AAAAAA4NVZU7M. You are receiving this because you authored the thread.
Hello, Thank you for your kind words. I'm happy you are enjoying this plugin. Currently, there is an automatic capitalization, as you have noticed, but it should be relatively easy to add an option to disable it. I'll try to look into it sometime this week.
Awesome, that would be awesome!
On Sep 13, 2023, at 1:40 AM, Jakub Kuchejda @.***> wrote:
Hello, Thank you for your kind words. I'm happy you are enjoying this plugin. Currently, there is an automatic capitalization, as you have noticed, but it should be relatively easy to add an option to disable it. I'll try to look into it sometime this week.
— Reply to this email directly, view it on GitHub https://github.com/kuchejak/obsidian-bible-linker-plugin/issues/27#issuecomment-1717035108, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCMV22OLLXXLHA36XAJHCZTX2FINRANCNFSM6AAAAAA4NVZU7M. You are receiving this because you authored the thread.
You should now be able to update to version 1.4.6 and disable the automatic capitalization for the "Link Bible verses" command in the plugin settings. But when I tested it, Obsidian links were case-insensitive, so I'm not 100% sure that this change will solve your problem.
Perfect! It works for me now. I believe it’s only case sensitive from uppercase to lowercase. In other word a file called [[1 co 15.3]] gets missed by a link such as [[1 Co 15.3]] but not the other way around. This is the tool I’ve always wanted in obsidian and will considerably speed up my ministry documentation! Thank you!
On Sep 15, 2023, at 12:38 PM, Jakub Kuchejda @.***> wrote:
Closed #27 https://github.com/kuchejak/obsidian-bible-linker-plugin/issues/27 as completed.
— Reply to this email directly, view it on GitHub https://github.com/kuchejak/obsidian-bible-linker-plugin/issues/27#event-10385968059, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCMV22L6X4QEE7C3ZVMIPDTX2SHBZANCNFSM6AAAAAA4NVZU7M. You are receiving this because you authored the thread.
Thank you so much for making this wonderful tool. I've been wanting something like this for so long!
I use a slightly different format in my vault. I have each verse have it's own note. I'm doing pretty in depth translation and exegesis work and making notes as I work through different parts of the Bible. I've gotten the formatting to work right for how I've proceeded except for one thing. I can't figure out how to get it to output lowercase book abbreviations (the way I've been linking thus far). For example "1 co 8.6" gets turned into "1 Co 8.6" and misses my file. Any chance this option could be added?