黑曜石每日笔记界面 实用程序功能的集合,用于处理黑曜石插件中的日期和日常备忘。 它从用户的Daily Notes设置中读取内容以提供一致的界面。 安装 使用此软件包的最佳方法是将其添加到您的依赖项中: # if you use npm: npm install --save obsidian-daily-notes-interface # or if you use Yarn: yarn add obsidian-daily-notes-interface 实用工具 createDailyNote 复制黑曜石中的Daily Notes插件,但允许创建任意一天(过去或现在)的笔记。 用法 import { createDailyNote } from 'obsidian-daily-notes-interface' ; ... const date = moment ( ) ; crea