Open hu-qi opened 2 weeks ago
希望支持类似于 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
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