-
**a.json**
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"oneOf": [
{ "$ref": "b.json" }
]
}
```
**b.json**
```json
{
"$schema": "http://json-schema.org…
-
Apparently there are a couple requirements that aren't installed with 1.10.8
```
$ npm i
npm WARN draftjs-utils@0.8.6 requires a peer of draft-js@^0.10.x but none is installed. You must install p…
-
## 一、Overview
富文本输入框,支持插入属性组,先选择属性,再选择属性组。
![img](https://wowd7vt38j.feishu.cn/space/api/box/stream/download/asynccode/?code=YzQ4YzFhMjRkZjM4MzBhYWUxNjZlZmMwZmM4YjhlODdfb1Q0aEZXT0hLNzJhV0JtRHoyM…
-
It'd be super rad if I could do
```JS
const renderer = {
plugins: [mentionsPlugin]
}
```
or something to that effect. That way I basically wouldn't have to change anything about my setup b…
-
It would be nice if the `redraft` could accept `customStyleFn` that maps inline styles to css rules dynamically, just like in [draft-js](https://draftjs.org/docs/api-reference-editor.html#customstylef…
-
The toolbar store https://github.com/draft-js-plugins/draft-js-plugins/blob/b89a8146e6d697ebd15bf10f8970086862a56b47/packages/static-toolbar/src/index.tsx#L32 is initialised from the `initialize` hook…
ab-pm updated
1 month ago
-
### Bug Description
I have a workflow that triggers when a new gmail message is received. The workflow create draft response for some messages (not all).
Once the draft is created, the trigger w…
-
We could improve the code generated when compiling cmo files if we knew the arity of the functions exported by each module. This would allow to call functions directly rather than going through an hel…
-
## What's inside?
* https://github.com/camunda/camunda-modeler/issues/4590
* ...
* ...
## Release Checklist
_To be done before the code freeze._
* [ ] inform QA about the release…
-
### 🍆 Description
- 지문 작성 페이지에서는 에디터와 사용자가 입력한 텍스트 및 HTML을 수식으로 실시간 렌더링하기 위한 라이브러리가 필요합니다.
### 🥔 To do
- 다양한 후보 라이브러리를 찾아보고, 어떤 것이 우리 서비스에 더 적합할지 고민해봅시다.