Skip to content

Instantly share code, notes, and snippets.

@FerdinandSu
Created November 23, 2023 09:57
Show Gist options
  • Save FerdinandSu/e0fb6ae6d8e40f2546fb7412da5390c4 to your computer and use it in GitHub Desktop.
Save FerdinandSu/e0fb6ae6d8e40f2546fb7412da5390c4 to your computer and use it in GitHub Desktop.
Obsidian Conf
{
"accentColor": "#73d9f2",
"theme": "system",
"interfaceFontFamily": "Segoe UI Variable Display,霞鹜新晰黑",
"monospaceFontFamily": "Cascadia Code PL",
"textFontFamily": "Cascadia Mono PL,Cascadia Mono,霞鹜文楷等宽 GB 融合,霞鹜臻楷,霞鹜新致宋 简,霞鹜新晰黑",
"baseFontSize": 20
}
{
"editor:insert-link": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "L"
}
],
"editor:insert-wikilink": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "I"
}
],
"editor:attach-file": [
{
"modifiers": [
"Alt"
],
"key": "I"
}
],
"obsidian-excalidraw-plugin:save": [],
"editor:set-heading-1": [
{
"modifiers": [
"Mod"
],
"key": "1"
}
],
"workspace:goto-tab-1": [],
"workspace:goto-tab-2": [],
"workspace:goto-tab-3": [],
"workspace:goto-tab-4": [],
"workspace:goto-tab-5": [],
"workspace:goto-tab-6": [],
"workspace:goto-tab-7": [],
"workspace:goto-tab-8": [],
"editor:set-heading-2": [
{
"modifiers": [
"Mod"
],
"key": "2"
}
],
"editor:set-heading-3": [
{
"modifiers": [
"Mod"
],
"key": "3"
}
],
"editor:set-heading-4": [
{
"modifiers": [
"Mod"
],
"key": "4"
}
],
"editor:set-heading-5": [
{
"modifiers": [
"Mod"
],
"key": "5"
}
],
"editor:set-heading-6": [
{
"modifiers": [
"Mod"
],
"key": "6"
}
],
"editor:set-heading-0": [
{
"modifiers": [
"Mod"
],
"key": "0"
}
],
"editor:insert-codeblock": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "K"
}
],
"editor:toggle-code": [
{
"modifiers": [
"Mod"
],
"key": "K"
}
],
"editor:insert-mathblock": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "M"
}
],
"editor:toggle-inline-math": [
{
"modifiers": [
"Mod"
],
"key": "M"
}
],
"workspace:export-pdf": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "P"
}
],
"workspace:previous-tab": [
{
"modifiers": [
"Ctrl"
],
"key": "PageUp"
}
],
"workspace:next-tab": [
{
"modifiers": [
"Mod"
],
"key": "PageDown"
}
],
"workspace:goto-last-tab": [
{
"modifiers": [
"Mod"
],
"key": "End"
}
],
"editor:toggle-blockquote": [
{
"modifiers": [
"Mod"
],
"key": "R"
}
],
"editor:toggle-checklist-status": [],
"editor:toggle-highlight": [
{
"modifiers": [
"Mod"
],
"key": "L"
}
],
"workspace:split-vertical": [
{
"modifiers": [
"Mod"
],
"key": "Tab"
}
],
"workspace:split-horizontal": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "Tab"
}
],
"editor:toggle-source": [
{
"modifiers": [
"Alt"
],
"key": "C"
}
],
"editor:delete-paragraph": [],
"editor:toggle-strikethrough": [
{
"modifiers": [
"Mod"
],
"key": "D"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment