-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
57 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
TODO | ||
- [ ] 支持对块进行脚注 | ||
- [ ] 有没有办法悬浮脚注blockref,就高亮被脚注的内容 | ||
|
||
|
||
## v1.0.0 / 2024.11.18 | ||
|
||
- 实现基本功能、 | ||
- 脚注存放位置:可以设置存放在当前文档或者指定文档,默认为当前文档 | ||
- 选中文本的样式:可以选中加粗、高亮、斜体、下划线样式,默认无样式 | ||
- 插入脚注的顺序:顺序或者倒序,默认为顺序 | ||
- 脚注模板:设置脚注的模板,推荐使用引述块或超级块组合,保证脚注内容属于同一个块,默认使用嵌套引述块模板,可以自行更改,`${selection}`表示选中文本的内容,`${content}`代表脚注内容占位 | ||
- 支持使用界面设置 | ||
 | ||
- 支持删除脚注 | ||
**实现基本功能** | ||
- 设置个性化设置 | ||
- **脚注存放位置**:可以设置存放在当前文档或者指定文档,默认为`当前文档` | ||
- **选中文本的样式**:可以选中加粗、高亮、斜体、下划线样式,默认:`无样式` | ||
- **插入脚注的顺序**:顺序或者倒序,默认:`顺序` | ||
- **脚注标题**:设置存放脚注的标题,默认:`脚注` | ||
- **脚注块引锚文本**:设置脚注引用的锚文本,默认:`注` | ||
- **脚注内容模板**:设置脚注的模板,推荐使用引述块或超级块组合,保证脚注内容属于同一个块,默认使用嵌套引述块模板,可以自行更改,`${selection}`表示选中文本的内容,`${content}`代表脚注内容占位 | ||
|
||
 | ||
- **支持删除脚注** | ||
 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters