Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dale0525 committed Dec 25, 2023
1 parent 123eed3 commit 9bf15bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Just turn on the plugin, and refresh the page.

## Change Log
### 0.2.0
- change event bus to `loaded-protyle-static`([#1](https://github.com/dale0525/siyuan-auto-seq-number/issues/1))
- display seq number using `::befor` and cache result using SessionStorage, so that the seq number won't be reset when focusing on a block([#2](https://github.com/dale0525/siyuan-auto-seq-number/issues/2), [#3](https://github.com/dale0525/siyuan-auto-seq-number/issues/3))
- change event bus to `loaded-protyle-static`( [#1](https://github.com/dale0525/siyuan-auto-seq-number/issues/1) )
- display seq number using `::befor` and cache result using SessionStorage, so that the seq number won't be reset when focusing on a block( [#2](https://github.com/dale0525/siyuan-auto-seq-number/issues/2), [#3](https://github.com/dale0525/siyuan-auto-seq-number/issues/3) )
4 changes: 2 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
- 序号只在思源笔记中渲染,不会改变原文档,所以不会被导出到其他格式。

## 更新日志
- 触发事件改为`loaded-protyle-static`([#1](https://github.com/dale0525/siyuan-auto-seq-number/issues/1))
- 改用::before伪元素实现序号,并使用SessionStorage缓存序号,避免聚焦时序号重置([#2](https://github.com/dale0525/siyuan-auto-seq-number/issues/2), [#3](https://github.com/dale0525/siyuan-auto-seq-number/issues/3))
- 触发事件改为`loaded-protyle-static`( [#1](https://github.com/dale0525/siyuan-auto-seq-number/issues/1) )
- 改用::before伪元素实现序号,并使用SessionStorage缓存序号,避免聚焦时序号重置( [#2](https://github.com/dale0525/siyuan-auto-seq-number/issues/2), [#3](https://github.com/dale0525/siyuan-auto-seq-number/issues/3) )

0 comments on commit 9bf15bc

Please sign in to comment.