项目:更新模板插件
This commit is contained in:
parent
182254fea3
commit
91525edd86
126
.obsidian/plugins/templater-obsidian/main.js
vendored
126
.obsidian/plugins/templater-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,8 +1,8 @@
|
||||
## 🗓️ Info
|
||||
|
||||
| Date | Lunar | Weather | Moon |
|
||||
| -------------- | ------------ | ---- | ---- |
|
||||
| <% tp.date.now("ddd HH:mm") %> | <% tp.user.lunar_data() %> | <% tp.user.wttr_weather(" 郑州 ", "units=m&format=%l+%t+%c&lang=zh") %> | <% tp.user.wttr_weather("郑州", "format=%m&lang=zh") %> |
|
||||
| Date | Lunar | Weather | Moon |
|
||||
| ------------------------------ | ------------------------- | ------------------------------------------------------------- | ----------------------------------------------- |
|
||||
| <% tp.date.now("ddd HH:mm") %> | <% tp.web.lunar_date() %> | <% tp.web.weather("郑州", "units=m&format=%l+%t+%c&lang=zh") %> | <% tp.web.weather("郑州", "format=%m&lang=zh") %> |
|
||||
|
||||
## 😊 Emotions
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
## 📆 Info
|
||||
|
||||
| Date | Lunar | Weather | Moon |
|
||||
| -------------- | ------------ | ---- | ---- |
|
||||
| <% tp.date.now("ddd HH:mm") %> | <% tp.user.lunar_data() %> | <% tp.user.wttr_weather("郑州", "units=m&format=%l+%t+%c&lang=zh") %> | <% tp.user.wttr_weather("郑州", "format=%m&lang=zh") %> |
|
||||
| Date | Lunar | Weather | Moon |
|
||||
| ------------------------------ | ------------------------- | ------------------------------------------------------------- | ----------------------------------------------- |
|
||||
| <% tp.date.now("ddd HH:mm") %> | <% tp.web.lunar_date() %> | <% tp.web.weather("郑州", "units=m&format=%l+%t+%c&lang=zh") %> | <% tp.web.weather("郑州", "format=%m&lang=zh") %> |
|
||||
|
||||
## 🌟 Overview
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
## 📅 Info
|
||||
|
||||
| Date | Lunar | Weather | Moon |
|
||||
| ------------------------------ | -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------- |
|
||||
| <% tp.date.now("ddd HH:mm") %> | <% tp.user.lunar_data() %> | <% tp.user.wttr_weather("郑州", "units=m&format=%l+%t+%c&lang=zh") %> | <% tp.user.wttr_weather("郑州", "format=%m&lang=zh") %> |
|
||||
| Date | Lunar | Weather | Moon |
|
||||
| ------------------------------ | ------------------------- | ------------------------------------------------------------- | ----------------------------------------------- |
|
||||
| <% tp.date.now("ddd HH:mm") %> | <% tp.web.lunar_date() %> | <% tp.web.weather("郑州", "units=m&format=%l+%t+%c&lang=zh") %> | <% tp.web.weather("郑州", "format=%m&lang=zh") %> |
|
||||
|
||||
## 📖 Daily
|
||||
|
||||
<% tp.user.jinrishici() %>
|
||||
<% tp.web.today_poetry() %>
|
||||
|
||||
## 😊 Emotions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user