Benjamin W. Bohl
Benjamin W. Bohl
Navigating the help with internal links alters the address in the browsers address line. to e.g. http://localhost:8080/exist/#helpWindow-1059view.window.source.SourceView_viewMenu
https://github.com/Edirom/Edirom-Online/blob/914ccfd7dc9f3f10cbbf9ab9640980e764dc2f04/add/data/xql/getLinkTarget.xql#L170 e.g. in MEI 4.0.1 `work` does no longer contain `titleStmt`
At the moment `mei:annot` is just being output as pure text, no indication is given that this is an annotation. Maybe this should be handled similar to `tei:note` in TEI...
- [x] Annotation (cf. #392) - [x] Categories - [x] Priorities - [ ] GoTo - [ ] Measure - [x] Movement (cf. #398)
Annotations in Edirom Online are modelled to have a category and/or priority assigned. This is reflected in the annotation list view and in the view of individual annotations. It would...
For easier future maintenance and development, we should introduce style guidelines for the different (programming) languages used in Edirom Online: - [ ] **JavaScript** Maybe something by Sencha or https://google.github.io/styleguide/jsguide.html...
include parts information
When converting an annotation to JSON the annotation module call the generic `eutil:getLocalizedTitle` function: https://github.com/Edirom/Edirom-Online/blob/ab873e092af1aea89c68d2b1135b856448476f5b/add/data/xqm/annotation.xqm#L82 The function is quite generic and returns the text of a title element: https://github.com/Edirom/Edirom-Online/blob/ab873e092af1aea89c68d2b1135b856448476f5b/add/data/xqm/util.xqm#L107-L126 Concerning...
e.g. to define central functions like on to determine the meiversion of the current document