Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haydenull/logseq-plugin-milestone
show milestone in calendar for logseq
https://github.com/haydenull/logseq-plugin-milestone
logseq logstash-plugin
Last synced: 3 months ago
JSON representation
show milestone in calendar for logseq
- Host: GitHub
- URL: https://github.com/haydenull/logseq-plugin-milestone
- Owner: haydenull
- License: mit
- Created: 2022-01-04T23:41:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T14:16:19.000Z (5 months ago)
- Last Synced: 2024-07-03T08:37:57.061Z (4 months ago)
- Topics: logseq, logstash-plugin
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README-zh_CN.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-logseq - logseq-plugin-milestone - Show milestone in calendar (🔌 Plugins)
README
# logseq-plugin-milestone
> 在日历中显示时间节点简体中文 | [English](./README.md)
## 示例
![demo](./demo.gif)## 使用方法
1. 安装插件
2. 填写插件配置, **必须填写 `dateFormatter`**
3. 输入 `/` 命令, 选择 `milestone`
4. 在 milestones 的子节点中输入时间节点## 插件配置
- dateFormatter: 参考 [moment](https://momentjs.com/docs/#/displaying/) 填写时间格式化字符串, 必须匹配您笔记里的时间格式## 配置示例
```json
{
"dateFormatter": "YYYY-MM-DD ddd"
}