mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 16:35:57 +08:00
27 lines
1.5 KiB
Markdown
27 lines
1.5 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"删除,或者将它设置为空。
|
||
# !!!!!!!!!!!!
|
||
# 现在阶段一定不要修改表头的名字, please do not change the name of the header in YAML front matter
|
||
# !!!!!!!!!!!!
|
||
titleicon: 📎 # default is 📜, 默认是📜
|
||
date: 2023-07-23 # default is today, 默认是今天。 Format is YYYY-MM-DD, 格式是YYYY-MM-DD
|
||
coverurl: https://img.jxpeng.dev/2023/08/843e27a210847f05a0f7cfb121fec100.jpg # default is empty, 默认是空
|
||
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
|