mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-30 00:48:36 +08:00
Update readme with banner option
This commit is contained in:
@@ -73,7 +73,9 @@ A share link will be automatically generated after successful upload
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
## Banner URL[option]
|
||||||
|
banner url must be a image url like: https://i.imgur.com/xxx.jpg
|
||||||
|
if you don't want to use banner, leave it blank
|
||||||
|
|
||||||
# Buy me a cup of coffee.
|
# Buy me a cup of coffee.
|
||||||
|
|
||||||
|
|||||||
4
main.ts
4
main.ts
@@ -187,8 +187,8 @@ class SampleSettingTab extends PluginSettingTab {
|
|||||||
);
|
);
|
||||||
|
|
||||||
new Setting(containerEl)
|
new Setting(containerEl)
|
||||||
.setName("Banner Url")
|
.setName("Banner url(optional)")
|
||||||
.setDesc("page banner url")
|
.setDesc("page banner url(optional), default is empty, if you want to show a banner, please enter the url(like:https://raw.githubusercontent.com/EasyChris/obsidian-to-notion/ae7a9ac6cf427f3ca338a409ce6967ced9506f12/doc/2.png)")
|
||||||
.addText((text) =>
|
.addText((text) =>
|
||||||
text
|
text
|
||||||
.setPlaceholder("Enter banner pic url: ")
|
.setPlaceholder("Enter banner pic url: ")
|
||||||
|
|||||||
Reference in New Issue
Block a user