mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 16:35:57 +08:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
---
|
||
# default value has been set.
|
||
# for any unwanted value, you can delete it or set it to empty.
|
||
# for example, if you donot want to set password, you can delete password: "1234" or set it to password: ""
|
||
# 我已经在插件中设置了默认值,如果有不需要的选项,可以直接删除。
|
||
# 例如你不需要密码选项,你可以将password: "1234"删除,或者将它设置为空。
|
||
type: Post # Post or Page, default is Post, 默认是Post
|
||
slug: test # slug for url, default is empty, 默认是空
|
||
stats: Draft # Draft, Invisible, Published, default is Draft, 默认是Draft
|
||
category: test # default is 'Obsidian', 默认是'Obsidian'
|
||
summary: this is a summary for test post # default is empty, 默认是空
|
||
icon: fa-solid fa-camera # you can ignore this, default is empty, 默认是空,可直接删除
|
||
password: "1234" # if you donot want to set password, you can delete this line, default is empty, 默认是空,可直接删除
|
||
# 现在必须开启tags选项,否则会报错
|
||
tags:
|
||
- test # tags for post
|
||
- web # add more tags if you want
|
||
---
|
||
|
||
Contents Below
|