type
Post
status
Published
date
Sep 9, 2024 12:39
slug
summary
tags
yuhanboxl文档
效率工具
notion
office_functions
category
office_functions
icon
password
用途说明
遍历指定文件夹下的所有Markdown文件,提取Notion页面ID,并更新对应页面的封面和摘要。
参数
folder_path(str): Markdown文件所在的文件夹路径。
db_path(str): 存储Notion页面ID的SQLite数据库文件路径。
用法
调用
update_notion_pages(folder_path, db_path) 开始更新Notion页面。



