Obsidian(黑曜石) 每日筆記的運用與AutoHotkey腳本快捷按鍵

承襲Roam Rsearch,Obsidian將Daily Notes(每日筆記)獨立成單獨的按鈕,在啟用後就能在左側邊欄點擊(Settings→Plugins→Daily Notes),以建立以日期為檔名的.md檔。

啟用

設定裡同時可設定專屬的每日筆記存放資料夾與樣板檔名,設定了樣板後,點擊Daily Notes按鈕後會以設定好的檔名產生樣板內容的檔案。

檔名格式

檔名(亦即內部連結名稱)的格式可以在設定裡指定,我是使用「YYYY-MM-DD_ddd」的格式,因此會產生「2020-07-03_Fri」、「2020-07-04_Sat」這樣的檔名,加上星期幾會起到部份記憶的作用。

每日筆記的作用

通常我們可以如上來使用每日筆記:

  • 早上到公司後必辦事項清單
  • 待辦事項
  • 預訂今天要完成的任務
  • 本日工作記錄
  • 健康紀錄,如喝了多少水
  • 工作效率紀錄,專心工作的分鐘數
  • 不勝枚舉,自由發揮

用AutoHotkey產生日期連結文字

  • 輸入 d0 產生本日日期連結,如[[2020-07-04_Sat]]
  • 輸入 d+1 產生明日日期連結,d+2是後天
  • 輸入 d-1 產生昨日日期連結,d-2是前天
  • 按〔Ctrl+q〕顯示日期選擇對話窗,選好按〔OK〕產生日期連結字串

▼ AutoHotkey腳本
- AutoHotkey Scripts for obsidian.md
- obsidian-ahk.exe下載:https://drive.google.com/file/d/1qSnFQKukwv5g2o8VLXUV10hIvQkqUfWT/view?usp=sharing

樣板範例

以下是一些來自Obsidian論壇或Roam Research用戶的一些分享,各位可據此聯想、參考,以建立自己的每日筆記樣板:

- [[tasks]]
 - [] 任務1
 - [] 任務2

- [[daily habits]]

- [[tracking]]

- [[journal]]

## Start-of-Day Reflections

### I am grateful for...
1.
2.
3.

### What would make today great?
1.
2.
3.

### Affirmation
_I am..._

---

## Schedule

*### Meetings*

*### Work blocks*

--- 

## Work Log

---

## Assorted Thoughts

---

## End-of-Day Reflections

### What did I learn?

### What am I working on?

### What am I struggling with?
#### Is there help I can get from others?
## Todays Priorities
1 -
2 -
3 -

## How are you?
## Yesterday’s Notes
#ate:
#drank:
#slept:
#exercised:
#highlights:
#reflections:

## Greatful For?
## Today’s Thoughts
## Things I found today
## Thinking ahead
## Organizing the day

#### Highlight of the day
- [x] #tags, [links](), **formatting** supported
- [x] item 2

#### Think of TODOs for today
- [ ]  item 1

#### Summary of the day

## Hourly notes

↓Roam Reasearch的語法,必須修改成Obsidian支援的寫法

> [The daily template I use for Roam Research https://roamresearch.com/ · GitHub](https://gist.github.com/jborichevskiy/51508eebc810ae8105be45beac4e16ac)

- Weekly Agenda (created on a different day, and embedded with `/Block Reference`)
- [[Morning Questions]]
    - {{[[slider]]}} How many hours of sleep did I get?
    - What's one thing top of mind today?
    - What's the one thing I need to get done today to make progress?
    - Review #[[Index: Questions]] #values
- Agenda
    - {{[[TODO]]}} Morning walk #goal-health #habit
    - {{[[TODO]]}} Check calendar for scheduled events 
    - {{[[TODO]]}} Morning focus hour
        - {{[[TODO]]}} Read 30 minutes #goal-learning #habit
    - {{[[TODO]]}} Review Readwise.io 
    - {{[[TODO]]}} 10 minutes meditation #goal-health #habit
    - {{[[TODO]]}} Workout or run #goal-health #habit
    - {{[[TODO]]}} Evening focus hour
        - {{[[TODO]]}} Do 7 - 30 - 90 review
    - {{[[TODO]]}} read for pleasure, watch something, go for a walk
- [[Evening Questions]] 
    - List three things I'm grateful for #habit #gratitude 
    - What made me happy today?
    - What made me sad?
    - Where there any signs of my day going to shit that I could recognize?
    - What prevented me from reaching my goals today?
    - What am I looking forward to?

##

您可能也會有興趣的類似文章

簡睿

服務於軟體業的資訊老兵。興趣廣泛,學習力佳,樂於分享所知所學。

您可能也會喜歡…

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *