-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
#4334 - New take on TEI support based on generic XML support #4337
Merged
reckart
merged 14 commits into
main
from
feature/4334-New-take-on-TEI-support-based-on-generic-XML-support
Dec 5, 2023
Merged
#4334 - New take on TEI support based on generic XML support #4337
reckart
merged 14 commits into
main
from
feature/4334-New-take-on-TEI-support-based-on-generic-XML-support
Dec 5, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Added new experimental TEI support and styling based on the DraCor example that was originally done to showcase the capabilities of the Apache Annotator Editor plugin
reckart
force-pushed
the
feature/4334-New-take-on-TEI-support-based-on-generic-XML-support
branch
from
December 2, 2023 13:34
059c68a
to
f206e9d
Compare
- Do not enable experimental feature by default
- Add support for DTA Base Format typography conventions - Fix live build
…n-generic-XML-support * main: #4340 - Allow pruning elements in XML policy
- More support for DTA Base Format typography conventions
…n-generic-XML-support * main: No issue: Avoid scrollbar appearing at wrong level
- Add more block styles so the ViewportTracker can better track what is on screen and then load the annotations dynamically
…n-generic-XML-support * main: No issue: Optimize tracking be excluding elements that contain no text
…n-generic-XML-support
- More handled elements
…n-generic-XML-support * main: #4344 - Allow format to inject default namespace if document does not specify one
…n-generic-XML-support * main: #4351 - Always introduce wrapper element in Apache and Recogito
reckart
deleted the
feature/4334-New-take-on-TEI-support-based-on-generic-XML-support
branch
December 5, 2023 15:49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's in the PR
How to test manually
Automatic testing
Documentation