Skip to content

scottTomaszewski/biblegateway-markdownifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

biblegateway-markdownifier

Userscript to generate markdown from Biblegateway.com

Once installed, simply browse to a passage on BibleGateway.com and a text area will appear with formatted markdown.

biblegateway.com preview

The markdown produced will follow this structure

> **[Romans 8:1-2](https://www.biblegateway.com/passage/?search=romans+8%3A1-2&version=NIV)** (NIV)
>   
> 8&nbsp;Therefore, there is now no condemnation for those who are in Christ Jesus, <sup>**2**</sup> because 
through Christ Jesus the law of the Spirit who gives life has set you free from the law of sin and death.

and it will render like this

Romans 8:1-2 (NIV)

8 Therefore, there is now no condemnation for those who are in Christ Jesus, 2 because through Christ Jesus the law of the Spirit who gives life has set you free from the law of sin and death.

Installation instructions

  1. Add tampermonkey to your web browser to run the userscript
  2. Open the js file in raw mode

The tampermonkey should pick it up and ask you to install it. Alternatively, you can just copy the userscript into tampermonkey directly.

Credit and Thanks

I didn't write the first iteration of this script, I just modified it to support the new BibleGateway layout. Original credit goes to alerque and dancek. Thanks guys for getting this started.

About

Userscript to generate markdown from Biblegateway.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published