Johannes Schaffer
Johannes Schaffer
The generated payload types (generate:types script) assign the field it the following type: ` { [k: string]: unknown; }[]; ` Any idea why? Makes it kinda hard to use with...
### Problem In monorepos the path would probably be something like ../../node_modules/... That's only a problem with npm monorepos (and possibly yarn?) but not pnpm (since it links all dependencies...
H1 headings work normal. It does preserer the casing, just doesn't display it.
If I create a link via the link button, it either: - If it's in a new line: Appends it, after closing the Edit Link dialogue, to the end of...
Reproduce: 1. Copy pasting e.g. `https://www.google.com/` 2. Rename the name of the link to e.g. "Google" Problems: - If I rename it to e.g. "Google" -> Doesn't even recognize as...
Setting validation "required" works since 0.1.2 (however without showing where the error happend - you probably missed the error popup in your custom field), but a blank editor field added...
` editorConfigModifier: defaultEditorConfig => { defaultEditorConfig.toggles.tables.enabled = false; return defaultEditorConfig } ` Error: `MarkdownShortcuts: missing dependency for transformer. Ensure node dependency is included in editor initial config.`
### What happened? When I accept an autocompleted `Literal` value it inserts an `'` or `"` at the end ### Steps to reproduce ```python Command = Literal['first', 'second'] s: Command...