Commentary and Book side footnote Link

Deals with using and making modules and other resources
Post Reply
ephrlee
Posts: 3
Joined: Thu May 02, 2024 7:00 am

Commentary and Book side footnote Link

Post by ephrlee »

How to link footnote inside Commentary, Dictionary and Book modules, is it different form bible modules or the same? Please give me some suggestion.

Tim
Site Admin
Posts: 1706
Joined: Sun Dec 07, 2008 1:14 pm

Re: Commentary and Book side footnote Link

Post by Tim »

Book.
<a href="book://title/chapter">%s</a>

Commentary,
<a href="comm/ABBR://%s">%s</a>

Dictionary,
<a href="dict/ABBR://%s">%s</a>

The ABBR must be the tab name of the title, like "Scofield".
The "%s" in the link must be the specific topic or cmt reference, like "aaron" or "Joh 3:16"
Tim Morton
Developer, Bible Analyzer

But to him that worketh not, but believeth on him that justifieth the ungodly, his faith is counted for righteousness. (Rom 4:5 AV)

ephrlee
Posts: 3
Joined: Thu May 02, 2024 7:00 am

Re: Commentary and Book side footnote Link

Post by ephrlee »

Thank you so much for your response. Is it possible to link without a topic in the same module name?
How do I use these links?
<a href="part0012_split_001.html#AgriculturalCalendar" class="calibre7">2. Agricultural Calendar</a>
<a id="AgriculturalCalendar"></a>
<a href="part0019_split_001_split_001.html#id9780805428360ddd00906" class="calibre7">7. Miracles of Jesus</a>
<a id="id9780805428360ddd00906"></a>

Tim
Site Admin
Posts: 1706
Joined: Sun Dec 07, 2008 1:14 pm

Re: Commentary and Book side footnote Link

Post by Tim »

No, there must always be a topic/ref in the link as shown in the previous post.
Tim Morton
Developer, Bible Analyzer

But to him that worketh not, but believeth on him that justifieth the ungodly, his faith is counted for righteousness. (Rom 4:5 AV)

ephrlee
Posts: 3
Joined: Thu May 02, 2024 7:00 am

Re: Commentary and Book side footnote Link

Post by ephrlee »

ok thanks so much.

Post Reply