import{onMounted}from'vue'importFluentEditorfrom'@opentiny/fluent-editor'onMounted(()=>{newFluentEditor('#editor',{theme:'snow'})})</script><template><divid="editor"></div></template> 在React 中使用: App.tsx import
官网:https://opentiny.github.io/fluent-editor/源码:https://github.com/opentiny/fluent-editor/(欢迎 Star ⭐) 引入样式: @import'@opentiny/fluent-editor/style.css'; 初始化 Fluent Editor 编辑器: importFluentEditorfrom'@opentiny/fluent-editor'consteditor =newFluentEditor('#editor', {theme:'sn...
2024 年 8 月 12 日,Fluent Editor 正式开源! 源码:https://github.com/opentiny/fluent-editor/ 官网:https://opentiny.github.io/fluent-editor/ Fluent Editor 的前身是我在 2019 年基于 Quill 做的一款富文本编辑器:EditorX,最早 EditorX 只是在公司内部使用,做 EditorX 的过程让我对 Quill 这款开源富...
Fluent Editor在性能和兼容性方面同样表现出色。它采用了现代化的前端技术栈,如React、Vue等,保证了在不同浏览器和设备上的稳定性和兼容性。同时,Fluent Editor还提供了详细的文档和示例代码,帮助开发者快速上手和解决问题。 Fluent Editor的应用场景 Fluent Editor凭借其强大的功能和灵活的自定义能力,广泛应用于各个...
不管你是 Vue,还是 React、Angular 技术栈,不管你使用 JavaScript,还是 TypeScript; 只要你有意愿参与 Fluent Editor 的共建,我们都非常欢迎你的加入! 通过参与 Fluent Editor 项目,你将收获: 学习和实践新技术:由于 Fluent Editor 是一个纯 TypeScript 项目,你将学习如何编写 TypeScript 类型声明;学习如何使用 ...
Fluent Editor 是一个框架无关的富文本编辑器,可以在任意前端框架中使用。 比如在 Vue 中使用: App.vue import{ onMounted }from'vue'importFluentEditorfrom'@opentiny/fluent-editor'onMounted(() =>{newFluentEditor('#editor', {theme:'snow'}) })<template></template> 在React 中使用: App.tsx import...
Fluent Editor 是一个框架无关的富文本编辑器,可以在任意前端框架中使用。 比如在 Vue 中使用: App.vue import{onMounted}from'vue'importFluentEditorfrom'@opentiny/fluent-editor'onMounted(()=>{newFluentEditor('#editor',{theme:'snow'})})<template></template> 在React 中使用: App.tsx import { useE...
2 配置工具栏 配置工具栏是最常见的需求。 Fluent Editor 支持 27 种内置工具栏按钮,当然也可以扩展。 除了支持 Quill 内置的 22 种工具栏之外,还支持以下工具栏: undo撤销 redo重做 better-table表格 file文件上传,需要启用file模块 emoji插入表情,需要启用emoji-toolbar模块 ...
不管你是 Vue,还是 React、Angular 技术栈,不管你使用 JavaScript,还是 TypeScript; 只要你有意愿参与 Fluent Editor 的共建,我们都非常欢迎你的加入!👏 通过参与 Fluent Editor 项目,你将收获: 学习和实践新技术:由于 Fluent Editor 是一个纯TypeScript项目,你将学习如何编写 TypeScript 类型声明;学习如何使用pnpm...
源码:https://github.com/opentiny/fluent-editor/ 官网:https://opentiny.github.io/fluent-editor/ Fluent Editor 的前身是我在2019年基于 Quill 做的一款富文本编辑器:EditorX,最早 EditorX 只是在公司内部使用,做 EditorX 的过程让我对 Quill 这款开源富文本有了更加深入的了解,沉淀了《深入浅出 Quill》系...