Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 538 Bytes

README-zh_CN.md

File metadata and controls

22 lines (17 loc) · 538 Bytes

logseq-plugin-milestone

在日历中显示时间节点

简体中文 | English

示例

demo

使用方法

  1. 安装插件
  2. 填写插件配置, 必须填写 dateFormatter
  3. 输入 / 命令, 选择 milestone
  4. 在 milestones 的子节点中输入时间节点

插件配置

  • dateFormatter: 参考 moment 填写时间格式化字符串, 必须匹配您笔记里的时间格式

配置示例

{
  "dateFormatter": "YYYY-MM-DD ddd"
}