Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.32 KB

logseq-plugin-milestone-pro

show milestone in calendar; fork from logseq-plugin-milestone

latest release version License

English | 简体中文

Demo

demo demo1 demo1 demo1

Usage

  1. Install plugin
  2. Fill in the plugin configuration, must fill in dateFormatter
  3. Input / command, select milestone \ milestones-page \ milestones-all
  4. milestone: Enter time nodes as sub-items within the "milestones" section.
  5. milestones-page: Pull information from various journals on the page to serve as milestones.
  6. milestones-all: Integrate steps 4 and 5 to create a comprehensive overview of milestones.

Plugin configuration

  • dateFormatter: Refer to moment fill in time format string, must match your notes' time format

Configuration example

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