-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Annotation profile evolution (wish list) #42
Comments
Allow annotate the text with glossesGlosses are defined in the list. An skeleton: <standOff>
<list type="glossary">
<item xml:id="">
<label type="main"></label>
<label type="variant"></label>
<gloss xml:lang="cs"></desc>
<gloss xml:lang="en"></desc>
<note></note>
</item>
</list>
</standOff> |
Search for the text to be annotated in the source XMLThis is useful if the text is in a flexi-rich language such as Latin, Polish or Czech. If the XML contains a lemma, it's easy to annotate all occurrences with different forms but with the same lemma. In the current implementation, all occurrences are found based on the similarity of the selected text (or the added alternative forms). |
Show the content of the indexes
Note: if the index is part of the |
Handle tags |
Allow localization of the annotation formsUse An example: <h1><pb-i18n key="annotations.gloss.header">Gloss</pb-i18n> <span class="annotations head">{instance('default')/*[1]}</span></h1>
<fx-confirm message="Close this editor?" data-i18n="[message]annotations.fore.close-the-editor">
<fx-dispatch name="hide-authority" target="#document"></fx-dispatch>
</fx-confirm> |
Allow assigning
|
Toggle between Bottom and Side View in Annotation ToolCurrently, TP 9 has its view of transcription (HTML) etc. (e.g. the preview panel) at the bottom of the page. There is not enough space for scrolling or enlarging the window of this view. As with switching between displaying and not displaying, it should be possible to toggle between showing the window on the side or at the bottom - depending on the user's needs. |
Insert Facsimile into the Preview PanelIt would be helpful to insert the facsimile into the preview panel, so users could check on it during annotation (useful for annotating gaps, additions, deletions, etc.). |
Allow document centric registersThe current registry implementation uses shared data for all documents (in the collection) that use registry records. Sometimes we need metadata, that are related only to one document, for example critical apparatus. If the apparatus is attached via Double End-Point method, it can be created, edited and deleted like other registry entries. The implementation can use new parameter (for example One example is an application for Theatrum Neolatinum with critical apparatus stored in, for instance <list xmlns="http://www.tei-c.org/ns/1.0" xml:id="rochotius-comoedia.apparatus" type="apparatus">
<item source="rochotius-comoedia.text.xml" xml:id="rochotius-comoedia.app.000001">
<app from="#rochotius-comoedia.app.000001.start" n="1">
<note>
<cit>
<quote>Salvere jubeo spectatores optumos</quote>
<bibl>
<author>Plautus</author>, <title>Casina</title>, <biblScope>v. 1</biblScope>.</bibl>
<ref target="https://www.lateinlex.de/?call=Puc&permalink=Plaut_Cas_Prologus">https://www.lateinlex.de/?call=Puc&permalink=Plaut_Cas_Prologus</ref>
</cit>
</note>
</app>
</item>
</list> The above item used in the main text: <anchor type="delimiter" subtype="quote-start" n="1" xml:id="rochotius-comoedia.app.000001.start"/>
Salvere jubeo spectatores optumos
<anchor synch="#rochotius-comoedia.app.000001" subtype="quote-end" xml:id="rochotius-comoedia.app.000001.anch" type="delimiter" n="1"/> Note: |
This is the list of features we would like to see in the annotation profile. Please use comments to add your own ideas on how to improve the current state of annotation editing.
The text was updated successfully, but these errors were encountered: