-
Callil recommended looking at draft-js, so that's one possibility.
Big question for whatever solution we try is how well it plays with Automerge so we don't have to roll our own CRDT.
Another po…
-
Feature Request: Allow custom render nodes to be provided like Rich Text Html Renderer. Use the same syntax as the RichTextHtmlRenderer does.
By allowing custom render nodes to be passed, users can…
-
See #5513 -- I will fix that issue so it works as described there, but looking at that issue I realize that many taxonomy related workarounds (and also limitations on what we can do) is rooted in the …
-
The check is set and I'm using base discord (not in flatpak). I've tried to follow the instructions written under the discord flatpak repo. I ran the command (`ln -sf $XDG_RUNTIME_DIR/{app/com.discord…
-
In een Toggletip mag een afnemer Rich Content gebruiken. Maar de volgende markup is ongeldig:
```html
Ik ben een paragraaf. Een paragraaf bestaat uit artikelen of leden.
```
Ik denk dat we het…
-
As a user, when editing `template.yaml` or any other SAM/CFN json or yaml template, I want language services (LSP) for CloudFormation syntax:
- Auto-completion
- Go to Definition
- Find Reference…
-
When I try to use rich text in storybook, e.g.:
Translation text: `"Some text this is the link label end of text"`
To be used like this:
```
{t.rich("text", {
link: (chunks) => (
…
-
In my CMS I want to define a custom component, give it classes, and use the Westudio Style Panel to apply styles to the classes.
Example: Callout
```
Hello World
```
Then in Web…
-
We want to be able to support e.g.:
```scala
enum Foo {
case Bar,
case Baz,
case Quix(String)
}
def f(): Foo = Foo.Bar
def b(www: Foo): Unit = f().ma
```
We probably need…
-
### Brief bug description
- There is currently a problem with the output of bold type text that is interrupted by line breaks within a rich text component in Kontent.ai.
- Specifically, it seems…