-
Notifications
You must be signed in to change notification settings - Fork 4
Writing Scripture
Mike Pelley edited this page May 3, 2021
·
5 revisions
The IProject class provides a set of methods for writing Scripture data to a Paratext project. The following formats are supported:
- USFM text - See https://ubsicap.github.io/usfm/ and https://paratext.org/usfm/
- USFM tokens
- USX text - See https://ubsicap.github.io/usx/
The Scripture data is written a chapter at a time (except USX, which is written a book at a time). Paratext uses the permissions of the current user to determine if the plugin is allowed to modify Scripture data.
The API requires that the plugin holds a write lock in order to do any of the write operations.