-
- Downloads
feat: basic support for inserting variables into editor
solves #1208331470355125
Showing
- apps/web/src/main.css 16 additions, 0 deletionsapps/web/src/main.css
- libs/shared/lib/components/layout/Dialog.tsx 1 addition, 1 deletionlibs/shared/lib/components/layout/Dialog.tsx
- libs/shared/lib/components/textEditor/Placeholder.tsx 1 addition, 1 deletionlibs/shared/lib/components/textEditor/Placeholder.tsx
- libs/shared/lib/components/textEditor/TextEditor.tsx 20 additions, 4 deletionslibs/shared/lib/components/textEditor/TextEditor.tsx
- libs/shared/lib/components/textEditor/VariableNode.tsx 68 additions, 0 deletionslibs/shared/lib/components/textEditor/VariableNode.tsx
- libs/shared/lib/components/textEditor/plugins/InsertVariablesPlugin.tsx 55 additions, 0 deletions...b/components/textEditor/plugins/InsertVariablesPlugin.tsx
- libs/shared/lib/components/textEditor/plugins/StateChangePlugin.tsx 3 additions, 3 deletions...d/lib/components/textEditor/plugins/StateChangePlugin.tsx
- libs/shared/lib/components/textEditor/plugins/ToolbarPlugin.tsx 1 addition, 1 deletion...hared/lib/components/textEditor/plugins/ToolbarPlugin.tsx
Loading
Please register or sign in to comment