Code Monkey home page Code Monkey logo

berean-study-bible-with-strongs's Introduction

Berean Study Bible with Strongs

Markdown-based Bible with Strongs Hebrew & Greek definitions, created for the Obsidian knowledge base application.


The Berean Bible is a completely new English translation of the Holy Bible, effective for public reading, study, memorization, and evangelism. Inspired by the words in the Book of Acts, and based on the best available manuscripts and sources, each word is connected back to the Greek or Hebrew text to produce a transparent text that can be studied for its root meanings.

About the Berean Bible

Special thanks to @Oblique82 for his help sponsoring and refining this project.

Installation

  1. Download latest release
  2. Extract archive
  3. Choose "Open as Folder" from within Obsidian (File → Open Vault...).

Screenshots

Minimal theme — light mode

screenshot-1.png

screenshot-2.png

Minimal theme — dark mode

screenshot-4.png

screenshot-3.png

Example custom CSS

/*******
* 
* strongs numbers w/in passages
* 
*******/
.lexicon a[data-href^="H0"],
.lexicon a[data-href^="H1"],
.lexicon a[data-href^="H2"],
.lexicon a[data-href^="H3"],
.lexicon a[data-href^="H4"],
.lexicon a[data-href^="H5"],
.lexicon a[data-href^="H6"],
.lexicon a[data-href^="H7"],
.lexicon a[data-href^="H8"],
.lexicon a[data-href^="H9"],
.lexicon a[data-href^="G0"],
.lexicon a[data-href^="G1"],
.lexicon a[data-href^="G2"],
.lexicon a[data-href^="G3"],
.lexicon a[data-href^="G4"],
.lexicon a[data-href^="G5"],
.lexicon a[data-href^="G6"],
.lexicon a[data-href^="G7"],
.lexicon a[data-href^="G8"],
.lexicon a[data-href^="G9"] {
  font-size:.65em;
  vertical-align:super;
  text-decoration: none !important;
  font-family:sans-serif !important;
  /*opacity:77%;*/
  /*font-weight:bold !important;*/
}
/*******
* 
* passage paragraphs
* 
*******/
.lexicon p {
  text-indent: 7px;
  padding-left:20px;
  padding-right:10px;
  text-align: justify;
  font-family:Lora !important;
  padding-top:0px !important;
  margin-top: 0px !important;
}
/*******
* 
* verse numbers aligned
* to the left of verse
* 
*******/
.markdown-preview-view h6,
.cc-pretty-preview .markdown-preview-view h6 {
  position: relative;
  left: 0;
  top: 33px;
  line-height: 0px;
  margin-top: -20px;
  margin-right: 3px;
  font-family: var(--font-family-preview);
  font-weight: 500;
  font-size: .88em !important;
  font-weight: bold;
  font-style: normal;;
  color: var(--text-faint) !important;
}
/*******
* 
* verse numbers on
* hover preview popover
* 
*******/
div.popover.hover-popover .markdown-preview-view h6 {
  top: 23px;
}

The Holy Bible, Berean Study Bible, BSB Copyright © 2016, 2020 by Bible Hub Used by Permission. All Rights Reserved Worldwide.

berean-study-bible-with-strongs's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.