We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lbu_*
buildSupportsSemanticDocuments
backTranslateDocument
file2brl -b
translateDocument
file2brl -l
reformatDocument
file2brl -r
setPreferences(preferences : string | object)
liblouisutdml.ini
setSemanticActions(preferences : string | object)
.sem
setDocumentStyle(preferences: string | object)
styles.cfg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lbu_*
support in easy api. Most need better names:buildSupportsSemanticDocuments
: true if liblouisutdml functions are available in the loaded build, false if only liblouis is availablebackTranslateDocument
:file2brl -b
translateDocument
:file2brl -l
reformatDocument
:file2brl -r
Make these a parameter or settings object of the above methods.setPreferences(preferences : string | object)
: customizeliblouisutdml.ini
.setSemanticActions(preferences : string | object)
: customize.sem
.setDocumentStyle(preferences: string | object)
: customizestyles.cfg
.The text was updated successfully, but these errors were encountered: