如果你是一名前端开发者,不管是经验丰富的开发者、还是职场萌新、或者是在校学生; 不管你是 Vue,还是 React、Angular 技术栈,不管你使用 JavaScript,还是 TypeScript; 只要你有意愿参与 Fluent Editor 的共建,我们都非常欢迎你的加入!👏 通过参与 Fluent Editor 项目,你将收获: •学习
感谢zzxming同学对 Fluent Editor 的贡献,目前已发布v3.18.3版本,欢迎朋友们使用Fluent Editor,感兴趣也欢迎一起参与共建。 往期文章推荐: 联系我们 GitHub:https://github.com/opentiny/tiny-vue(欢迎 Star ⭐) 官网:https://opentiny.design/tiny-vue B站:https://space.bilibili.com/15284299 个人博客:https...
Fluent Editor在性能和兼容性方面同样表现出色。它采用了现代化的前端技术栈,如React、Vue等,保证了在不同浏览器和设备上的稳定性和兼容性。同时,Fluent Editor还提供了详细的文档和示例代码,帮助开发者快速上手和解决问题。 Fluent Editor的应用场景 Fluent Editor凭借其强大的功能和灵活的自定义能力,广泛应用于各个...
Fluent Editor 是一个框架无关的富文本编辑器,可以在任意前端框架中使用。 比如在 Vue 中使用: App.vue import{ onMounted }from'vue'importFluentEditorfrom'@opentiny/fluent-editor'onMounted(() =>{newFluentEditor('#editor', {theme:'snow'}) })<template></template> 在React 中使用: App.tsx import...
与框架无关,可以在 Vue、React、Angular 等多种框架中使用 兼容Quill 所有 API,兼容 Quill 生态模块和格式 快速入门 安装TinyEditor: npm i @opentiny/fluent-editor 编写html: Hello TinyEditor! 引入样式: @import'@opentiny/fluent-editor/style.css'; 初始化 TinyEditor 编辑器: importTiny...
TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile. - docs(fluent-editor): optimize mobile-first demo (#1836) · opentiny/tiny-vue@b2cfcfb
npm i @opentiny/vue@3 Execute the following command to install the TinyVue component library for Vue.js 2. npm i @opentiny/vue@2 2. Import component Then you can use the TinyVue component(such as <tiny-button>) in the App.vue file. import { Button as TinyButton } from '@openti...
kagol/add-vue-toastification kagol/upload-file-to-server kagol/replace-log-with-modal kagol/add-demo-add-toolbar-item kagol/add-toolbar-item kagol/add-line-height kagol/add-fluent-editor-version kagol/fix-table-left-mask-bgcolor
1. 安装与配置:首先,需要通过npm或yarn安装`opentiny-fluent-editor-customstyleopentiny`库。然后,在项目中引入并使用相应的CSS文件来定义自定义样式。 2. 样式管理:`opentiny-fluent-editor-customstyleopentiny`提供了一套完整的样式管理系统,使得开发者能够轻松地添加、编辑和删除样式规则。 3. 样式继承:默认情况...
不管你是 Vue,还是 React、Angular 技术栈,不管你使用 JavaScript,还是 TypeScript; 只要你有意愿参与 Fluent Editor 的共建,我们都非常欢迎你的加入!👏 通过参与 Fluent Editor 项目,你将收获: •学习和实践新技术:由于 Fluent Editor 是一个纯 TypeScript 项目,你将学习如何编写 TypeScript 类型声明;学习如何...