mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
25 lines
964 B
HTML
25 lines
964 B
HTML
![]() |
<ion-header>
|
||
|
<ion-navbar>
|
||
|
<button ion-button icon-only menuToggle left>
|
||
|
<ion-icon name="menu"></ion-icon>
|
||
|
</button>
|
||
|
<ion-title>Settings</ion-title>
|
||
|
</ion-navbar>
|
||
|
</ion-header>
|
||
|
<ion-content padding>
|
||
|
<h2>How to search for a verse</h2>
|
||
|
<p>
|
||
|
Dynamic Bible doesn't yet have a verse picker. If you need a verse picker, hang on, we're diligently working on that feature. In the mean time, to bring up a passage,
|
||
|
just type in a reference. Dynamic Bible will recognize many abbreviations of books, and can handle ranges within a book. Here are a few examples to get you started:
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dd>John 3:16</dd>
|
||
|
<dd>Jn 3:16</dd>
|
||
|
<dd>Jn 3:16-17</dd>
|
||
|
<dd>John 3:16-4:4</dd>
|
||
|
<dd>Jn 3-4</dd>
|
||
|
<dd>Jn 3:1-* (this will get all the verses in the chapter. the * char can be used in verse ranges, but not chapter ranges.)</dd>
|
||
|
</dl>
|
||
|
|
||
|
We currently don't support ranges that cross book boundaries.
|
||
|
</ion-content>
|