Ophelia Rose

Results 10 issues of Ophelia Rose

**The problem** Currently you can't set custom messages to be shown within the contextual consent dialog. This limits the application of the feature solely to external resources like iframe embeds,...

enhancement
feature-request

### Is your enhancement related to a problem? Please describe. Oftentimes we want to provide a description giving context as to what a link is for in a block. `Link...

[Type] Enhancement
[Component] Link

### Describe the bug When trying to use `insertBlock` to insert a block variation with multiple backslashes (i.e. `core/query/10up/content-grid`, the block cannot be found in the inserter, as the first...

type:bug

**Describe the bug** When in a workspace that contains multiple `theme.json` files, users can select which one they want to use for autocomplete. However, when the files are all nested...

bug
good first issue

![image](https://github.com/roseg43/vscode-wp-theme-json-autocomplete/assets/7225212/66e7e554-a53f-4f19-b72e-c7d4622fda80) **Additional context** Write tests to confirm * `toCssCustomPropertyString()` * Correctly parses `kebab-case`, camelCase, TitleCase * Correctly parses * nested properties * non-nested properties * `settings.custom` properties * `settings.typography.fontFamilies` properties...

test

**Is your feature request related to a problem? Please describe.** **User Request** It's not easy for me to identify CSS properties that are no longer present in my `theme.json` file....

enhancement

![image](https://github.com/roseg43/vscode-wp-theme-json-autocomplete/assets/7225212/f6b5e2db-231a-4fd5-81ba-8069491b4f3b)

test

**Is your feature request related to a problem? Please describe.** When having to choose which `theme.json` file to use in my workspace, `theme.json` files that are in my `wp-content/plugins` directory...

enhancement

Currently, tests need to be manually run on the project in a local environment. As part of opening this project up to allow contributions from others, we should be using...

enhancement
help wanted
test

Currently, if you type too many characters before selecting a suggestion, you'll end up with completions like `--wp--custom--wp--custom--color--orange--950`. ## Expected Results Regardless of how many characters a user types, only...

bug