tim-hub / obsidian-bible-reference

Take Bible Study notes easily in the popular note-taking app Obsidian, with automatic verse and reference suggestions.
https://antioch.tech/obsidian-bible-reference/
MIT License
221 stars 41 forks source link

MEV Modern English Version #183

Closed Goye4th closed 3 months ago

Goye4th commented 3 months ago
  1. What language are you looking for? English

  2. What version is it? MEV Modern English Version

  3. Do you know, is there a public bible API for it? Yes, I spoke with the creator and he deployed the translation Telegram @Boguslavv

abbasou commented 3 months ago

This one is as simple as adding the entry in the bolls.life section. User can do it manually if they don't want to wait for dev to implement. Open main.js in plugin folder, search for "New King" to find the bollsLife entries (line ~12448), add the following:

  {
    key: "mev",
    versionName: "Modern English Version",
    language: "English",
    code: "en",
    apiSource: BibleAPISourceCollection.bollsLife,
    infoUrl: "https://wikipedia.org/wiki/Modern_English_Version"
  },

Save. Restart Obsidian. MEV now appears in the list and works as intended.

Goye4th commented 3 months ago

Where do I find the plug ins folder on my Mac - Github?

Thanks!


Christian Moore

On May 11, 2024, at 5:40 PM, abbasou @.***> wrote:

This one is as simple as adding the entry in the bolls.life section. User can do it manually if they don't want to wait for dev to implement. Open main.js in plugin folder, search for "New King" to find the bollsLife entries (line ~12448), add the following:

{ key: "mev", versionName: "Modern English Version", language: "English", code: "en", apiSource: BibleAPISourceCollection.bollsLife, infoUrl: "https://wikipedia.org/wiki/Modern_English_Version" },

Save. Restart Obsidian. MEV now appears in the list and works as intended.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Goye4th commented 3 months ago

When I open the main.js file in the obsidian plugin folder I am not seeing the bollsLife entry line “new king” does not appear in the search nor does “bollLife"

Please advise and thanks for your help!


Christian Moore

On May 11, 2024, at 5:40 PM, abbasou @.***> wrote:

This one is as simple as adding the entry in the bolls.life section. User can do it manually if they don't want to wait for dev to implement. Open main.js in plugin folder, search for "New King" to find the bollsLife entries (line ~12448), add the following:

{ key: "mev", versionName: "Modern English Version", language: "English", code: "en", apiSource: BibleAPISourceCollection.bollsLife, infoUrl: "https://wikipedia.org/wiki/Modern_English_Version" },

Save. Restart Obsidian. MEV now appears in the list and works as intended.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

tim-hub commented 3 months ago

@Goye4th will release the change now to add it.

https://github.com/tim-hub/obsidian-bible-reference/pull/196

Thanks @abbasou

tim-hub commented 3 months ago

Added in https://github.com/tim-hub/obsidian-bible-reference/releases/tag/2.5.2

Goye4th commented 3 months ago

Thanks so much!!!


Christian Moore

On May 17, 2024, at 11:01 PM, Tim @.***> wrote:

Added in https://github.com/tim-hub/obsidian-bible-reference/releases/tag/2.5.2

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>