项目:更新模板插件
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
|
## 🗓️ Info
|
||||||
|
|
||||||
| Date | Lunar | Weather | Moon |
|
| 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") %> |
|
| <% 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
|
## 😊 Emotions
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
## 📆 Info
|
## 📆 Info
|
||||||
|
|
||||||
| Date | Lunar | Weather | Moon |
|
| 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") %> |
|
| <% 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
|
## 🌟 Overview
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
## 📅 Info
|
## 📅 Info
|
||||||
|
|
||||||
| Date | Lunar | Weather | Moon |
|
| 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") %> |
|
| <% 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
|
## 📖 Daily
|
||||||
|
|
||||||
<% tp.user.jinrishici() %>
|
<% tp.web.today_poetry() %>
|
||||||
|
|
||||||
## 😊 Emotions
|
## 😊 Emotions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user