Log
Append-only 時間軸。固定前綴格式:
#### [YYYY-MM-DD] <kind> | <Page Title>
<kind> ∈ note | ingest | query | lint。最近活動可用 grep "^#### \[" docs/log.md | tail -10 取得。
[2023-02-15] note | Synchronizing branches¶
- 紀錄分支同步操作。
[2023-02-20] note | Reverting versions¶
- 紀錄版本還原操作。
[2023-04-13] note | Git operations¶
- 新增子主題:建立新分支並設定遠端追蹤。
[2023-05-30] note | Solutions for weakness¶
- 新增子主題:以 GCB 設定緩解弱點。
[2023-06-06] note | Customize datetime utilities¶
- .NET 端的日期時間工具自製。
[2023-08-17] note | Git operations¶
- 新增子主題:建立 orphan branch 開啟獨立歷史。
[2023-10-20] note | Thoughts on creating notes¶
- 關於筆記軟體與筆記結構的思考。
[2023-10-30] note | Optimize workflow with working tree¶
- 用
git worktree優化工作流程。
[2023-11-10] note | A little about jQuery¶
- jQuery 速記。
[2023-11-16] note | A little about Promise¶
- Promise 速記。
[2024-05-31] note | Basic concepts of Javascript¶
- 釐清
event.target與event.currentTarget的差異。
[2024-09-13] note | Git operations¶
- 新增子主題:重新命名本地分支並同步遠端。
[2024-12-12] note | Git operations¶
- 新增子主題:刪除本地與遠端分支。
[2024-12-20] note | Solutions for weakness¶
- 新增子主題:緩解 persistent cookies 弱點。
[2025-05-26] note | OAuth Implementation¶
- OAuth 實作筆記。
[2025-07-28] note | Publishing Obsidian notes with GitLab Pages¶
- 以 GitLab Pages 發佈 Obsidian 筆記的流程。
[2025-09-18] note | Expanding search options diversity using OpenSearch¶
- 用 OpenSearch 擴展搜尋選項多樣性。
[2026-05-18] note | A little about Promise¶
- 補完「Promise vs async/await」「Promise vs Ajax」兩個概念釐清小節。
[2026-05-18] note | Basic concepts of Javascript¶
- 補完 IIFE、prototype、
this三個留白小節,並順手補上String、Boolean、for的說明;新增「閉包」「淺/深拷貝」「Event Loop 與 microtask / macrotask」三個基礎但缺漏的觀念。
[2026-05-20] ingest | Basic concepts of Javascript¶
- 從
raw/What Is JavaScript Made Of.md(Dan Abramov)整合 JavaScript 基礎概念至docs/Javascript/Basic concepts of Javascript.md - 新增段落:值與字面量、變數與作用域、函式進階(Expression/Declaration/Hoisting/Call Stack/Recursion/HOF/Callback/Binding)、物件進階(Identity/Mutation/Dot-Bracket Notation/Array)
- 原有段落(資料型別、比較、TDZ、遍歷陣列、IIFE、閉包、this、原型、淺深拷貝、Event Loop、event.target)完整保留