# HLuseEditor **Repository Path**: hl05/HLuseEditor ## Basic Information - **Project Name**: HLuseEditor - **Description**: HLuseEditor是一款基于Bootsrap所见即所得富文本web编辑器,支持手机触屏,具有轻量(压缩后约20K),使用便利,易扩展,多语言支持,注重用户体验等特点。 HLuseEditor是HLuse的一个小功能,独立出来开放使用; - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://doc.hl05.com/hluseeditor - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-08 - **Last Updated**: 2023-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HLuseEditor #### 介绍 HLuseEditor是一款基于Bootsrap所见即所得富文本web编辑器,支持手机触屏,具有轻量,使用便利,易扩展,多语言支持,注重用户体验等特点。 HLuseEditor是 **HLuse** 的一个小功能,独立出来开放使用,得益于Bootsrap的支持,全程序只有两个JS文件共约 **20K** 。 #### 使用前提 1. Bootsrap5环境; 2. 引入Bootsrap图标[https://icons.getbootstrap.com/](https://icons.getbootstrap.com/); 3. 需支持 **Popper** #### 安装教程 1. 引入JS: `` 2. 初始化: `HLE.init('editorid')` 3. 在需要地方创建HTML模板: ```