Has anyone figured out how to link to all the WBC books (using only one link) from BW?
Jamie
Has anyone figured out how to link to all the WBC books (using only one link) from BW?
Jamie
ISalzman,
I picked up WBC on the latest sale. $399. Figured it wasn't a bad price for 59 vols.
While I was waiting for an answer I hacked in a program to do the call to "Logos - WBC" for me. It basically decides what book in Logos to call based on a reference mapping text file, like so
GEN,Genesis,1:1,15:21,WBC01
GEN,Genesis,16:1,50:26,WBC02
EXO,Exodus,,,WBC03
LEV,Leviticus,,,WBC04
Here is how the external link looks.
[Word Bible Commentary]
Operation = Open
Directory = NULL
File = "C:\development\LaunchLDLS\bin\Release\LaunchLDLS. EXE"
Parameters = WBC.TXT <book> <chapter>:<verse>
MenuLocation = Browse Window English
TextType = Bible Verse
MapToVersion = RSV
Lookup = Verse Reference
MenuText = Logos - WBC
Enabled = 1
Let me know if anyone has a better solution. If not, let me know if you want me to roll a version of the program and post it to the group
Jamie
Hi Jamie,
I guess links we make depend on our method of study. Typically, when I study after my lexicon work, I then move to commentaries. So, I just made an external link from BWorks to Logos commentaries search and then I do a search on my collection of NT commentaries or OT commentaries. Just my way of doing it. God Bless
Hi Jamie,
It is a little different (or more like a lot) in Logos 4 v. Libronix. The method I devised is all based on collections of commentaries. For example, in Logos 4 I grouped NT commentaries into several groups such as Exegetical, Critical, Expository, Homiletical. Whichever way works for you given that you do not put the same commentary set in more than one group. The reason for that is that when you make your collections in Logos 4, I checked the box "Show In Parallel Resources" (it is inline following the box you type the name of your commentary). The logic is to make use of parallel resources once you have jumped from BibleWorks to Logos. Into each of my particular collections, I placed a one volume "commentary" such as Net Bible Notes, that is versified with a lot of verses because you will use that particular resource in BibleWorks when you make your external link. If I picked a one volume commentary that only mentioned a few verses per chapter, then it would not work in BibleWorks with a verse you had selected to study in Logos. It would not exist in your linked book. (I hope this all makes sense). Once I found the book, e.g. Net Bible Notes, I would ensure that it is in my commentary collection. Then, I move to BibleWorks to set up the external link.
Now in BibleWorks in the Edit External Links, my link looks like this:
The complete line of "File to open" reads as follows:
libronixdls:keylink|ref=[en]bible:<book>%20<chapter>%3A<verse>|res=LLS:2.0.102 6
I enable that link and selected OK. When I am using BibleWorks if I want to jump to Logos 4 NT Crit Commentaries, I highlight John 14:6 in BibleWorks, right click and select Net Notes-NT Crit which is what I named the link and then Logos 4 opens to that verse in Net Bible Notes. Once I am there, I can scroll through my parallel resources to find the other commentaries I put in that collection.
Keeping in mind that you get the unique resource address from its information panel in Logos 4 when the resource is open. If I can help you any more, I would be happy to. It took hours of fiddling around but it paid off!!
And this method forces you to become really familiar with your commentary groupings. The more difficult part was finding one volume commentaries that were well-versified for each collection. I can help you with that, too, if you need it.
Last edited by Joan Korte; 04-13-2012 at 04:45 PM.
I don't have WBC, but one of the following should work:
First make a collection in WBC (if not already done). The collection name cannot have any spaces.
In the Bibleworks External Links Manager setup a Verse Reference export with the following call
libronixdls:keylink|ref=[en]bible:<Book>%20<Chapter>%3A<Verse>|collection-name=(collection name, with no space, parenthesis, brackets, or anything.)
If that doesn't work the reference may need to be coded. See the following scripts: http://www.bibleworks.com/forums/sho...00&postcount=4
I pray that gets you close.
Greg,
That was exactly what I was looking for. It is a much more elegant solution. Thanks for your help! It is appreciated greatly.
The scripts are doing basically what I am doing, but in JScript. The advantage of using my method of an external mapping file is that the user could create their own mappings for different commentary collections and the program would work with no change to the code. This means I don't need to code a new script for every situation.
Jamie
Last edited by pocketscholar; 09-17-2009 at 02:23 AM.