<%* // Hotkey: Alt+S // Open settings plugin必須先設定 let oSettings = { "BRAT": "open-plugin-settings:obsidian42-brat", //"obsidian42-brat:BRAT-AddBetaPlugin", "QuickAdd": "open-plugin-settings:quickadd", "Open-plugin": "open-plugin-settings:open-plugin-settings", "Other settings":"open-plugin-settings:open-other-plugin-settings", "Commander": "cmdr:open-commander-settings", //"open-plugin-settings:cmdr" "Keyshots": "keyshots:open-keyshots-settings-tab",
aliases: [] created: 2023-05-22 18:32:55 modified: 2023-08-12 12:27:05 number headings: first-level 1, max 6, _.1.1. tags: [] type:
- 專案筆記 folder: '""' daysback: 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Requires AutoHotkey v2.0 | |
#SingleInstance Force | |
DEBUG := true | |
if (DEBUG) { | |
sID := "1294194" | |
sOutputDir := "z:\test\obsidian\collections\Movies\" | |
} else if (A_Args.Length == 0) { | |
MsgBox("需要兩個參數`n範例:movie.ahk2 豆瓣ID 輸出資料夾") |
1 00:00:00,066 --> 00:00:01,333 今天介绍的bus
2 00:00:01,333 --> 00:00:04,099
1 00:00:00.000 --> 00:00:04.000 今天介紹的Buds是一個能夠大幅減輕錄製影片後
2 00:00:04.000 --> 00:00:06.960
1 00:00:00.000 --> 00:00:06.960 今天介紹的Buzz是一個能夠大幅減輕錄製影片後製作字幕時間的語音識別工具
2 00:00:06.960 --> 00:00:10.920
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OmniSearch-CSS.css | |
```css | |
/* OmniSearch plugin css snippets */ | |
/* 搜尋到的符合字串高亮 */ | |
.omnisearch-highlight { | |
color: var(--text-normal); | |
background-color: var(--text-highlight-bg); | |
} | |
.omnisearch-result { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ;; Windows cmd.exe 多行分隔號用 ^ | |
curl -X "POST" ^ | |
"https://127.0.0.1:27124/vault/030-Inbox/fleet.md" ^ | |
-H "accept: */*" ^ | |
-H "Authorization: Bearer 4c1f7a807f92a153944269bfd610571970a887b3952a9b2161b9cb98e9f8708a" ^ | |
-H "Content-Type: text/markdown" ^ | |
-d "## This is my document something else here" | |
*/ | |
#SingleInstance Force |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 標題上下太接近了,加些padding空間 */ | |
.HyperMD-header.HyperMD-header-2.cm-line { | |
padding-top: 8px !important; | |
padding-bottom: 8px !important; | |
} | |
.HyperMD-header.HyperMD-header-3.cm-line { | |
padding-top: 8px !important; | |
padding-bottom: 8px !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 所有主題的共用樣式 */ | |
kbd { | |
border-radius: 3px; | |
padding: 1px 2px 0; | |
border: 1px solid gray; | |
margin-left: 2px; | |
margin-right: 2px; | |
} |