Skip to content

Live Filtering

Oliver Tseng edited this page Jul 16, 2021 · 7 revisions

Live filtering allows dynamically filtering the study window with regex patterns to only show verses that match the pattern.

Note: UBA currently only starts with one predefined filter. See the section "Example filter data" for filters that you can add.

Example usage

Import filter file

<filter name>:::<regex pattern>

Regex pattern matching is case-insensitive.

Example filter data

To use the filters below, copy the lines you want into a file called filters.txt. In the live filters window, import the filters.txt file by clicking the "Import" button in the bottom right of the live filters window.

Jesus Christ:::jesus|christ|messiah
Prayer:::pray|supplication|petition|request

Filtering by OT and NT books:

Books - OT:::<ref.*>Gen.*</ref>|<ref.*>Exod.*</ref>|<ref.*>Lev.*</ref>|<ref.*>Num.*</ref>|<ref.*>Deut.*</ref>|<ref.*>Josh.*</ref>|<ref.*>Judg.*</ref>|<ref.*>Ruth.*</ref>|<ref.*>1Sam.*</ref>|<ref.*>2Sam.*</ref>|<ref.*>1Kgs.*</ref>|<ref.*>2Kgs.*</ref>|<ref.*>1Chr.*</ref>|<ref.*>2Chr.*</ref>|<ref.*>Ezra.*</ref>|<ref.*>Neh.*</ref>|<ref.*>Esth.*</ref>|<ref.*>Job.*</ref>|<ref.*>Ps.*</ref>|<ref.*>Prov.*</ref>|<ref.*>Eccl.*</ref>|<ref.*>Song.*</ref>|<ref.*>Isa.*</ref>|<ref.*>Jer.*</ref>|<ref.*>Lam.*</ref>|<ref.*>Ezek.*</ref>|<ref.*>Dan.*</ref>|<ref.*>Hos.*</ref>|<ref.*>Joel.*</ref>|<ref.*>Amos.*</ref>|<ref.*>Obad.*</ref>|<ref.*>Jonah.*</ref>|<ref.*>Mic.*</ref>|<ref.*>Nah.*</ref>|<ref.*>Hab.*</ref>|<ref.*>Zeph.*</ref>|<ref.*>Hag.*</ref>|<ref.*>Zech.*</ref>|<ref.*>Mal.*</ref>
Books - NT:::<ref.*>Matt.*</ref>|<ref.*>Mark.*</ref>|<ref.*>Luke.*</ref>|<ref.*>John.*</ref>|<ref.*>Acts.*</ref>|<ref.*>Rom.*</ref>|<ref.*>1Cor.*</ref>|<ref.*>2Cor.*</ref>|<ref.*>Gal.*</ref>|<ref.*>Eph.*</ref>|<ref.*>Phil.*</ref>|<ref.*>Col.*</ref>|<ref.*>1Thess.*</ref>|<ref.*>2Thess.*</ref>|<ref.*>1Tim.*</ref>|<ref.*>2Tim.*</ref>|<ref.*>Titus.*</ref>|<ref.*>Phlm.*</ref>|<ref.*>Heb.*</ref>|<ref.*>Jas.*</ref>|<ref.*>1Pet.*</ref>|<ref.*>2Pet.*</ref>|<ref.*>1John.*</ref>|<ref.*>2John.*</ref>|<ref.*>3John.*</ref>|<ref.*>Jude.*</ref>|<ref.*>Rev.*</ref>
Clone this wiki locally