This issue has been created
 
 
Cristal / cid:jira-generated-image-avatar-ac56ce5c-15c7-4292-81b7-1e2da0fcd49b CRISTAL-744 Open

Allow macros to provide their own CSS

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-d5e0508a-252b-47f9-9a05-88bdf30c9da6 Clément Eraud created this issue on 17/Nov/25 16:16
 
Summary: Allow macros to provide their own CSS
Issue Type: cid:jira-generated-image-avatar-ac56ce5c-15c7-4292-81b7-1e2da0fcd49b Improvement
Affects Versions: 0.23.1
Assignee: Unassigned
Components: Editor - Blocknote, Macro
Created: 17/Nov/25 16:16
Priority: cid:jira-generated-image-static-major-fba3e044-4558-49e4-a48a-d2b6fc4370b8 Major
Reporter: Clément Eraud
Description:

Currently, CSS can only rely on surrounding CSS instead of defining their own.

They can return a custom `<style>` element but it will be duplicated every time, so it's not ideal.

Instead, macros should be able to provide their own CSS.