We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望支持类似于 Notion 、飞书文档、ckeditor5 输入 / 之后唤起快捷面板
Notion
飞书文档
ckeditor5
希望提供的 API 类似 ai-assistant
// AI Assistant requires additional configuration. // See https://ckeditor.com/docs/ckeditor5/latest/features/ai-assistant/ai-assistant-integration.html#integrating-with-the-proxy-endpoint import FluentEditor from '@opentiny/fluent-editor' import { AIAssistant, OpenAITextAdapter } from '@opentiny/fluent-editor-features'; const editor = new FluentEditor('#editor', { theme: 'snow', plugins: [ AIAssistant, OpenAITextAdapter, /* ... */ ], modules: { toolbar: [ 'aiCommands', 'aiAssistant', /* ... */ ], }, ai: { openAI: { apiUrl: 'https://url.to.your.application/ai' } // ... } })
Blog
The text was updated successfully, but these errors were encountered:
Finished by @zzxming in #214
Sorry, something went wrong.
zzxming
No branches or pull requests
What problem does this feature solve
希望支持类似于 Notion 、飞书文档、ckeditor5 输入 / 之后唤起快捷面板
Notion
飞书文档
ckeditor5
What does the proposed API look like
希望提供的 API 类似 ai-assistant
What is your project name
Blog
The text was updated successfully, but these errors were encountered: