Put screenshot in readme.md

This commit is contained in:
Benjamin Wright 2024-03-19 12:47:10 +00:00
parent 1b8fa25b7d
commit 702f7ecfaa
1 changed files with 4 additions and 0 deletions

View File

@ -6,7 +6,10 @@ Last updated 3/18/2024
## How to use this:
Download the repo as a zip, unzip into your `My Paratext 9 Projects` directory. You should have a ULT and UST directory now. Restart Paratext. Open ULT/UST from `Projects`. Translation notes show as Paratext notes. TWs can be seen by opening the `Biblical Terms Renderings`, double-clicking the words in the `English` column will open a window--in the `Description` box is the content of the TW article.
![BP in Paratext](https://git.door43.org/unfoldingWord/en_BP_Paratext/raw/branch/master/BP%20in%20Paratext.png)
In order to allow users to comment on notes and resolve completed ones, admins may want to add the following to the `ProjectUserAccess.xml` files:
```
<User UserName="YOUR_USER'S_NAME_AS_IN_OTHER_PARATEXT_PROJECTS" FirstUser="false" UnregisteredUser="true">
<Role>Consultant</Role>
<AllBooks>true</AllBooks>
@ -21,6 +24,7 @@ In order to allow users to comment on notes and resolve completed ones, admins m
<AutomaticBooks />
<AutomaticPermissions />
</User>
```
Set "UnregisteredUser" to true or false depending on your user's Paratext status.
---