Skip to content

Commit

Permalink
docs: 更新表情选择器文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Sep 7, 2022
1 parent 55b73b1 commit ca5509a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- [x] 基于 React,项目工程化,二次开发友好。
- [x] 内置强大的分析功能,可统计访客等数据。并配有精美看板。
- [x] 内嵌评论系统。
- [x] 强大的 markdown 编辑器,支持图表和数学公式,一键插入 more 标记,一键剪切板及本地图片上传,支持自定义高亮块语法。
- [x] 强大的 markdown 编辑器,支持图表和数学公式,一键插入 more 标记,一键剪切板及本地图片上传,支持自定义高亮块语法,支持 Emoji 表情选取
- [x] TOC、草稿、代码复制、访客数、评论数、分类、标签、搜索、加密、友链、打赏、自定义导航栏。
- [x] 多个布局设置,可自定义页面细节。
- [x] 高度客制化,可添加自定义 CSS、HTML 和 JS 代码。
Expand Down Expand Up @@ -123,6 +123,7 @@
- [x] 自定义页面
- [x] RSS 订阅
- [x] 自定义高亮块语法支持
- [x] Emoji 表情选择器
- [ ] 自定义导航栏
- [ ] 完善可自定义上传文件的自定义页面功能(现在的自定义页面有潜在的 css 污染问题)
- [ ] 增加在特定事件后触发执行自定义代码或 webhook 的扩展能力
Expand Down
8 changes: 7 additions & 1 deletion docs/feature/basic/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ title: 编辑器

支持数学公式和图表、支持一键上传剪切板图片到图床、一键插入 `more` 标记、快捷键、自动保存等功能。

更新:最近支持了自定义高亮块语法。
更新:最近支持了自定义高亮块语法和 emoji 表情选择器。

## Emoji 表情

点击导航栏的表情按钮即可:

![](https://www.mereith.com/static/img/42353fbbc0660940e238c4da9b8017cf.clipboard-2022-09-08.png)

## 自定义高亮块语法

Expand Down
3 changes: 2 additions & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ VanBlog 是一款简洁实用优雅的高性能个人博客系统。支持 HTTPS
- [x] 版本号展示和更新提醒。
- [x] 内置强大的分析功能,可统计访客等数据。并配有精美看板。
- [x] 内嵌评论系统。
- [x] 强大的 markdown 编辑器,支持图表和数学公式,一键插入 more 标记,一键剪切板及本地图片上传,支持自定义高亮块语法。
- [x] 强大的 markdown 编辑器,支持图表和数学公式,一键插入 more 标记,一键剪切板及本地图片上传,支持自定义高亮块语法,支持 Emoji 表情选取
- [x] TOC、草稿、代码复制、访客数、评论数、分类、标签、搜索、加密、友链、打赏、自定义导航栏。
- [x] 多个布局设置,可自定义页面细节。
- [x] 高度客制化,可添加自定义 CSS、HTML 和 JS 代码。
Expand Down Expand Up @@ -94,6 +94,7 @@ VanBlog 是一款简洁实用优雅的高性能个人博客系统。支持 HTTPS
- [x] 搜索可以快捷键选择
- [x] 高级一点的 404 页面
- [x] 自定义高亮块语法支持
- [x] Emoji 表情选择器
- [ ] 自定义导航栏
- [ ] 完善可自定义上传文件的自定义页面功能(现在的自定义页面有潜在的 css 污染问题)
- [ ] 增加在特定事件后触发执行自定义代码或 webhook 的扩展能力
Expand Down

0 comments on commit ca5509a

Please sign in to comment.