25 lines
964 B
HTML
Raw Normal View History

<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>