A USFM text editor for Bible translators using Linux and Mac OS X.
Bibledit is a USFM text editor that works in Linux or Mac OS X for Bible translators to create Bible text. It is unique in that it is organized in two distinct hierarchies. One, it has sections and paragraphs, like any other text. Second, it is made up of books that contain chapters that contain verses.
Bibledit is a USFM text editor that works in Linux or Mac OS X for Bible translators to create Bible text. It is unique in that it is organized in two distinct hierarchies. One, it has sections and paragraphs, like any other text. Second, it is made up of books that contain chapters that contain verses.
To install bibledit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bibledit
To see what files were installed by bibledit, run:
port contents bibledit
To later upgrade bibledit, run:
sudo port selfupdate && sudo port upgrade bibledit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.