brunnerh
brunnerh
It would be nice to have an option to add additional names for icons or only rename them (if the icon name should be different than the file name). Can...
Input is this triangle:  ```svg ``` Output is slanted:  From the SVG font: ```svg ``` Maybe the transform (rotation) was not applied correctly for some reason, though i...
When the list buffer command is invoked, the items can only be selected by index. It would be helpful if the contents could be searched as well, maybe only enabled...
See https://github.com/revolist/svelte-datagrid/issues/4
- Show favorites in tree view, click inserts into active document. - Ideally have buttons/options for inserting as hex/decimal. - Save tree state?
- Move folders and favorites to other folders - Reorder characters in entries
**Describe the issue** - The header elements cannot be focused via the keyboard through Tab. Sortable headers should be focusable and behave as if the user clicked on them upon...
**Describe the bug** When inserting a script in the HTML with `type="module"`, the auto preprocessor will try to load a transformer for it (`./transformers/module`), which of course does not exist....
### Clear and concise description of the problem Currently in Svelte access to the Swiper API is done via an event: ```svelte let swiper; swiper = e.detail[0]}>... ``` ### Suggested...
Properties will be inherited in `RadioButton` unless the respective property is set there. Fixes #1036. Not the prettiest code, though.