Skip to content

Instantly share code, notes, and snippets.

View emisjerry's full-sized avatar

emisjerry emisjerry

View GitHub Profile
@emisjerry
emisjerry / style-settings.json
Created April 25, 2024 01:16
Obsidian AnuPpuccin theme style settings
{
"CodeMirror Options@@cm-theme-selection": "cm-theme-solarized-light",
"CodeMirror Options@@cm-variable-2@@dark": "#6BDA5B",
"anuppuccin-theme-settings@@anuppuccin-theme-dark": "ctp-mocha",
"anuppuccin-theme-settings@@anuppuccin-accent-toggle": true,
"anuppuccin-theme-settings@@anuppuccin-theme-accents": "ctp-accent-sapphire",
"anuppuccin-theme-settings@@anp-header-color-toggle": true,
"anuppuccin-theme-settings@@anp-header-margin-toggle": true,
"anuppuccin-theme-settings@@anp-header-margin-value": 18,
"anuppuccin-theme-settings@@anp-layout-select": "anp-default-layout",
@emisjerry
emisjerry / my_test.lua
Created April 20, 2024 01:02
A Lua script for testing 'cfonts'
-- test for cfonts
--[[
--font, -f
Use to define the font face
$ cfonts --font block [ console, block, simpleBlock, simple, 3d, simple3d, chrome, huge, shade, slick, grid, pallet, tiny ]
--colors, -c
Use to define the font color
$ cfonts --colors red,blue [ system, black, red, green, yellow, blue, magenta, cyan, white, gray, redBright, greenBright, yellowBright, blueBright, magentaBright, cyanBright, whiteBright, candy, Any hex color starting with #, e.g.: #ff8800 or #f80 ]
@emisjerry
emisjerry / Cmd-open-settings-by-uri.md
Created February 28, 2024 06:01
Cmd-open-settings-by-uri.md Open specified setting window by Advanced URI plugin

<%* /**

@emisjerry
emisjerry / Cmd-open-settings.md
Created February 28, 2024 05:59
Cmd-open-settings.md using Open Plugin Settings to open specified setting window for plugin

<%* // 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",

@emisjerry
emisjerry / chart-test.md
Created August 12, 2023 07:11
Obsidian Chart demo (Markdown format)

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
@emisjerry
emisjerry / movie.ahk
Created March 4, 2023 15:39
movie.ahk: [AHK#58] 擷取豆瓣電影網的超簡單爬蟲腳本
#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 輸出資料夾")
@emisjerry
emisjerry / Buzz-JianYing-test.md
Created December 4, 2022 14:23
Buzz-JianYing-test.md

Buzz-JianYing-test

影片:https://youtu.be/wHwZNixV2rI

1 00:00:00,066 --> 00:00:01,333 今天介绍的bus

2 00:00:01,333 --> 00:00:04,099

@emisjerry
emisjerry / Buzz-low-test.md
Created December 4, 2022 14:17
Buzz-low-test.md

Buzz-low-test

影片:https://youtu.be/wHwZNixV2rI

1 00:00:00.000 --> 00:00:04.000 今天介紹的Buds是一個能夠大幅減輕錄製影片後

2 00:00:04.000 --> 00:00:06.960

@emisjerry
emisjerry / Buzz-medium-test.md
Created December 4, 2022 14:17
Buzz-medium-test.md

Buzz-medium-test

影片:https://youtu.be/wHwZNixV2rI

1 00:00:00.000 --> 00:00:06.960 今天介紹的Buzz是一個能夠大幅減輕錄製影片後製作字幕時間的語音識別工具

2 00:00:06.960 --> 00:00:10.920

@emisjerry
emisjerry / OmniSearch-CSS.css
Last active August 31, 2023 14:05
OmniSearch-CSS.css
# OmniSearch-CSS.css
```css
/* OmniSearch plugin css snippets */
/* 搜尋到的符合字串高亮 */
.omnisearch-highlight {
color: var(--text-normal);
background-color: var(--text-highlight-bg);
}
.omnisearch-result {