# think-editor **Repository Path**: BieAi_admin/think-editor ## Basic Information - **Project Name**: think-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-14 - **Last Updated**: 2023-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # thinkphp5 TagLib 编辑器 > 更新完善中 必须在页面中先引入 TagLib ~~~ {taglib name="Editor" /} {Editor:assets type="ueditor" path="https://assets.thinkphp.cn/ueditor/" /} ~~~ 在需要使用 ueditor 编辑器的地方插入 ~~~ {Editor:ueditor name="content" id="container"}{$item.content}{/Editor:ueditor} ~~~