From 722fb33576cb6fc854acfd0438a3e67560f95d14 Mon Sep 17 00:00:00 2001 From: 7Wate Date: Thu, 22 Sep 2022 11:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=EF=BC=9A2022=E5=B9=B49?= =?UTF-8?q?=E6=9C=8821=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .obsidian/app.json | 4 +- .obsidian/plugins/calendar/data.json | 2 +- .obsidian/workspace | 151 +++++++++++++++------------ journal/2022/W38/2022-09-21.md | 38 +++++++ 4 files changed, 129 insertions(+), 66 deletions(-) create mode 100644 journal/2022/W38/2022-09-21.md diff --git a/.obsidian/app.json b/.obsidian/app.json index 88a7d5ba..7eb3dc0c 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -15,5 +15,7 @@ "static/", "templates/" ], - "newFileLocation": "current" + "newFileLocation": "current", + "defaultViewMode": "source", + "showFrontmatter": false } \ No newline at end of file diff --git a/.obsidian/plugins/calendar/data.json b/.obsidian/plugins/calendar/data.json index 61c59938..d89c88c3 100644 --- a/.obsidian/plugins/calendar/data.json +++ b/.obsidian/plugins/calendar/data.json @@ -1,6 +1,6 @@ { "shouldConfirmBeforeCreate": true, - "weekStart": "locale", + "weekStart": "sunday", "wordsPerDot": 250, "showWeeklyNote": true, "weeklyNoteFormat": "", diff --git a/.obsidian/workspace b/.obsidian/workspace index 21ef0c10..0d8efe37 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -4,91 +4,114 @@ "type": "split", "children": [ { - "id": "839e2665bf4e243d", + "id": "6f96a8413a4b8ab5", "type": "leaf", "state": { - "type": "markdown", - "state": { - "file": "journal/2022/W35/2022-08-29.md", - "mode": "source", - "backlinks": false, - "source": false - } + "type": "empty", + "state": {} } } ], "direction": "vertical" }, "left": { - "id": "8c401443b456fc4b", - "type": "mobile-drawer", + "id": "807eda8c7f9d39d6", + "type": "split", "children": [ { - "id": "b960a5fd64f84776", - "type": "leaf", - "state": { - "type": "file-explorer", - "state": {} - } - }, - { - "id": "01ec6b38c764f282", - "type": "leaf", - "state": { - "type": "search", - "state": { - "query": "", - "matchingCase": false, - "explainSearch": false, - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical" + "id": "127edee3cbe2de12", + "type": "tabs", + "children": [ + { + "id": "32e3954140b6c675", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "0aacbc5bc1b33126", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } } - } - }, - { - "id": "b646a113dd81b72d", - "type": "leaf", - "state": { - "type": "tag", - "state": { - "sortOrder": "frequency", - "useHierarchy": true - } - } + ] } ], - "currentTab": 0 + "direction": "horizontal", + "width": 218 }, "right": { - "id": "a3832252c15201ad", - "type": "mobile-drawer", + "id": "b6d0f50ff4f93745", + "type": "split", "children": [ { - "id": "21d46827a9e0051b", - "type": "leaf", - "state": { - "type": "calendar", - "state": {} - } - }, - { - "id": "34c907f440cb60d4", - "type": "leaf", - "state": { - "type": "outline", - "state": { - "file": "journal/2022/W35/2022-08-29.md" + "id": "72bfceaff7d9617c", + "type": "tabs", + "children": [ + { + "id": "216a95b1562d56d5", + "type": "leaf", + "state": { + "type": "calendar", + "state": {} + } + }, + { + "id": "9701940d4d2f1bc6", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "c5fde77b8d301a14", + "type": "leaf", + "state": { + "type": "outline", + "state": {} + } + }, + { + "id": "93a288f062a4606b", + "type": "leaf", + "state": { + "type": "git-view", + "state": {} + } } - } + ], + "currentTab": 3 } ], - "currentTab": 0 + "direction": "horizontal", + "width": 264.5 }, - "active": "b960a5fd64f84776", + "active": "6f96a8413a4b8ab5", "lastOpenFiles": [ - "blog/不要在饿的时候吃螺蛳粉!.md", - "templates/日志 - 周记模板.md", - "README.md" + "journal/2022/W38/2022-09-21.md", + "wiki/safe/系统权限/权限设计方案/主流权限系统的设计.md", + "wiki/safe/系统权限/系统权限简明指南.md", + "wiki/dev/Git/进阶/命令示例.md", + "wiki/dev/Git/进阶/工作流.md", + "wiki/dev/Git/进阶/常用技巧.md", + "wiki/dev/Git/进阶/参考手册.md", + "journal/2022/W38/2022-09-20.md", + "journal/2022/W35/2022-08-29.md", + "blog/不要在饿的时候吃螺蛳粉!.md" ] } \ No newline at end of file diff --git a/journal/2022/W38/2022-09-21.md b/journal/2022/W38/2022-09-21.md new file mode 100644 index 00000000..00fbd025 --- /dev/null +++ b/journal/2022/W38/2022-09-21.md @@ -0,0 +1,38 @@ +# 2022-09-21 + +## Info + +| Date | Weather | Moon | +| -------------- | ------------ | ---- | +| 周四 10:55 | 郑州 +26°C ☀️ | 🌘 | + +## Daily + +> 日下长秋,城乌夜起。 +> — *六丑·杨花·彭元逊(宋代)* + +![daily_random_picture](https://images.unsplash.com/photo-1486869801134-25b6bc85fc0d?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=1080&ixid=MnwxfDB8MXxyYW5kb218MHx8bW91bnRhaW4sd2F0ZXIsbGFuZHNjYXBlLGdhbGF4eSxjaXR5fHx8fHx8MTY2MzgxNTMzMw&ixlib=rb-1.2.1&q=80&utm_campaign=api-credit&utm_medium=referral&utm_source=unsplash_source&w=1920) + +## Habits + +- [x] 早睡早起 🌃 +- [x] 健康饮食 🥗 +- [x] 多喝热水 ☕️ +- [x] 保持运动 💪 + +## To-do List + +- [x] 阅读资讯 📺 +- [x] 今日读书 📖 +- [x] 今日计划 ✏ +- [x] 今日分享 📌 + +## Notes + +今日状态不错,全都来源于昨天晚上的口服液哈哈。 + +更新了一下职场攻略,然后继续学习《软考》,感觉信息量有点大,需要好好消化。但是软考的信息又有点老,又找了一些关于软考的学习资源,让我好好磨,争取一次性搞定! + +下班又出去转了转,买了点水果挺不错,很甜 ~最近晚上看书总是看着看着就睡着了,日志也都挪到了第二天才完成,以后躺床上就复盘总结一下今日。 + +加油加油!!!