generated from siyuan-note/plugin-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 暂停更新,除非有bug
- Loading branch information
Showing
9 changed files
with
194 additions
and
27 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
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
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
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
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,2 +1,14 @@ | ||
{ | ||
"seqNumSettingLevel1": "Level 1 Heading", | ||
"seqNumSettingLevel2": "Level 2 Heading", | ||
"seqNumSettingLevel3": "Level 3 Heading", | ||
"seqNumSettingLevel4": "Level 4 Heading", | ||
"seqNumSettingLevel5": "Level 5 Heading", | ||
"seqNumSettingLevel6": "Level 6 Heading", | ||
"seqNumLevel1Note": "If there is no h1, h2 will be used", | ||
"seqNumSettingFormat": "Format", | ||
"seqNumSettingNum2Chi": "Number to Chinese", | ||
"resetConfig": "Reset Config", | ||
"resetConfigDesc": "Reset all settings to default. The page will be reloaded.", | ||
"resetBtn": "Reset" | ||
} |
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,2 +1,14 @@ | ||
{ | ||
"seqNumSettingLevel1": "第一级标题", | ||
"seqNumSettingLevel2": "第二级标题", | ||
"seqNumSettingLevel3": "第三级标题", | ||
"seqNumSettingLevel4": "第四级标题", | ||
"seqNumSettingLevel5": "第五级标题", | ||
"seqNumSettingLevel6": "第六级标题", | ||
"seqNumLevel1Note": "如无h1,则h2为第一级标题;以此类推", | ||
"seqNumSettingFormat": "格式", | ||
"seqNumSettingNum2Chi": "数字转中文", | ||
"resetConfig": "重置配置", | ||
"resetConfigDesc": "重置后将恢复默认配置并重新加载页面", | ||
"resetBtn": "重置" | ||
} |
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 |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
{ | ||
display: block; | ||
float: left; | ||
content: attr(seq-num) "\00a0"; | ||
content: attr(seq-number); | ||
} |
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