Boris Lehečka

Results 37 issues of Boris Lehečka

If both options for sorting and filtering are not set (an empty Array), hidden HTML controls are generated, even for control for deleting document(s). In such circumstances `` component can...

Escaped characters used in i18n resources are not unescaped in UI. See [Choose what is shown by default...](https://crowdin.com/translate/tei-publisher/2/en-cs#240). Problem with escaping is with original English too. ![Unescaped-text-brackets-CZ](https://user-images.githubusercontent.com/8056045/95115995-a444a780-0746-11eb-82de-a7c90e4c4be8.png) ![Unescaped-text-brackets-EN](https://user-images.githubusercontent.com/8056045/95116004-a7d82e80-0746-11eb-9d6a-b2b42cc74a3f.png)

needs tests

There is [demo](https://unpkg.com/@teipublisher/[email protected]/dist/api.html#pb-table-grid.1) available for `` webcomponent but Show Source button is missing.

bug
needs tests

### Enhancement Some commands, for instance `upload`, shows the duratoin in the output, for example `Created 0 collections and uploaded 1 resources in 292ms`. In the case of `execute` command,...

enhancement

### What happened? When calling `execute` command with parameter that expect string, only combination of single quotes inside double quoted text (`"... '..' ... "` ) works. The opposit case...

documentation

### Enhancement I didn't find an example for deleting a list of files using wildcards in the Readme, and maybe it's not implemented yet. I tried wildcards in the path:...

enhancement

In the annotation view, inserted `` and `` elements are placed before the selected text. In the case of notes, however, it's common to insert them after the commented text....

In the annotation view, inserted `` and `` elements are placed before the selected text. The proposed change, combined with changes on the TEI Publisher side, allows the user to...

I'm trying to get the value of the attribute using the `` element. Sample input data: ```xml Senex Senex ``` Each of the the following statement returns `undefined` in the...