This is the syntax to make searching easier:
This search argument markes every result containing «One» and «Two». The order does not matter.
This search argument markes every result containing exactly «One Two».
The * sign means that it can be followed or started by any word character.
To get text passages, type its name in the standart bible notation.
To get words in just a passage.
You can open a note for a verse by clicking the circle button next to the verse header.
You can write notes using Markdown.
You can search for strong numbers by right-click on a word and clicking Strong Search. This feature is only available for sources containing strong numbers.
With the source tabs you can view several sources at once. This feature makes it possible to see the other versions of a passage.
If you do not want to build LibreTextus by yourself, just get it from the snap-store To build it by yourself, do the following:
First of all you need following libraries:
You need to clone the source:
git clone https://github.com/LibreTextus/LibreTextus.git
Then compile the source with CMake:
mkdir build
cd build
cmake ..
make -j$(nproc)
Now you can run LibreTextus by typing:
./LibreTextus
If you want to help coding here some tips for starting: If there is a feature you miss, add it then create a pull request, fork it or what ever you want. The LibreTextus source code is under CC0, so do what ever you want with it.
If you want to write own themes, you can import the template CSS file.
If you want to write your whole theme by yourself here a little list of the objects:
If you want to modify more, just compile LibreTextus and run: