Skip to content

This is a widget for Notion to display daily Bible Verse

Notifications You must be signed in to change notification settings

onegladiator4u/BibleVerseWidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notion Random Bible Verse

This is a widget for Notion. You can insert the URL of this repository in an embed item.

Settings

On the right bottom corner, you can change settings. They are developed in a way to integrate this widget perfectly.

Add a different source

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"
  }
]

Bold 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:

How to Use it?

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

About

This is a widget for Notion to display daily Bible Verse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published