Plugin: Bible Citation

Thanks! I look forward to the changes.

1 Like

I modified the version on my package.json to match my manifest.json and then ran npm run update, which updated the package-lock.json.
Can you take a look to my files before I publish it?
Thanks!

Yes, looks good, but I'd change the homepage url to https://github.com/DanteCoder/JoplinBibleQuote#readme
(but you don't have to)

3 Likes

It's finished!
You can wait for version 1.0.0 directly on juplin plugin list, or you can download the jpl from my releases page on my repository.

I implemented it this way:
If your cite only spans a chapter, in the viewer you'll see only the cite.
if your cite spans more than one chapter, it'll also show the chapter numbers.
if your cite spans more than one book, it'll also show the book names.

Awesome! I'll wait to update it from the plugin list and then give you some feedback, if needed.

1 Like

Version 1.0.0 does exactly what I want it to do. Thanks!

Not necessary but just for fun, maybe you could add the option to show the version after the citation: e.g. Genesis 1:1 (ESV), John 1:1 (KJV), etc.

1 Like

Thank you for your feedback! I'm glad it's useful for you.

I'll put that on my "good ideas" list.

1 Like

Hi everyone!
I'm working on displaying multiple Bible versions in the render.
Please let me know your thoughts of what I've done already:

image

I still don't decide how to present the setting to the user to import multiple bibles. I was thinking providing a path to the folder containing all the bibles.
Also, how to get an input from the user to know which bible versions to display.

BTW, I worked on cleaning a lot the code to make it more easy to read/contribute.

2 Likes

One folder for all bible versions sounds very good, and easy to manage.

For the default version, perhaps you could have a setting that lists the files in a drop-down list, allowing the user to select? Or a file browser dialogue to navigate to the file the user wants.

I guess in the settings, you would also want the user to be able to specify the home folder location for bible versions (unless the plugin itself creates a default location that is not customizable by the user), and leaves it to the user to move the bibles there.

Good luck!

1 Like

Version 2.0.0 is out now!
Check the repo page for more details: