This is a widget for Notion. You can insert the URL of this repository in an embed item.
On the right bottom corner, you can change settings. They are developed in a way to integrate this widget perfectly.
You can add a different source for random Bible Verse. This source must be a JSON file hosted somewhere. As an example you can use Github Gist.
The valid JSON file must be in this format:
[
{
"verseref": "Bible Verse Reference",
"content": "Bible Verse Content"
},
{
"verseref": "Bible Verse Reference",
"content": "Bible Verse Content"
}
]
To make words of Bible Verse Content bold use '' tag. For example.
"verseref": "Genesis 1:27–28Aa",
"content": "So <strong>God </strong>created man <strong>in his own image</strong>, in the <strong>image of God</strong> he created him; male and female he created them. And God blessed them."
}
Here is an example for my gist:
You have to add the url of your JSON file with parameter f
into query parameters.
If you're using a gist, make sure you use the raw version. If you update raw file, the file url will change. So update the file url.
Use this code in Notion to embed
https://onegladiator4u.github.io/BibleVerseWidget/?f=https://raw.githubusercontent.com/onegladiator4u/BibleVerseWidget/main/Bible-verses.json