Bible verses cross-referenced as wikilinks

For anyone who likes to take bible notes with Obsidian, here’s a repo I made that has every verse cross-referenced with wikilinks.

WARNING: This will crash obsidian since there are 31,102 files in total :sweat_smile:.

4 Likes

This is insane. I love it!

Does anyone have tips on batch editing files.

Unfortunately, the top of every note in this Vault is invalid YAML so Obsidian doesn’t recognize the wikilinks. But if I simply get rid of all of the --- then it recognizes it correctly.

I just need to figure out how to get rid of --- on 31,102 files. :sweat_smile:

1 Like

I believe you could use something like Notepad++ for that.

2 Likes

I edited the code that generates each note, now the syntax is valid and the links work as intended.

I don’t use this anymore. A note per verse murdered my computer and it’s harder to read and study.

I use a note per chapter now.

1 Like

I can see your point. I was thinking on how this can become more useable and one of the ideas I came up with was to make the notes per chapter and the links based on sub-headings instead. Is your setup something similar to that?

Yup that’s exactly the setup I used. This is the go-to thread for this: Bible Study in Obsidian Kit (including the Bible in Markdown)

It’s kind of technical to get set up, so let me know if you need help. I think I even have the original markdown files somewhere if I can dig them up.