Boris Lehečka
Boris Lehečka
I suggest to introduce new mode value (within `$parameters` variable) to control HTML generated (in the tooltip, for example) for annotated elements. Suggested parameter's value, for instance `register-entry` should be...
`sapi:autocomplete` function is a part of the [search.xql](https://github.com/eeditiones/tei-publisher-app/blob/2ef1cc0d8b8ec29801e14bcad7c048ba222a8664/modules/lib/api/search.xql#L15) module. Retrieving data can be modified or implemented in a custom `autocomplete($doc, $type, $q)` function. Unfortunately, the returned results do not keep...
- type cast of values in the array (previously all parameters in the array were treated as string) - converts values of the parameter with **form**=`style` and **explode**=`false` (values separated...
This change removes duplicate images from the list of available facsimiles. Checks if there is an element (image) with the same url in the facsimile array. The list of duplicate...
I use latest version `@teipublisher/[email protected]` and I get following error when using `` component: ```script [es-dev-server] node-resolve: InvalidModuleSpecifierError: Could not resolve import "verovio/dist/verovio-module.mjs" in V:\Projekty\Github\Daliboris\e-editiones\tei-publisher-components\src\pb-mei.js using exports defined in V:\Projekty\Github\Daliboris\e-editiones\tei-publisher-components\node_modules\verovio\package.json....
### What happened? I updated `xst` to the version `3.1.0`. The update proceeded with warnings - see `CODE #1` Running `xst` after installation throws the error - see `CODE #2`...
Fixes issues on Windows machine, where `$currentDirectory` variable contains path in Windows format, for example `C:\Data\Works`. This type of path occurs, for example, in the oXygen XML Editor, where the...