Join the Webstudio community

Home
Members
MrShrek
M
MrShrek
Offline, last seen 4 weeks ago
Joined December 13, 2024
M
MrShrek
·

image hosting

Question regarding hosting images - Would you recommend a service that I can host images on? AWS and similar cloud services are the obvious ones. But was wondering if there are any other options.

I want to implement https://contentcredentials.org but it requires all the meta details intact for content credentials to work.
34 comments
O
M
S
At present it is very easy to not notice that there may be properties set under "Advanced Typography" inside the kebab menu. The indicator should be more prominent and probably be similar to other properties being set.
6 comments
O
M
I was working on a copy to clipboard functionality. With the 'Code Text' element type, the text inside the code element is set using HTML semantics. The <pre> tag preserves whitespace and line breaks. This would be useful especially inside code blocks so that text inside the code block can be parsed with pre-formatted text if needed.
66 comments
O
M
B
Using tokens is super powerful for styling but it comes with its limitations as the team might already know.

There are scenarios where we'd want to apply specific classes for things like .is-active or .is-current and have specific styles associated with them. Even things like styling based on attributes are currently not possible through the visual editor. The way it has to be done is through an HTML embed block. The downside of this is we lose the powerful visual building capabilities that come with Webstudio.

Secondly, ability to target using combinator styling is not possible. It is not possible currently to do things like targeting child element in case like .parent:hover .child. There are also styling for descendant, sibling, etc. isn't possible currently through the visual editor.

It would be great if some of these would be possible to do through the visual editor.
6 comments
O
M
Hello all! I wanted to explore a design enhancement for Webstudio's navigator panel, aiming to improve style management efficiency by introducing visual indicators for applied styles in the layers panel.
More details in the post.
40 comments
J
M
O
M