https://github.com/honwhy/my-editor
https://github.com/honwhy/my-editor
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/honwhy/my-editor
- Owner: honwhy
- Created: 2025-02-26T17:18:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T16:54:42.000Z (over 1 year ago)
- Last Synced: 2025-07-08T20:47:13.312Z (12 months ago)
- Language: Vue
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-editor
实现一个简单的富文本输入框组件,支持表情图,插入tag占位符
## 功能要求
- 要求支持表情图的插入
- 要求对tag整加整删
- 要求准确处理好光标定位
- 要求准确计算字符统计长度,不允许超出限制
## Demo
https://github.com/user-attachments/assets/5aad9e8f-ae7b-46e4-bd70-7a906e150da4
## 声明
- 本项目仅用于学习交流,请勿用于商业用途
- 个人学习项目,不代表雇主观点