Skip to content

Commit

Permalink
🔖 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Nov 18, 2024
1 parent e9d42af commit 21fc428
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ Implement footnotes and remarks using SiYuan's blockref.

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/思源笔记脚注插件2-2024-11-18.gif)

> Using the Tsundoku theme for demonstration, the style of nested quote blocks has been optimized.
> Using the Tsundoku theme for demonstration, the style of nested blockquote has been optimized.
## 📝Usage Instructions

**Settings**

Here's the translation of the provided text into English:

- **Footnote Storage Location**: You can set the storage location to be in the current document or a specified document. The default is `Current Document`.
- **Selected Text Style**: You can choose styles such as bold, highlight, italic, or underline for the selected text. The default is `None`.
- **Footnote Location**: You can set the storage location to be in the current document or a specified document. The default is `Current Document`.
- **Selected Text Style**: You can choose styles such as bold, highlight, italic, or underline for the selected text. The default style is `None`.
- **Order of Inserting Footnotes**: ascending or descending order. The default is `ascending `.
- **Footnote Title**: Set the title for storing footnotes. The default is `Footnote`.
- **Footnote Anchor Text**: Set the anchor text for footnote references. The default is `Footnote`.
- **Footnote Template**: Set the template for footnotes. It is recommended to use a blockquote or superblock combination to ensure the footnote content belongs to the same block. The default is a nested blockquote template, which can be changed. `${selection}` represents the content of the selected text, and `${content}` represents the placeholder for footnote content.
- **Footnote Template**: Set the template for footnotes. It is recommended to use a blockquote or superblock combination to ensure the input content belongs to the same block. The default is a nested blockquote template, which can be changed. `${selection}` represents the content of the selected text, and `${content}` represents the placeholder for footnote content.
- **Nested Quote Block Template**

```markdown
Expand All @@ -43,6 +43,14 @@ To simultaneously delete footnote references and footnote content, you can right
![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-18_16-24-25-2024-11-18.png)


## ❤️Acknowledge
## 🙏 Acknowledge

- https://github.com/zxhd863943427/siyuan-plugin-memo
- https://github.com/zxhd863943427/siyuan-plugin-memo
- https://github.com/siyuan-note/plugin-sample-vite-svelte



## ❤️ Donation
A poor graduate student in the process of studying. If you like my plugin, feel free to buy me a pack of spicy strips. This will motivate me to continue improving this plugin and developing new ones.

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/20241118182532-2024-11-18.png)
14 changes: 11 additions & 3 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,19 @@

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-18_16-46-42-2024-11-18.png)

同时删除脚注引用和脚注内容,可以在脚注引用右键菜单,点击【插件-删除脚注】
支持同时删除脚注引用和脚注内容,可以在脚注引用右键菜单,点击【插件-删除脚注】

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-18_16-39-18-2024-11-18.png)


## ❤️致谢
## 🙏致谢

- https://github.com/zxhd863943427/siyuan-plugin-memo
- https://github.com/zxhd863943427/siyuan-plugin-memo
- https://github.com/siyuan-note/plugin-sample-vite-svelte


## ❤️ 用爱发电

穷苦研究生在读ing,如果喜欢我的插件,欢迎给GitHub仓库点star和捐赠,这会激励我继续完善此插件和开发新插件。

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/20241118182532-2024-11-18.png)

0 comments on commit 21fc428

Please sign in to comment.