feat: update settings and plugins
This commit is contained in:
144
.obsidian/app.json
vendored
144
.obsidian/app.json
vendored
@@ -1,109 +1,47 @@
|
|||||||
{
|
{
|
||||||
"pluginEnabledStatus": {
|
"promptDelete": false,
|
||||||
"file-explorer": true,
|
"mobileToolbarCommands": [
|
||||||
"global-search": true,
|
"editor:insert-wikilink",
|
||||||
"switcher": true,
|
"templater-obsidian:insert-templater",
|
||||||
"graph": true,
|
"editor:cycle-list-checklist",
|
||||||
"backlink": true,
|
"editor:indent-list",
|
||||||
"command-palette": true,
|
"editor:unindent-list",
|
||||||
"markdown-importer": true,
|
"editor:swap-line-up",
|
||||||
"word-count": true,
|
"editor:swap-line-down",
|
||||||
"open-with-default-app": true,
|
"editor:toggle-keyboard",
|
||||||
"tag-pane": true,
|
"editor:insert-tag",
|
||||||
"starred": true,
|
"editor:attach-file",
|
||||||
"daily-notes": true,
|
"editor:set-heading",
|
||||||
"zk-prefixer": true,
|
"editor:toggle-bold",
|
||||||
"templates": true,
|
"editor:toggle-italics",
|
||||||
"outline": true,
|
"editor:toggle-blockquote",
|
||||||
"sync": true,
|
"editor:insert-link",
|
||||||
"File explorer": true,
|
"editor:toggle-numbered-list",
|
||||||
"Search": true,
|
"editor:undo",
|
||||||
"Quick switcher": true,
|
"editor:redo",
|
||||||
"Graph view": true,
|
"editor:configure-toolbar"
|
||||||
"Backlinks": true,
|
|
||||||
"Command palette": true,
|
|
||||||
"Markdown format importer": true,
|
|
||||||
"Word count": true,
|
|
||||||
"workspaces": true,
|
|
||||||
"random-note": true,
|
|
||||||
"publish": true,
|
|
||||||
"slides": true,
|
|
||||||
"file-recovery": true,
|
|
||||||
"page-preview": true,
|
|
||||||
"outgoing-link": true,
|
|
||||||
"audio-recorder": true
|
|
||||||
},
|
|
||||||
"enabledPlugins": [
|
|
||||||
"sliding-panes-obsidian",
|
|
||||||
"note-refactor-obsidian",
|
|
||||||
"obsidian-mind-map",
|
|
||||||
"cm-editor-syntax-highlight-obsidian",
|
|
||||||
"calendar",
|
|
||||||
"tag-wrangler",
|
|
||||||
"darlal-switcher-plus",
|
|
||||||
"dataview",
|
|
||||||
"periodic-notes",
|
|
||||||
"obsidian-git",
|
|
||||||
"obsidian-kanban",
|
|
||||||
"hot-reload",
|
|
||||||
"obsidian-sample-plugin",
|
|
||||||
"templater-obsidian",
|
|
||||||
"table-editor-obsidian",
|
|
||||||
"better-word-count"
|
|
||||||
],
|
],
|
||||||
"showFrontmatter": false,
|
"legacyEditor": false,
|
||||||
|
"alwaysUpdateLinks": true,
|
||||||
|
"newFileLocation": "folder",
|
||||||
|
"newFileFolderPath": "zettelkasten",
|
||||||
"foldHeading": true,
|
"foldHeading": true,
|
||||||
"foldIndent": true,
|
"foldIndent": true,
|
||||||
"defaultViewMode": "source",
|
"showLineNumber": false,
|
||||||
"showLineNumber": true,
|
"showFrontmatter": true,
|
||||||
"promptDelete": false,
|
|
||||||
"alwaysUpdateLinks": true,
|
|
||||||
"fileSortOrder": "alphabetical",
|
|
||||||
"tabSize": 4,
|
|
||||||
"useTab": true,
|
|
||||||
"obsidianCss": false,
|
|
||||||
"attachmentFolderPath": "assets",
|
|
||||||
"spellcheck": true,
|
"spellcheck": true,
|
||||||
"spellcheckDictionary": [
|
"tabSize": 4,
|
||||||
"netlify",
|
"attachmentFolderPath": "assets",
|
||||||
"dx",
|
"showUnsupportedFiles": true,
|
||||||
"chickenless",
|
"defaultViewMode": "source",
|
||||||
"zettelkasten",
|
"mobilePullAction": "command-palette:open",
|
||||||
"vue",
|
"pdfExportSettings": {
|
||||||
"instantiation",
|
"pageSize": "Letter",
|
||||||
"pre",
|
"landscape": false,
|
||||||
"congee",
|
"margin": "0",
|
||||||
"Mandalorian",
|
"downscalePercent": 100
|
||||||
"Ideation",
|
},
|
||||||
"summarization",
|
"showInlineTitle": true,
|
||||||
"hypotheticals",
|
"useTab": false,
|
||||||
"integrations",
|
"propertiesInDocument": "visible"
|
||||||
"Shareables",
|
|
||||||
"influencer",
|
|
||||||
"programmatically",
|
|
||||||
"Yellowtail",
|
|
||||||
"namespacing",
|
|
||||||
"declaratively",
|
|
||||||
"destructure",
|
|
||||||
"Onboarding",
|
|
||||||
"churros",
|
|
||||||
"Approachability",
|
|
||||||
"positivity",
|
|
||||||
"codebase",
|
|
||||||
"deliverables",
|
|
||||||
"recency",
|
|
||||||
"Personalization",
|
|
||||||
"impactful",
|
|
||||||
"doesn",
|
|
||||||
"synergize",
|
|
||||||
"serverless",
|
|
||||||
"APIs",
|
|
||||||
"serverless",
|
|
||||||
"lifecycle"
|
|
||||||
],
|
|
||||||
"newFileLocation": "folder",
|
|
||||||
"newFileFolderPath": "notes",
|
|
||||||
"legacyEditor": false,
|
|
||||||
"livePreview": true,
|
|
||||||
"showUnsupportedFiles": true
|
|
||||||
}
|
}
|
||||||
15
.obsidian/appearance.json
vendored
15
.obsidian/appearance.json
vendored
@@ -1,11 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
"accentColor": "",
|
||||||
"cssTheme": "Minimal",
|
"cssTheme": "Minimal",
|
||||||
"theme": "obsidian",
|
"baseFontSize": 20,
|
||||||
|
"interfaceFontFamily": "Inter",
|
||||||
|
"showViewHeader": true,
|
||||||
|
"nativeMenus": true,
|
||||||
|
"textFontFamily": "Karla",
|
||||||
|
"monospaceFontFamily": "IBM Plex Mono",
|
||||||
"enabledCssSnippets": [
|
"enabledCssSnippets": [
|
||||||
"dracula-custom-edits",
|
"night-owl"
|
||||||
"style-settings"
|
|
||||||
],
|
],
|
||||||
"translucency": false,
|
"translucency": false,
|
||||||
"baseFontSize": 21,
|
"baseFontSizeAction": false,
|
||||||
"accentColor": ""
|
"theme": "obsidian"
|
||||||
}
|
}
|
||||||
62
.obsidian/bookmarks.json
vendored
Normal file
62
.obsidian/bookmarks.json
vendored
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"path": "zettelkasten/My Obsidian Course.md",
|
||||||
|
"ctime": 1680498762660
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "group",
|
||||||
|
"ctime": 1686174556133,
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"ctime": 1686174537294,
|
||||||
|
"path": "(000) Inbox.md",
|
||||||
|
"title": "📥 My Inbox"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Dashboards"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "group",
|
||||||
|
"ctime": 1686175076747,
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"ctime": 1686175012138,
|
||||||
|
"path": "zettelkasten/nouns/@Obsidian.md",
|
||||||
|
"title": "Obsidian App"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"ctime": 1686175171642,
|
||||||
|
"path": "zettelkasten/nouns/@Obsidian.md",
|
||||||
|
"subpath": "#What is @Obsidian Obsidian ?",
|
||||||
|
"title": "New Obsidian"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"ctime": 1686175938531,
|
||||||
|
"path": "zettelkasten/Obsidian Bookmarks.md",
|
||||||
|
"subpath": "#👍 Pros"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Note Taking Apps"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "group",
|
||||||
|
"ctime": 1686175086510,
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"ctime": 1686175155923,
|
||||||
|
"path": "zettelkasten/nouns/@Obsidian.md",
|
||||||
|
"subpath": "#What is @Obsidian Obsidian ?",
|
||||||
|
"title": "Obsidian"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Markdown Apps"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
1
.obsidian/cache
vendored
1
.obsidian/cache
vendored
File diff suppressed because one or more lines are too long
6
.obsidian/canvas.json
vendored
Normal file
6
.obsidian/canvas.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"snapToObjects": true,
|
||||||
|
"snapToGrid": true,
|
||||||
|
"newFileLocation": "current",
|
||||||
|
"zoomBreakpoint": 0.77
|
||||||
|
}
|
||||||
24
.obsidian/community-plugins.json
vendored
24
.obsidian/community-plugins.json
vendored
@@ -1,13 +1,23 @@
|
|||||||
[
|
[
|
||||||
|
"better-word-count",
|
||||||
"calendar",
|
"calendar",
|
||||||
"cm-editor-syntax-highlight-obsidian",
|
|
||||||
"note-refactor-obsidian",
|
|
||||||
"templater-obsidian",
|
|
||||||
"periodic-notes",
|
|
||||||
"dataview",
|
"dataview",
|
||||||
|
"obsidian-excalidraw-plugin",
|
||||||
"hotkey-helper",
|
"hotkey-helper",
|
||||||
"tag-wrangler",
|
"cm-editor-syntax-highlight-obsidian",
|
||||||
"obsidian-style-settings",
|
"obsidian-hotkeys-for-specific-files",
|
||||||
"obsidian-minimal-settings",
|
"obsidian-minimal-settings",
|
||||||
"buttons"
|
"various-complements",
|
||||||
|
"text-snippets-obsidian",
|
||||||
|
"templater-obsidian",
|
||||||
|
"obsidian-tasks-plugin",
|
||||||
|
"nldates-obsidian",
|
||||||
|
"periodic-notes",
|
||||||
|
"plugin-changelogs",
|
||||||
|
"obsidian-omnivore",
|
||||||
|
"note-refactor-obsidian",
|
||||||
|
"obsidian-style-settings",
|
||||||
|
"tag-wrangler",
|
||||||
|
"readwise-official",
|
||||||
|
"obsidian-projects"
|
||||||
]
|
]
|
||||||
19
.obsidian/core-plugins-migration.json
vendored
19
.obsidian/core-plugins-migration.json
vendored
@@ -4,27 +4,28 @@
|
|||||||
"switcher": true,
|
"switcher": true,
|
||||||
"graph": true,
|
"graph": true,
|
||||||
"backlink": true,
|
"backlink": true,
|
||||||
|
"canvas": true,
|
||||||
"outgoing-link": true,
|
"outgoing-link": true,
|
||||||
"tag-pane": true,
|
"tag-pane": true,
|
||||||
|
"properties": true,
|
||||||
"page-preview": true,
|
"page-preview": true,
|
||||||
"daily-notes": false,
|
"daily-notes": false,
|
||||||
"templates": false,
|
"templates": false,
|
||||||
"note-composer": true,
|
"note-composer": true,
|
||||||
"command-palette": true,
|
"command-palette": true,
|
||||||
"slash-command": true,
|
"slash-command": true,
|
||||||
"editor-status": false,
|
"editor-status": true,
|
||||||
"markdown-importer": true,
|
"bookmarks": true,
|
||||||
|
"markdown-importer": false,
|
||||||
"zk-prefixer": false,
|
"zk-prefixer": false,
|
||||||
"random-note": false,
|
"random-note": true,
|
||||||
"outline": true,
|
"outline": true,
|
||||||
"word-count": true,
|
"word-count": true,
|
||||||
"slides": true,
|
"slides": false,
|
||||||
"audio-recorder": false,
|
"audio-recorder": false,
|
||||||
"workspaces": true,
|
"workspaces": true,
|
||||||
"file-recovery": true,
|
"file-recovery": true,
|
||||||
"publish": false,
|
"publish": true,
|
||||||
"sync": false,
|
"sync": true,
|
||||||
"canvas": true,
|
"starred": false
|
||||||
"properties": false,
|
|
||||||
"bookmarks": true
|
|
||||||
}
|
}
|
||||||
9
.obsidian/core-plugins.json
vendored
9
.obsidian/core-plugins.json
vendored
@@ -7,15 +7,18 @@
|
|||||||
"canvas",
|
"canvas",
|
||||||
"outgoing-link",
|
"outgoing-link",
|
||||||
"tag-pane",
|
"tag-pane",
|
||||||
|
"properties",
|
||||||
"page-preview",
|
"page-preview",
|
||||||
"note-composer",
|
"note-composer",
|
||||||
"command-palette",
|
"command-palette",
|
||||||
"slash-command",
|
"slash-command",
|
||||||
|
"editor-status",
|
||||||
"bookmarks",
|
"bookmarks",
|
||||||
"markdown-importer",
|
"random-note",
|
||||||
"outline",
|
"outline",
|
||||||
"word-count",
|
"word-count",
|
||||||
"slides",
|
|
||||||
"workspaces",
|
"workspaces",
|
||||||
"file-recovery"
|
"file-recovery",
|
||||||
|
"publish",
|
||||||
|
"sync"
|
||||||
]
|
]
|
||||||
2
.obsidian/daily-notes.json
vendored
2
.obsidian/daily-notes.json
vendored
@@ -1 +1 @@
|
|||||||
{"folder":"reports/Daily Notes","template":"templates/3 - Pages/Daily Note (Page Template)"}
|
{"folder":"reports/timeline/Daily Notes","template":"templates/3 - Pages/Timeline/Daily Note — Page Template","autorun":true}
|
||||||
45
.obsidian/graph.json
vendored
45
.obsidian/graph.json
vendored
@@ -1 +1,44 @@
|
|||||||
{"search":"#ideas","showTags":true,"showAttachments":true,"hideUnresolved":false,"showOrphans":true,"showArrow":false,"textFadeMultiplier":0.1,"nodeSizeMultiplier":1.66292397660819,"lineSizeMultiplier":1.77345029239766,"centerStrength":0.518713248970312,"repelStrength":10,"linkStrength":1,"linkDistance":250,"scale":2.3902238258270643}
|
{
|
||||||
|
"collapse-filter": false,
|
||||||
|
"search": "",
|
||||||
|
"showTags": false,
|
||||||
|
"showAttachments": false,
|
||||||
|
"hideUnresolved": false,
|
||||||
|
"showOrphans": true,
|
||||||
|
"collapse-color-groups": false,
|
||||||
|
"colorGroups": [
|
||||||
|
{
|
||||||
|
"query": "tag:#type/timeline ",
|
||||||
|
"color": {
|
||||||
|
"a": 1,
|
||||||
|
"rgb": 14734418
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": "tag:#type/person",
|
||||||
|
"color": {
|
||||||
|
"a": 1,
|
||||||
|
"rgb": 16739179
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": "tag:#type/event",
|
||||||
|
"color": {
|
||||||
|
"a": 1,
|
||||||
|
"rgb": 11992868
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"collapse-display": false,
|
||||||
|
"showArrow": true,
|
||||||
|
"textFadeMultiplier": 0,
|
||||||
|
"nodeSizeMultiplier": 1.499658203125,
|
||||||
|
"lineSizeMultiplier": 1,
|
||||||
|
"collapse-forces": false,
|
||||||
|
"centerStrength": 0.518713248970312,
|
||||||
|
"repelStrength": 10,
|
||||||
|
"linkStrength": 1,
|
||||||
|
"linkDistance": 250,
|
||||||
|
"scale": 0.08452132452849742,
|
||||||
|
"close": true
|
||||||
|
}
|
||||||
314
.obsidian/hotkeys.json
vendored
314
.obsidian/hotkeys.json
vendored
@@ -1,23 +1,4 @@
|
|||||||
{
|
{
|
||||||
"insert-template": [],
|
|
||||||
"app:go-back": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt",
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "ArrowLeft"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"app:go-forward": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt",
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "ArrowRight"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"daily-notes": [
|
"daily-notes": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
@@ -26,23 +7,17 @@
|
|||||||
"key": "T"
|
"key": "T"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor:toggle-italics": [
|
"obsidian-excalidraw-plugin:insert-link": [],
|
||||||
|
"templater-obsidian:insert-templater": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod"
|
"Mod",
|
||||||
|
"Shift"
|
||||||
],
|
],
|
||||||
"key": "I"
|
"key": "I"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"app:toggle-left-sidebar": [
|
"app:toggle-left-sidebar": [
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "\\"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"app:toggle-right-sidebar": [
|
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod",
|
"Mod",
|
||||||
@@ -51,12 +26,12 @@
|
|||||||
"key": "\\"
|
"key": "\\"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor:toggle-highlight": [
|
"app:toggle-right-sidebar": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod"
|
"Mod"
|
||||||
],
|
],
|
||||||
"key": "H"
|
"key": "\\"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor:swap-line-down": [
|
"editor:swap-line-down": [
|
||||||
@@ -65,12 +40,6 @@
|
|||||||
"Alt"
|
"Alt"
|
||||||
],
|
],
|
||||||
"key": "ArrowDown"
|
"key": "ArrowDown"
|
||||||
},
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "2"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor:swap-line-up": [
|
"editor:swap-line-up": [
|
||||||
@@ -79,46 +48,40 @@
|
|||||||
"Alt"
|
"Alt"
|
||||||
],
|
],
|
||||||
"key": "ArrowUp"
|
"key": "ArrowUp"
|
||||||
},
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "1"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"graph:open-local": [
|
"note-refactor-obsidian:app:extract-selection-first-line": [
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "G"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"backlink:open-backlinks": [],
|
|
||||||
"editor:toggle-bold": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "B"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"zk-prefixer": [],
|
|
||||||
"calendar:open-weekly-note": [
|
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod",
|
"Mod",
|
||||||
"Shift"
|
"Shift"
|
||||||
],
|
],
|
||||||
"key": "W"
|
"key": "R"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"workspace:close": [
|
"templater-obsidian:templates/Highlight (Inline Field Template).md": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod"
|
"Mod"
|
||||||
],
|
],
|
||||||
|
"key": "H"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"periodic-notes:open-monthly-note": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "M"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"periodic-notes:open-weekly-note": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
"key": "W"
|
"key": "W"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -131,22 +94,53 @@
|
|||||||
"key": "K"
|
"key": "K"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"graph:open": [
|
"file-explorer:move-file": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod",
|
"Mod"
|
||||||
"Shift"
|
|
||||||
],
|
],
|
||||||
"key": "G"
|
"key": "M"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"workspace:split-horizontal": [
|
"editor:delete-paragraph": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "Backspace"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"periodic-notes:prev-daily-note": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "Y"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"file-explorer:new-file": [],
|
||||||
|
"file-explorer:new-file-in-new-pane": [],
|
||||||
|
"switcher:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "N"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "O"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"templater-obsidian:create-new-note-from-template": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod",
|
"Mod",
|
||||||
"Shift"
|
"Shift"
|
||||||
],
|
],
|
||||||
"key": "D"
|
"key": "N"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"workspace:split-vertical": [
|
"workspace:split-vertical": [
|
||||||
@@ -157,114 +151,32 @@
|
|||||||
"key": "D"
|
"key": "D"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sliding-panes-obsidian:toggle-sliding-panes-rotated-headers": [
|
"obsidian-hotkeys-for-specific-files:zettelkasten/Build with Ben (Series).md": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod",
|
"Mod",
|
||||||
"Shift"
|
"Shift"
|
||||||
],
|
],
|
||||||
"key": "H"
|
"key": "B"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"note-refactor-obsidian:app:extract-selection-content-only": [],
|
"obsidian-tasks-plugin:toggle-done": [
|
||||||
"note-refactor-obsidian:app:extract-selection-first-line": [
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "C"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"periodic-notes:open-daily-note": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Mod",
|
"Mod",
|
||||||
"Shift"
|
"Shift"
|
||||||
],
|
],
|
||||||
"key": "R"
|
"key": "D"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"daily-notes:goto-prev": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "Y"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"editor:focus-top": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt",
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "ArrowUp"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"editor:focus-bottom": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt",
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "ArrowDown"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"editor:focus-left": [],
|
|
||||||
"table-editor-obsidian:table-control-bar": [],
|
|
||||||
"editor:delete-paragraph": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "Backspace"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"sliding-panes-obsidian:toggle-sliding-panes-leaf-auto-width": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod",
|
|
||||||
"Shift"
|
|
||||||
],
|
|
||||||
"key": "A"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"editor:toggle-fold": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "3"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"templater-obsidian:insert-templater": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod",
|
|
||||||
"Shift"
|
|
||||||
],
|
|
||||||
"key": "I"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"templater-obsidian:replace-in-file-templater": [],
|
|
||||||
"open-with-default-app:open": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod",
|
|
||||||
"Shift"
|
|
||||||
],
|
|
||||||
"key": "O"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"switcher:open": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "O"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "N"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"darlal-switcher-plus:switcher-plus:open": [],
|
|
||||||
"file-explorer:new-file": [],
|
|
||||||
"file-explorer:new-file-in-new-pane": [],
|
|
||||||
"workspaces:load": [
|
"workspaces:load": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
@@ -273,5 +185,77 @@
|
|||||||
"key": "L"
|
"key": "L"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"templater-obsidian:create-new-note-from-template": []
|
"editor:toggle-checklist-status": [],
|
||||||
|
"editor:toggle-bullet-list": [],
|
||||||
|
"editor:insert-embed": [],
|
||||||
|
"note-refactor-obsidian:app:extract-selection-content-only": [],
|
||||||
|
"obsidian-advanced-slides:reload-advanced-slides-preview": [],
|
||||||
|
"editor:open-link-in-new-leaf": [],
|
||||||
|
"editor:open-link-in-new-window": [],
|
||||||
|
"obsidian-tasks-plugin:edit-task": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "E"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:cycle-list-checklist": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "Enter"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"graph:open-local": [],
|
||||||
|
"obsidian-advanced-slides:open-advanced-slides-preview": [],
|
||||||
|
"markdown:toggle-preview": [],
|
||||||
|
"workspace:close-window": [],
|
||||||
|
"workspaces:open-modal": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "C"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"obsidian-projects:show-projects": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "P"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"table-editor-obsidian:table-control-bar": [],
|
||||||
|
"various-complements:reload-custom-dictionaries": [],
|
||||||
|
"editor:toggle-source": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "L"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"obsidian-minimal-settings:toggle-minimal-focus-mode": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "U"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:toggle-fold-properties": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "F"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
3
.obsidian/note-composer.json
vendored
Normal file
3
.obsidian/note-composer.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"askBeforeMerging": false
|
||||||
|
}
|
||||||
1
.obsidian/plugins/better-word-count/data.json
vendored
Normal file
1
.obsidian/plugins/better-word-count/data.json
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"showWords":false,"wordsPrefix":"","wordsSuffix":" words ","showCharacters":false,"charactersPrefix":"","charactersSuffix":" characters ","showSentences":false,"sentencesPrefix":"","sentencesSuffix":" sentences"}
|
||||||
8485
.obsidian/plugins/better-word-count/main.js
vendored
Normal file
8485
.obsidian/plugins/better-word-count/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
.obsidian/plugins/better-word-count/manifest.json
vendored
Normal file
9
.obsidian/plugins/better-word-count/manifest.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"id": "better-word-count",
|
||||||
|
"name": "Better Word Count",
|
||||||
|
"version": "0.10.0",
|
||||||
|
"description": "Counts the words of selected text in the editor.",
|
||||||
|
"author": "Luke Leppan",
|
||||||
|
"authorUrl": "https://lukeleppan.com",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
37
.obsidian/plugins/better-word-count/styles.css
vendored
Normal file
37
.obsidian/plugins/better-word-count/styles.css
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
details.bwc-sb-item-setting {
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 10px 5px 20px 10px;
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.bwc-sb-item-setting summary::marker {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .bwc-sb-item-setting summary { */
|
||||||
|
/* margin-bottom: 5px; */
|
||||||
|
/* } */
|
||||||
|
.bwc-sb-item-setting summary span.bwc-sb-buttons {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bwc-status-bar-settings-title {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bwc-section-count {
|
||||||
|
background: var(--background-secondary);
|
||||||
|
border-radius: var(--tag-radius);
|
||||||
|
color: var(--text-muted);
|
||||||
|
content: var(--word-count);
|
||||||
|
display: inline-flex;
|
||||||
|
font-size: var(--font-ui-smaller);
|
||||||
|
font-weight: var(--font-normal);
|
||||||
|
line-height: 1;
|
||||||
|
margin: calc(-1 * var(--size-2-3)) 0 calc(-1 * var(--size-2-3)) var(--size-4-2);
|
||||||
|
padding: var(--size-2-3) var(--size-4-2);
|
||||||
|
pointer-events: none;
|
||||||
|
position: relative;
|
||||||
|
top: -3px;
|
||||||
|
}
|
||||||
4306
.obsidian/plugins/buttons/main.js
vendored
4306
.obsidian/plugins/buttons/main.js
vendored
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/buttons/manifest.json
vendored
10
.obsidian/plugins/buttons/manifest.json
vendored
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "buttons",
|
|
||||||
"name": "Buttons",
|
|
||||||
"description": "Create Buttons in your Obsidian notes to run commands, open links, and insert templates",
|
|
||||||
"version": "0.4.19",
|
|
||||||
"author": "shabegom",
|
|
||||||
"authorUrl": "https://shbgm.ca",
|
|
||||||
"isDesktopOnly": false,
|
|
||||||
"minAppVersion": "0.12.8"
|
|
||||||
}
|
|
||||||
148
.obsidian/plugins/buttons/styles.css
vendored
148
.obsidian/plugins/buttons/styles.css
vendored
@@ -1,148 +0,0 @@
|
|||||||
/* @settings
|
|
||||||
|
|
||||||
name: Buttons
|
|
||||||
id: buttons-styles
|
|
||||||
settings:
|
|
||||||
-
|
|
||||||
id: button-background
|
|
||||||
title: Background
|
|
||||||
type: variable-themed-color
|
|
||||||
format: hex
|
|
||||||
opacity: false
|
|
||||||
default-light: '#f5f6f8'
|
|
||||||
default-dark: '#1b1b1b'
|
|
||||||
-
|
|
||||||
id: button-text
|
|
||||||
title: Text
|
|
||||||
type: variable-themed-color
|
|
||||||
format: hex
|
|
||||||
opacity: false
|
|
||||||
default-light: '#1b1b1b'
|
|
||||||
default-dark: '#f5f6f8'
|
|
||||||
-
|
|
||||||
id: button-border
|
|
||||||
title: Border
|
|
||||||
type: variable-themed-color
|
|
||||||
format: hex
|
|
||||||
opacity: false
|
|
||||||
default-light: '#7a9486'
|
|
||||||
default-dark: '#84a83a'
|
|
||||||
-
|
|
||||||
id: button-box-shadow
|
|
||||||
title: Box Shadow
|
|
||||||
type: variable-themed-color
|
|
||||||
format: rgb
|
|
||||||
opacity: true
|
|
||||||
default-light: '#1b1b1b'
|
|
||||||
default-dark: '#f5f6f8'
|
|
||||||
-
|
|
||||||
id: button-border-radius
|
|
||||||
title: Border Radius
|
|
||||||
type: variable-number
|
|
||||||
format: px
|
|
||||||
default: 5
|
|
||||||
-
|
|
||||||
id: button-size
|
|
||||||
title: Font Size
|
|
||||||
type: variable-number
|
|
||||||
format: em
|
|
||||||
default: 1
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
.block-language-button {
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.button-default {
|
|
||||||
border: 0.5px solid var(--button-border, #7a9486);
|
|
||||||
border-radius: var(--button-border-radius, 5px);
|
|
||||||
background-color: var(--button-background);
|
|
||||||
padding: 10px 30px;
|
|
||||||
color: var(--button-text);
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: var(--button-size);
|
|
||||||
margin: 0 5px;
|
|
||||||
box-shadow: 0 1px 3px var(--button-box-shadow, rgba(0, 0, 0, 0.12)),
|
|
||||||
0 1px 2px var(--button-box-shadow, rgba(0, 0, 0, 0.24));
|
|
||||||
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
button.button-default:hover {
|
|
||||||
z-index: 100;
|
|
||||||
box-shadow: 0 4px 4px var(--button-box-shadow, rgba(0, 0, 0, 0.25)),
|
|
||||||
0 10px 10px var(--button-box-shadow, rgba(0, 0, 0, 0.22));
|
|
||||||
transform: translate3d(0px, -1.5px, 0px);
|
|
||||||
background-color: var(--button-background);
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-dark button.button-default {
|
|
||||||
border: 0.5px solid var(--button-border, #84a83a);
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-dark button.button-default:hover {
|
|
||||||
z-index: 100;
|
|
||||||
box-shadow: 0 4px 4px var(--button-box-shadow, rgba(210, 210, 210, 0.25)),
|
|
||||||
0 10px 10px var(--button-box-shadow, rgba(210, 210, 210, 0.22));
|
|
||||||
transform: translate3d(0px, -1.5px, 0px);
|
|
||||||
}
|
|
||||||
|
|
||||||
button.button-inline {
|
|
||||||
width: unset;
|
|
||||||
height: unset;
|
|
||||||
padding: 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.blue {
|
|
||||||
background: #76b3fa;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.red {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.green {
|
|
||||||
background: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.yellow {
|
|
||||||
background: yellow;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.purple {
|
|
||||||
background: #725585;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.blue:hover {
|
|
||||||
background: #76b3fa;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.red:hover {
|
|
||||||
background: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.green:hover {
|
|
||||||
background: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.yellow:hover {
|
|
||||||
background: yellow;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.purple:hover {
|
|
||||||
background: #725585;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-maker {
|
|
||||||
max-width: 35rem;
|
|
||||||
width: 35rem;
|
|
||||||
overflow-y: auto;
|
|
||||||
max-height: 30rem;
|
|
||||||
padding-left: 0.5rem;
|
|
||||||
padding-right: 0.5rem;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
10
.obsidian/plugins/calendar/data.json
vendored
10
.obsidian/plugins/calendar/data.json
vendored
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"shouldConfirmBeforeCreate": true,
|
"shouldConfirmBeforeCreate": false,
|
||||||
"weekStart": "monday",
|
"weekStart": "sunday",
|
||||||
"wordsPerDot": 250,
|
"wordsPerDot": 1000,
|
||||||
"showWeeklyNote": true,
|
"showWeeklyNote": true,
|
||||||
"weeklyNoteFormat": "",
|
"weeklyNoteFormat": "",
|
||||||
"weeklyNoteTemplate": "templates/Weekly Note — Template",
|
"weeklyNoteTemplate": "templates/3 - Pages/Weekly Report Note (Page Template)",
|
||||||
"weeklyNoteFolder": "reports/Weekly Notes",
|
"weeklyNoteFolder": "reports/timeline/Weekly Notes",
|
||||||
"localeOverride": "system-default"
|
"localeOverride": "system-default"
|
||||||
}
|
}
|
||||||
29
.obsidian/plugins/dataview/data.json
vendored
Normal file
29
.obsidian/plugins/dataview/data.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"renderNullAs": "\\-",
|
||||||
|
"taskCompletionTracking": false,
|
||||||
|
"taskCompletionUseEmojiShorthand": false,
|
||||||
|
"taskCompletionText": "completion",
|
||||||
|
"taskCompletionDateFormat": "yyyy-MM-dd",
|
||||||
|
"recursiveSubTaskCompletion": false,
|
||||||
|
"warnOnEmptyResult": true,
|
||||||
|
"refreshEnabled": true,
|
||||||
|
"refreshInterval": 1000,
|
||||||
|
"defaultDateFormat": "MMMM dd, yyyy",
|
||||||
|
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
|
||||||
|
"maxRecursiveRenderDepth": 6,
|
||||||
|
"tableIdColumnName": "File",
|
||||||
|
"tableGroupColumnName": "Group",
|
||||||
|
"showResultCount": true,
|
||||||
|
"allowHtml": true,
|
||||||
|
"inlineQueryPrefix": "=",
|
||||||
|
"inlineJsQueryPrefix": "$=",
|
||||||
|
"inlineQueriesInCodeblocks": true,
|
||||||
|
"enableInlineDataview": true,
|
||||||
|
"enableDataviewJs": true,
|
||||||
|
"enableInlineDataviewJs": true,
|
||||||
|
"prettyRenderInlineFields": true,
|
||||||
|
"dataviewJsKeyword": "dataviewjs",
|
||||||
|
"taskLinkLocation": "end",
|
||||||
|
"taskLinkText": "🔗",
|
||||||
|
"schemaVersion": 1
|
||||||
|
}
|
||||||
12
.obsidian/plugins/nldates-obsidian/data.json
vendored
Normal file
12
.obsidian/plugins/nldates-obsidian/data.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"autosuggestToggleLink": true,
|
||||||
|
"autocompleteTriggerPhrase": "@@",
|
||||||
|
"isAutosuggestEnabled": true,
|
||||||
|
"format": "YYYY-MM-DD",
|
||||||
|
"timeFormat": "HH:mm",
|
||||||
|
"separator": " ",
|
||||||
|
"weekStart": "Sunday",
|
||||||
|
"modalToggleTime": false,
|
||||||
|
"modalToggleLink": false,
|
||||||
|
"modalMomentFormat": "YYYY-MM-DD HH:mm"
|
||||||
|
}
|
||||||
9560
.obsidian/plugins/nldates-obsidian/main.js
vendored
Normal file
9560
.obsidian/plugins/nldates-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/nldates-obsidian/manifest.json
vendored
Normal file
10
.obsidian/plugins/nldates-obsidian/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "nldates-obsidian",
|
||||||
|
"name": "Natural Language Dates",
|
||||||
|
"description": "Create date-links based on natural language",
|
||||||
|
"version": "0.6.2",
|
||||||
|
"author": "Argentina Ortega Sainz",
|
||||||
|
"authorUrl": "https://argentinaos.com/",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"minAppVersion": "1.0.0"
|
||||||
|
}
|
||||||
@@ -1 +1,11 @@
|
|||||||
{"includeFirstLineAsNoteHeading":true,"excludeFirstLineInNote":false,"headingFormat":"#","newFileLocation":2,"customFolder":"zettelkasten","fileNamePrefix":"","transcludeByDefault":false,"noteLinkTemplate":"[[{{new_note_title}}]]","refactoredNoteTemplate":"---\nuuid: {{date:YYYYMMDDHHmmss}}\nalias: \ndates:\n created: {{date:YYYY-MM-DD}}T{{date:HH:mm:ss}}\n last-updated: {{date:YYYY-MM-DD}}T{{date:HH:mm:ss}}\ntags:\n---\n\n{{new_note_content}}\n\n---\n\n**🏷 Tags**: \n- ✨ POD: \n- 🤖 Mode: \n- 🗂 Type: \n- 🏁 Status: \n- 🔗 Location: \n- 🛰 Platform(s): \n- 👤 Creator(s): \n- 👍 Recommended By: \n- \n\n**🤝 Related Links**\n- [[{{title}}]]\n- \n"}
|
{
|
||||||
|
"includeFirstLineAsNoteHeading": true,
|
||||||
|
"excludeFirstLineInNote": false,
|
||||||
|
"headingFormat": "#",
|
||||||
|
"newFileLocation": 2,
|
||||||
|
"customFolder": "zettelkasten",
|
||||||
|
"fileNamePrefix": "",
|
||||||
|
"transcludeByDefault": false,
|
||||||
|
"noteLinkTemplate": "{{new_note_link}}",
|
||||||
|
"refactoredNoteTemplate": "---\nuuid: {{date:YYYYMMDDHHmmss}}\ndates:\n created: {{date:YYYY-MM-DD}}T{{date:HH:mm:ss}}\n last-modified: {{date:YYYY-MM-DD}}T{{date:HH:mm:ss}}\naliases:\n - \n---\n\n{{new_note_content}} \n\n---\n\n## 🏷️ Metadata\n\n- 🗂 Type:: #type/note\n- 🔮 Origin:: [[{{title}}]]"
|
||||||
|
}
|
||||||
15966
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
Normal file
15966
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
99
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
vendored
Normal file
99
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
vendored
Normal file
12
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-excalidraw-plugin",
|
||||||
|
"name": "Excalidraw",
|
||||||
|
"version": "2.0.17",
|
||||||
|
"minAppVersion": "1.1.6",
|
||||||
|
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||||
|
"author": "Zsolt Viczian",
|
||||||
|
"authorUrl": "https://zsolt.blog",
|
||||||
|
"fundingUrl": "https://ko-fi.com/zsolt",
|
||||||
|
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
1
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
22
.obsidian/plugins/obsidian-hotkeys-for-specific-files/data.json
vendored
Normal file
22
.obsidian/plugins/obsidian-hotkeys-for-specific-files/data.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"useMoment": false,
|
||||||
|
"file": "(000) Inbox.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"useMoment": false,
|
||||||
|
"file": "timeline/Yearly Notes/2022.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"useMoment": false,
|
||||||
|
"file": "zettelkasten/Build with Ben (Series).md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"useMoment": false,
|
||||||
|
"file": "zettelkasten/Productivity Power Hour (Series).md"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"useExistingPane": false,
|
||||||
|
"useHoverEditor": false
|
||||||
|
}
|
||||||
1929
.obsidian/plugins/obsidian-hotkeys-for-specific-files/main.js
vendored
Normal file
1929
.obsidian/plugins/obsidian-hotkeys-for-specific-files/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/obsidian-hotkeys-for-specific-files/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-hotkeys-for-specific-files/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-hotkeys-for-specific-files",
|
||||||
|
"name": "Hotkeys for specific files",
|
||||||
|
"version": "1.4.0",
|
||||||
|
"description": "Set hotkeys for specific files and open them just with your keyboard.",
|
||||||
|
"author": "Vinzent",
|
||||||
|
"authorUrl": "https://github.com/Vinzent03",
|
||||||
|
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"lineWidth": 40,
|
"lineWidth": 40,
|
||||||
"lineWidthWide": 50,
|
"lineWidthWide": 50,
|
||||||
"maxWidth": 88,
|
"maxWidth": 88,
|
||||||
"textNormal": 21,
|
"textNormal": 20,
|
||||||
"textSmall": 13,
|
"textSmall": 13,
|
||||||
"imgGrid": false,
|
"imgGrid": false,
|
||||||
"imgWidth": "img-default-width",
|
"imgWidth": "img-default-width",
|
||||||
@@ -17,20 +17,20 @@
|
|||||||
"iframeWidth": "iframe-default-width",
|
"iframeWidth": "iframe-default-width",
|
||||||
"mapWidth": "map-default-width",
|
"mapWidth": "map-default-width",
|
||||||
"chartWidth": "chart-default-width",
|
"chartWidth": "chart-default-width",
|
||||||
"colorfulHeadings": true,
|
"colorfulHeadings": false,
|
||||||
"colorfulFrame": true,
|
"colorfulFrame": false,
|
||||||
"colorfulActiveStates": true,
|
"colorfulActiveStates": false,
|
||||||
"trimNames": true,
|
"trimNames": true,
|
||||||
"labeledNav": true,
|
"labeledNav": false,
|
||||||
"fullWidthMedia": true,
|
"fullWidthMedia": true,
|
||||||
"bordersToggle": true,
|
"bordersToggle": true,
|
||||||
"minimalStatus": true,
|
"minimalStatus": true,
|
||||||
"focusMode": false,
|
"focusMode": false,
|
||||||
"underlineInternal": true,
|
"underlineInternal": true,
|
||||||
"underlineExternal": true,
|
"underlineExternal": true,
|
||||||
"useSystemTheme": true,
|
"useSystemTheme": false,
|
||||||
"folding": true,
|
"folding": true,
|
||||||
"lineNumbers": true,
|
"lineNumbers": false,
|
||||||
"readableLineLength": true,
|
"readableLineLength": true,
|
||||||
"devBlockWidth": false
|
"devBlockWidth": false
|
||||||
}
|
}
|
||||||
23
.obsidian/plugins/obsidian-omnivore/data.json
vendored
Normal file
23
.obsidian/plugins/obsidian-omnivore/data.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"dateHighlightedFormat": "yyyy-MM-dd HH:mm:ss",
|
||||||
|
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
|
||||||
|
"apiKey": "8fb3724c-ad8c-4728-9a6f-9d81c90b0302",
|
||||||
|
"filter": "ALL",
|
||||||
|
"syncAt": "2023-06-21T13:42:18",
|
||||||
|
"customQuery": "",
|
||||||
|
"template": "# {{{title}}} by {{{author}}}\n\n[Read on Omnivore]({{{omnivoreUrl}}})\n[Read Original]({{{originalUrl}}})\n\n{{#highlights.length}}\n## Highlights\n\n{{#highlights}}\n> {{{text}}} [⤴️]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}} ^{{{highlightID}}}\n{{#note}}\n\n{{{note}}}\n{{/note}}\n\n{{/highlights}}\n{{/highlights.length}}\n\nCreator:: {{author}}",
|
||||||
|
"highlightOrder": "LOCATION",
|
||||||
|
"syncing": false,
|
||||||
|
"folder": "Omnivore/{{{date}}}",
|
||||||
|
"folderDateFormat": "yyyy-MM-dd",
|
||||||
|
"endpoint": "https://api-prod.omnivore.app/api/graphql",
|
||||||
|
"filename": "{{{title}}} by {{{dateSaved}}}",
|
||||||
|
"filenameDateFormat": "yyyy-MM-dd",
|
||||||
|
"attachmentFolder": "Omnivore/attachments",
|
||||||
|
"version": "1.9.1",
|
||||||
|
"isSingleFile": false,
|
||||||
|
"frequency": 0,
|
||||||
|
"intervalId": 0,
|
||||||
|
"frontMatterVariables": [],
|
||||||
|
"frontMatterTemplate": ""
|
||||||
|
}
|
||||||
14626
.obsidian/plugins/obsidian-omnivore/main.js
vendored
Normal file
14626
.obsidian/plugins/obsidian-omnivore/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/obsidian-omnivore/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-omnivore/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-omnivore",
|
||||||
|
"name": "Omnivore",
|
||||||
|
"version": "1.9.1",
|
||||||
|
"minAppVersion": "0.15.0",
|
||||||
|
"description": "This is an Omnivore plugin for Obsidian.",
|
||||||
|
"author": "Omnivore",
|
||||||
|
"authorUrl": "https://github.com/omnivore-app",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
21
.obsidian/plugins/obsidian-omnivore/styles.css
vendored
Normal file
21
.obsidian/plugins/obsidian-omnivore/styles.css
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
/* Style the button that is used to open and close the collapsible content */
|
||||||
|
.omnivore-collapsible {
|
||||||
|
cursor: pointer;
|
||||||
|
border-bottom: outset;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Style the collapsible content. Note: hidden by default */
|
||||||
|
.omnivore-content {
|
||||||
|
max-height: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
transition: max-height 0.2s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.omnivore-collapsible:after {
|
||||||
|
content: "\02795"; /* Unicode character for "plus" sign (+) */
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.omnivore-active:after {
|
||||||
|
content: "\2796"; /* Unicode character for "minus" sign (-) */
|
||||||
|
}
|
||||||
283
.obsidian/plugins/obsidian-projects/data.json
vendored
Normal file
283
.obsidian/plugins/obsidian-projects/data.json
vendored
Normal file
@@ -0,0 +1,283 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"projects": [
|
||||||
|
{
|
||||||
|
"fieldConfig": {
|
||||||
|
"status": {
|
||||||
|
"options": [
|
||||||
|
"Backlog",
|
||||||
|
"In Progress",
|
||||||
|
"Done"
|
||||||
|
],
|
||||||
|
"richText": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"defaultName": "",
|
||||||
|
"templates": [
|
||||||
|
"templates/New Project (Page Template).md"
|
||||||
|
],
|
||||||
|
"excludedNotes": [],
|
||||||
|
"isDefault": false,
|
||||||
|
"dataSource": {
|
||||||
|
"kind": "folder",
|
||||||
|
"config": {
|
||||||
|
"path": "Projects - Demo Project",
|
||||||
|
"recursive": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"newNotesFolder": "",
|
||||||
|
"views": [
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"fieldConfig": {
|
||||||
|
"name": {
|
||||||
|
"width": 383
|
||||||
|
},
|
||||||
|
"path": {
|
||||||
|
"hide": false
|
||||||
|
},
|
||||||
|
"image": {
|
||||||
|
"hide": true
|
||||||
|
},
|
||||||
|
"tags": {
|
||||||
|
"hide": true
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"hide": true
|
||||||
|
},
|
||||||
|
"published": {
|
||||||
|
"hide": true
|
||||||
|
},
|
||||||
|
"dates": {
|
||||||
|
"hide": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"orderFields": [
|
||||||
|
"name",
|
||||||
|
"aliases",
|
||||||
|
"dates",
|
||||||
|
"due",
|
||||||
|
"uuid",
|
||||||
|
"weight"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"color": "#ff8080",
|
||||||
|
"condition": {
|
||||||
|
"field": "published",
|
||||||
|
"operator": "is-not-checked",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#80ff9f",
|
||||||
|
"condition": {
|
||||||
|
"field": "published",
|
||||||
|
"operator": "is-checked",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sort": {
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"name": "Table",
|
||||||
|
"id": "62fbfd17-5d45-4c73-b64d-7d50abb5e3cf",
|
||||||
|
"type": "table"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"groupByField": "status",
|
||||||
|
"priorityField": "weight"
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"sort": {
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"name": "Board",
|
||||||
|
"id": "21394a4e-1545-46a5-82de-e8ecda1063b0",
|
||||||
|
"type": "board"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"interval": "month",
|
||||||
|
"dateField": "due",
|
||||||
|
"checkField": "published"
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"sort": {
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"name": "Calendar",
|
||||||
|
"id": "ee181499-1b98-4a67-836c-ed12a5b06982",
|
||||||
|
"type": "calendar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"coverField": "image",
|
||||||
|
"includeFields": [
|
||||||
|
"due",
|
||||||
|
"path"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"sort": {
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"name": "Gallery",
|
||||||
|
"id": "acbcb4bf-3104-4f63-809b-6c9a5cc8e9e2",
|
||||||
|
"type": "gallery"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "Demo project",
|
||||||
|
"id": "dea3f046-8ff6-497a-aebf-bf639b4b8878",
|
||||||
|
"path": "Projects - Demo Project"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldConfig": {
|
||||||
|
"Status": {}
|
||||||
|
},
|
||||||
|
"defaultName": "",
|
||||||
|
"templates": [],
|
||||||
|
"excludedNotes": [],
|
||||||
|
"isDefault": false,
|
||||||
|
"dataSource": {
|
||||||
|
"kind": "dataview",
|
||||||
|
"config": {
|
||||||
|
"query": "TABLE status as \"Status\", roadmap as \"Roadmap\"\nFROM #type/new-project"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"newNotesFolder": "",
|
||||||
|
"views": [
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"fieldConfig": {
|
||||||
|
"Status": {
|
||||||
|
"width": 194
|
||||||
|
},
|
||||||
|
"Roadmap": {
|
||||||
|
"width": 262
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"sort": {
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"id": "63b2f486-f4dd-455b-babd-8c7564ef4eab",
|
||||||
|
"name": "Table",
|
||||||
|
"type": "table"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "7c4ba3c8-cf2f-4c94-b63e-a8fc0ccdbf92",
|
||||||
|
"name": "Dataview"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldConfig": {},
|
||||||
|
"defaultName": "",
|
||||||
|
"templates": [],
|
||||||
|
"excludedNotes": [],
|
||||||
|
"isDefault": true,
|
||||||
|
"dataSource": {
|
||||||
|
"kind": "dataview",
|
||||||
|
"config": {
|
||||||
|
"query": "TABLE \n status as \"Status\",\n due as \"Due Date\"\nFROM #new-project"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"newNotesFolder": "",
|
||||||
|
"views": [
|
||||||
|
{
|
||||||
|
"config": {},
|
||||||
|
"filter": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"sort": {
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"id": "6a44ec36-0797-4f8d-9a56-d16f72a19c8f",
|
||||||
|
"name": "Table",
|
||||||
|
"type": "table"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "d20a02ce-9a1e-43ea-b7dc-2b701c72e46d",
|
||||||
|
"name": "Folder Dataview Combo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldConfig": {},
|
||||||
|
"defaultName": "",
|
||||||
|
"templates": [],
|
||||||
|
"excludedNotes": [],
|
||||||
|
"isDefault": false,
|
||||||
|
"dataSource": {
|
||||||
|
"kind": "dataview",
|
||||||
|
"config": {
|
||||||
|
"query": "TABLE status as Status\nFROM #type/content AND [[Obsidian Office Hours (Series)]]"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"newNotesFolder": "",
|
||||||
|
"views": [
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"fieldConfig": {
|
||||||
|
"File": {
|
||||||
|
"width": 641
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"conditions": []
|
||||||
|
},
|
||||||
|
"sort": {
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"id": "b2418816-8240-4dbf-863e-70a69a8f9d6d",
|
||||||
|
"name": "Table",
|
||||||
|
"type": "table"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "6b7ec4f1-d103-473c-bc91-a8064074ebcf",
|
||||||
|
"name": "Obsidian Office Hours"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"archives": [],
|
||||||
|
"preferences": {
|
||||||
|
"projectSizeLimit": 1000,
|
||||||
|
"frontmatter": {
|
||||||
|
"quoteStrings": "PLAIN"
|
||||||
|
},
|
||||||
|
"commands": [],
|
||||||
|
"linkBehavior": "open-editor"
|
||||||
|
}
|
||||||
|
}
|
||||||
83825
.obsidian/plugins/obsidian-projects/main.js
vendored
Normal file
83825
.obsidian/plugins/obsidian-projects/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-projects/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-projects/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-projects",
|
||||||
|
"name": "Projects",
|
||||||
|
"version": "1.17.1",
|
||||||
|
"minAppVersion": "1.0.0",
|
||||||
|
"description": "Plain text project planning.",
|
||||||
|
"author": "Marcus Olsson",
|
||||||
|
"authorUrl": "https://marcus.se.net",
|
||||||
|
"fundingUrl": "https://www.buymeacoffee.com/marcusolsson",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
80
.obsidian/plugins/obsidian-projects/styles.css
vendored
Normal file
80
.obsidian/plugins/obsidian-projects/styles.css
vendored
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
.projects--board {
|
||||||
|
display: grid;
|
||||||
|
column-gap: 8px;
|
||||||
|
align-items: flex-start;
|
||||||
|
margin: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--board--column {
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
border-radius: var(--radius-m);
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
display: flex;
|
||||||
|
gap: var(--size-4-2);
|
||||||
|
flex-direction: column;
|
||||||
|
padding: var(--size-4-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--board--card {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
padding: var(--size-4-2);
|
||||||
|
}
|
||||||
|
.projects--board--card:hover {
|
||||||
|
border: 1px solid var(--background-modifier-border-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--board--card-list {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: var(--size-4-2);
|
||||||
|
min-height: 35px;
|
||||||
|
transition: all 150ms ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--gallery--grid {
|
||||||
|
display: grid;
|
||||||
|
gap: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--gallery--card {
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.projects--gallery--card:hover {
|
||||||
|
border: 1px solid var(--background-modifier-border-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--gallery--card__body {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--gallery--card__media {
|
||||||
|
height: 180px;
|
||||||
|
border-top-left-radius: var(--radius-s);
|
||||||
|
border-top-right-radius: var(--radius-s);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
.projects--gallery--card__media img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
border-top-left-radius: var(--radius-s);
|
||||||
|
border-top-right-radius: var(--radius-s);
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-leaf-content[data-type=obsidian-projects] .view-content {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sortable-drag {
|
||||||
|
opacity: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*# sourceMappingURL=styles.css.map */
|
||||||
@@ -10,9 +10,6 @@
|
|||||||
"default-light": "#007AFF",
|
"default-light": "#007AFF",
|
||||||
"default-dark": "#2DB253"
|
"default-dark": "#2DB253"
|
||||||
},
|
},
|
||||||
"minimal-style@@metadata-heading-off": true,
|
|
||||||
"minimal-style@@metadata-add-property-off": false,
|
|
||||||
"minimal-style@@metadata-dividers": false,
|
|
||||||
"minimal-style@@h1-size": "3.052rem",
|
"minimal-style@@h1-size": "3.052rem",
|
||||||
"minimal-style@@h2-size": "2.441rem",
|
"minimal-style@@h2-size": "2.441rem",
|
||||||
"minimal-style@@h3-size": "1.953rem",
|
"minimal-style@@h3-size": "1.953rem",
|
||||||
@@ -21,7 +18,6 @@
|
|||||||
"minimal-style@@h6-size": "1rem",
|
"minimal-style@@h6-size": "1rem",
|
||||||
"minimal-style@@code-size": "16px",
|
"minimal-style@@code-size": "16px",
|
||||||
"minimal-style@@file-header-font-size": "1rem",
|
"minimal-style@@file-header-font-size": "1rem",
|
||||||
"minimal-style@@h1-font": "Rubik, 'Avenir Next', Helvetica, Arial, sans-serif",
|
|
||||||
"minimal-style@@h2-font": "Rubik, 'Avenir Next', Helvetica, Arial, sans-serif",
|
"minimal-style@@h2-font": "Rubik, 'Avenir Next', Helvetica, Arial, sans-serif",
|
||||||
"minimal-style@@h4-font": "Rubik, 'Avenir Next', Helvetica, Arial, sans-serif",
|
"minimal-style@@h4-font": "Rubik, 'Avenir Next', Helvetica, Arial, sans-serif",
|
||||||
"minimal-style@@h3-font": "Rubik, 'Avenir Next', Helvetica, Arial, sans-serif",
|
"minimal-style@@h3-font": "Rubik, 'Avenir Next', Helvetica, Arial, sans-serif",
|
||||||
@@ -40,5 +36,9 @@
|
|||||||
"minimal-style@@bg2@@dark": "#011C32",
|
"minimal-style@@bg2@@dark": "#011C32",
|
||||||
"minimal-style@@frame-background@@dark": "#011C32",
|
"minimal-style@@frame-background@@dark": "#011C32",
|
||||||
"minimal-style@@minimal-tab-text-color@@dark": "#CCCCCC",
|
"minimal-style@@minimal-tab-text-color@@dark": "#CCCCCC",
|
||||||
"minimal-style@@bold-color@@dark": "#50FA7B"
|
"minimal-style@@bold-color@@dark": "#50FA7B",
|
||||||
|
"minimal-style@@metadata-heading-off": true,
|
||||||
|
"minimal-style@@metadata-add-property-off": false,
|
||||||
|
"minimal-style@@metadata-dividers": false,
|
||||||
|
"minimal-style@@h1-font": "Rubik, 'Avenir Next', Helvetica, Arial, sans-serif"
|
||||||
}
|
}
|
||||||
227
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
Normal file
227
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
Normal file
@@ -0,0 +1,227 @@
|
|||||||
|
{
|
||||||
|
"globalQuery": "tags does not include dot/objective",
|
||||||
|
"globalFilter": "",
|
||||||
|
"removeGlobalFilter": false,
|
||||||
|
"taskFormat": "tasksPluginEmoji",
|
||||||
|
"setCreatedDate": false,
|
||||||
|
"setDoneDate": true,
|
||||||
|
"setCancelledDate": true,
|
||||||
|
"autoSuggestInEditor": false,
|
||||||
|
"autoSuggestMinMatch": 0,
|
||||||
|
"autoSuggestMaxItems": 6,
|
||||||
|
"provideAccessKeys": true,
|
||||||
|
"useFilenameAsScheduledDate": false,
|
||||||
|
"filenameAsDateFolders": [],
|
||||||
|
"recurrenceOnNextLine": false,
|
||||||
|
"statusSettings": {
|
||||||
|
"coreStatuses": [
|
||||||
|
{
|
||||||
|
"symbol": " ",
|
||||||
|
"name": "Todo",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "x",
|
||||||
|
"name": "Done",
|
||||||
|
"nextStatusSymbol": " ",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "DONE"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"customStatuses": [
|
||||||
|
{
|
||||||
|
"symbol": "/",
|
||||||
|
"name": "In Progress",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "IN_PROGRESS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "-",
|
||||||
|
"name": "Cancelled",
|
||||||
|
"nextStatusSymbol": " ",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "CANCELLED"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": " ",
|
||||||
|
"name": "to-do",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "/",
|
||||||
|
"name": "incomplete",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "IN_PROGRESS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "x",
|
||||||
|
"name": "done",
|
||||||
|
"nextStatusSymbol": " ",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "DONE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "-",
|
||||||
|
"name": "canceled",
|
||||||
|
"nextStatusSymbol": " ",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "CANCELLED"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": ">",
|
||||||
|
"name": "forwarded",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "<",
|
||||||
|
"name": "scheduled",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "IN_PROGRESS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "?",
|
||||||
|
"name": "question",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "!",
|
||||||
|
"name": "important",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "*",
|
||||||
|
"name": "star",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "\"",
|
||||||
|
"name": "quote",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "l",
|
||||||
|
"name": "location",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "b",
|
||||||
|
"name": "bookmark",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "i",
|
||||||
|
"name": "information",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "S",
|
||||||
|
"name": "savings",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "I",
|
||||||
|
"name": "idea",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "p",
|
||||||
|
"name": "pros",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "c",
|
||||||
|
"name": "cons",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "f",
|
||||||
|
"name": "fire",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "k",
|
||||||
|
"name": "key",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "w",
|
||||||
|
"name": "win",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "u",
|
||||||
|
"name": "up",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "d",
|
||||||
|
"name": "down",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"features": {
|
||||||
|
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
|
||||||
|
},
|
||||||
|
"generalSettings": {},
|
||||||
|
"headingOpened": {
|
||||||
|
"Core Statuses": true,
|
||||||
|
"Custom Statuses": true
|
||||||
|
},
|
||||||
|
"debugSettings": {
|
||||||
|
"ignoreSortInstructions": false,
|
||||||
|
"showTaskHiddenData": false
|
||||||
|
},
|
||||||
|
"loggingOptions": {
|
||||||
|
"minLevels": {
|
||||||
|
"": "info",
|
||||||
|
"tasks": "info",
|
||||||
|
"tasks.Cache": "info",
|
||||||
|
"tasks.Events": "info",
|
||||||
|
"tasks.File": "info",
|
||||||
|
"tasks.Query": "info",
|
||||||
|
"tasks.Task": "info"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
348
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
348
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
12
.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-tasks-plugin",
|
||||||
|
"name": "Tasks",
|
||||||
|
"version": "5.6.0",
|
||||||
|
"minAppVersion": "1.1.1",
|
||||||
|
"description": "Task management for Obsidian",
|
||||||
|
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||||
|
"author": "Martin Schenck and Clare Macrae",
|
||||||
|
"authorUrl": "https://github.com/obsidian-tasks-group",
|
||||||
|
"fundingUrl": "https://github.com/sponsors/claremacrae",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
368
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
368
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
@@ -0,0 +1,368 @@
|
|||||||
|
:root {
|
||||||
|
--tasks-details-icon: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z'/></svg>");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fix indentation of wrapped task lines in Tasks search results, when in Live Preview. */
|
||||||
|
ul.contains-task-list .task-list-item-checkbox {
|
||||||
|
margin-inline-start: calc(var(--checkbox-size) * -1.5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plugin-tasks-query-explanation{
|
||||||
|
/* Prevent long explanation lines wrapping, so they are more readable,
|
||||||
|
especially on small screens.
|
||||||
|
|
||||||
|
A horizontal scroll bar will be displayed, if the explanation
|
||||||
|
is too wide to fit.
|
||||||
|
*/
|
||||||
|
--code-white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-count {
|
||||||
|
color: var(--text-faint);
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tooltip pop up above the description in short mode */
|
||||||
|
.tooltip.pop-up {
|
||||||
|
animation: pop-up-animation 200ms forwards ease-in-out;
|
||||||
|
}
|
||||||
|
@keyframes pop-up-animation {
|
||||||
|
0% {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-100%) scale(1);
|
||||||
|
}
|
||||||
|
20% {
|
||||||
|
opacity: 0.7;
|
||||||
|
transform: translateY(-100%) scale(1.02);
|
||||||
|
}
|
||||||
|
40% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(-100%) scale(1.05);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(-100%) scale(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Pencil icon. */
|
||||||
|
.tasks-edit {
|
||||||
|
background-color: var(--text-faint);
|
||||||
|
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%221em%22%20height%3D%221em%22%20style%3D%22-ms-transform%3A%20rotate(360deg)%3B%20-webkit-transform%3A%20rotate(360deg)%3B%20transform%3A%20rotate(360deg)%3B%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%201536%201536%22%3E%3Cpath%20d%3D%22M363%201408l91-91l-235-235l-91%2091v107h128v128h107zm523-928q0-22-22-22q-10%200-17%207l-542%20542q-7%207-7%2017q0%2022%2022%2022q10%200%2017-7l542-542q7-7%207-17zm-54-192l416%20416l-832%20832H0v-416zm683%2096q0%2053-37%2090l-166%20166l-416-416l166-165q36-38%2090-38q53%200%2091%2038l235%20234q37%2039%2037%2091z%22%20fill%3D%22%23626262%22%2F%3E%3C%2Fsvg%3E");
|
||||||
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%221em%22%20height%3D%221em%22%20style%3D%22-ms-transform%3A%20rotate(360deg)%3B%20-webkit-transform%3A%20rotate(360deg)%3B%20transform%3A%20rotate(360deg)%3B%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%201536%201536%22%3E%3Cpath%20d%3D%22M363%201408l91-91l-235-235l-91%2091v107h128v128h107zm523-928q0-22-22-22q-10%200-17%207l-542%20542q-7%207-7%2017q0%2022%2022%2022q10%200%2017-7l542-542q7-7%207-17zm-54-192l416%20416l-832%20832H0v-416zm683%2096q0%2053-37%2090l-166%20166l-416-416l166-165q36-38%2090-38q53%200%2091%2038l235%20234q37%2039%2037%2091z%22%20fill%3D%22%23626262%22%2F%3E%3C%2Fsvg%3E");
|
||||||
|
mask-size: contain;
|
||||||
|
-webkit-mask-size: contain;
|
||||||
|
display: inline-block;
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-left: 0.5em;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Urgency score */
|
||||||
|
.tasks-urgency {
|
||||||
|
font-size: var(--font-ui-smaller);
|
||||||
|
font-family: var(--font-interface);
|
||||||
|
padding: 2px 6px;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
color: var(--text-normal);
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
margin-left: 0.5em;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.internal-link.internal-link-short-mode {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Postpone icon. */
|
||||||
|
.tasks-postpone {
|
||||||
|
background-color: transparent;
|
||||||
|
padding: 0;
|
||||||
|
font-size: var(--font-text-size);
|
||||||
|
background-color: transparent;
|
||||||
|
display: contents;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-list-text {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-list-text .tooltip {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide tags that Obsidian recognises, if `hide tags` instruction was used. */
|
||||||
|
.tasks-layout-hide-tags .task-description a.tag {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Workaround for issue #2073: Enabling the plugin causes blockIds to be not hidden in reading view
|
||||||
|
https://github.com/obsidian-tasks-group/obsidian-tasks/issues/2073 */
|
||||||
|
.task-list-item .task-block-link{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-setting-important {
|
||||||
|
color: red;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**------------------------------------------------------------------------
|
||||||
|
** MODAL
|
||||||
|
*------------------------------------------------------------------------**/
|
||||||
|
|
||||||
|
.tasks-modal-section + .tasks-modal-section {
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-section label {
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-section label > span {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal .with-accesskeys .accesskey-first::first-letter,
|
||||||
|
.tasks-modal .with-accesskeys .accesskey {
|
||||||
|
text-decoration: underline;
|
||||||
|
text-underline-offset: 1pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-buttons {
|
||||||
|
position: sticky;
|
||||||
|
bottom: 0;
|
||||||
|
background-color: var(--modal-background);
|
||||||
|
padding-bottom: 16px;
|
||||||
|
padding-top: 16px;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 3fr 1fr;
|
||||||
|
column-gap: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal label + input[type="checkbox"] {
|
||||||
|
margin-left: 0.67em;
|
||||||
|
top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal input[type="text"] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal textarea {
|
||||||
|
width: 100%;
|
||||||
|
min-height: calc(var(--input-height) * 2);
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-priorities {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 4em 8em 8em 8em;
|
||||||
|
grid-column-gap: 1.33em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-priorities span {
|
||||||
|
line-height: 1.41;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-priorities label {
|
||||||
|
border-radius: var(--input-radius);
|
||||||
|
padding: 2px 3px;
|
||||||
|
grid-column: 1;
|
||||||
|
grid-row-start: 1;
|
||||||
|
grid-row-end: 7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-priorities input:focus + label {
|
||||||
|
box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
|
||||||
|
border-color: var(--background-modifier-border-focus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-priorities input:checked + label > span {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-priorities input:not(:checked) + label > span:nth-child(4) {
|
||||||
|
filter: grayscale(100%) opacity(60%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-dates {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 5.5em auto;
|
||||||
|
column-gap: .5em;
|
||||||
|
row-gap: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-dates > label {
|
||||||
|
grid-column: 1;
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-dates > input, .tasks-modal-dates > code {
|
||||||
|
grid-column: 2;
|
||||||
|
align-items: stretch;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-dates > code {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-dates > div {
|
||||||
|
grid-column-start: 1;
|
||||||
|
grid-column-end: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-status {
|
||||||
|
padding-bottom: 6px;
|
||||||
|
margin-bottom: -16px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-error {
|
||||||
|
border: 1px solid red !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal-warning {
|
||||||
|
color: var(--text-warning) !important;
|
||||||
|
background-color: rgba(var(--background-modifier-warning-rgb), 0.2) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-modal button:disabled {
|
||||||
|
pointer-events: none !important;
|
||||||
|
opacity: 0.3 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 649px) {
|
||||||
|
.tasks-modal-priorities {
|
||||||
|
grid-template-columns: 4em 7.5em 5em;
|
||||||
|
margin-bottom: -10px;
|
||||||
|
}
|
||||||
|
.tasks-modal-priorities > label {
|
||||||
|
grid-row: 1 / span 7;
|
||||||
|
}
|
||||||
|
.tasks-modal-dates {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
.tasks-modal-dates > label {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.tasks-modal-dates > input, .tasks-modal-dates > code {
|
||||||
|
grid-column: 1;
|
||||||
|
}
|
||||||
|
.tasks-modal-dates > div {
|
||||||
|
grid-column-end: 1;
|
||||||
|
}
|
||||||
|
.tasks-modal-status {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 399px) {
|
||||||
|
.tasks-modal-priorities {
|
||||||
|
grid-template-columns: 4em auto;
|
||||||
|
}
|
||||||
|
.tasks-modal-priorities > label {
|
||||||
|
grid-row: 1 / span 7;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 259px) {
|
||||||
|
.tasks-modal-priorities {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
.tasks-modal-priorities > label {
|
||||||
|
grid-row: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**------------------------------------------------------------------------
|
||||||
|
** SETTINGS
|
||||||
|
*------------------------------------------------------------------------**/
|
||||||
|
|
||||||
|
.tasks-settings-is-invalid {
|
||||||
|
/* Dark red text on pale background*/
|
||||||
|
color: var(--text-error) !important;
|
||||||
|
background-color: rgba(var(--background-modifier-error-rgb), 0.2) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.tasks-settings .additional {
|
||||||
|
margin: 6px 12px;
|
||||||
|
}
|
||||||
|
.tasks-settings .additional > .setting-item {
|
||||||
|
border-top: 0;
|
||||||
|
padding-top: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.tasks-settings details > summary {
|
||||||
|
outline: none;
|
||||||
|
display: block !important;
|
||||||
|
list-style: none !important;
|
||||||
|
list-style-type: none !important;
|
||||||
|
min-height: 1rem;
|
||||||
|
border-top-left-radius: 0.1rem;
|
||||||
|
border-top-right-radius: 0.1rem;
|
||||||
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-settings details > summary::-webkit-details-marker,
|
||||||
|
.tasks-settings details > summary::marker {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-settings details > summary > .collapser {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
right: 8px;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-settings details > summary > .collapser > .handle {
|
||||||
|
transform: rotate(0deg);
|
||||||
|
transition: transform 0.25s;
|
||||||
|
background-color: currentColor;
|
||||||
|
-webkit-mask-repeat: no-repeat;
|
||||||
|
mask-repeat: no-repeat;
|
||||||
|
-webkit-mask-size: contain;
|
||||||
|
mask-size: contain;
|
||||||
|
-webkit-mask-image: var(--tasks-details-icon);
|
||||||
|
mask-image: var(--tasks-details-icon);
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-settings details[open] > summary > .collapser > .handle {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-nested-settings .setting-item {
|
||||||
|
border: 0px;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
.tasks-nested-settings {
|
||||||
|
padding-bottom: 18px;
|
||||||
|
}
|
||||||
|
.tasks-nested-settings[open] .setting-item-heading,
|
||||||
|
.tasks-nested-settings:not(details) .setting-item-heading {
|
||||||
|
border-top: 0px;
|
||||||
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasks-settings .row-for-status {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
16
.obsidian/plugins/periodic-notes/data.json
vendored
16
.obsidian/plugins/periodic-notes/data.json
vendored
@@ -1,11 +1,10 @@
|
|||||||
{
|
{
|
||||||
"showGettingStartedBanner": false,
|
"showGettingStartedBanner": false,
|
||||||
"hasMigratedDailyNoteSettings": false,
|
"hasMigratedDailyNoteSettings": true,
|
||||||
"hasMigratedWeeklyNoteSettings": true,
|
"hasMigratedWeeklyNoteSettings": true,
|
||||||
"daily": {
|
"daily": {
|
||||||
"format": "",
|
|
||||||
"template": "templates/Daily Note (Template).md",
|
|
||||||
"folder": "timeline/Daily Notes",
|
"folder": "timeline/Daily Notes",
|
||||||
|
"template": "templates/Daily Note (Page Template).md",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"weekly": {
|
"weekly": {
|
||||||
@@ -16,17 +15,20 @@
|
|||||||
},
|
},
|
||||||
"monthly": {
|
"monthly": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"template": "",
|
"template": "templates/Monthly Note (Page Template).md",
|
||||||
"folder": ""
|
"folder": "timeline/Monthly Notes",
|
||||||
|
"enabled": true
|
||||||
},
|
},
|
||||||
"quarterly": {
|
"quarterly": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"template": "",
|
"template": "",
|
||||||
"folder": ""
|
"folder": "",
|
||||||
|
"enabled": true
|
||||||
},
|
},
|
||||||
"yearly": {
|
"yearly": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"template": "",
|
"template": "",
|
||||||
"folder": ""
|
"folder": "",
|
||||||
|
"enabled": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
1143
.obsidian/plugins/plugin-changelogs/main.js
vendored
Normal file
1143
.obsidian/plugins/plugin-changelogs/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/plugin-changelogs/manifest.json
vendored
Normal file
10
.obsidian/plugins/plugin-changelogs/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "plugin-changelogs",
|
||||||
|
"name": "Plugin Changelogs",
|
||||||
|
"version": "1.3.0",
|
||||||
|
"minAppVersion": "0.12.11",
|
||||||
|
"description": "Read Plugin Changelogs inside Obsidian",
|
||||||
|
"author": "phibr0",
|
||||||
|
"authorUrl": "https://github.com/phibr0",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
3
.obsidian/plugins/plugin-changelogs/styles.css
vendored
Normal file
3
.obsidian/plugins/plugin-changelogs/styles.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
body.theme-dark .github-btn > svg {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
172
.obsidian/plugins/readwise-official/data (Benjamin Hong's conflicted copy 2021-11-01).json
vendored
Normal file
172
.obsidian/plugins/readwise-official/data (Benjamin Hong's conflicted copy 2021-11-01).json
vendored
Normal file
@@ -0,0 +1,172 @@
|
|||||||
|
{
|
||||||
|
"token": "4WzEf3uNKwl9j0SPViOCiuaP9bNckOcGuJuj4vKqcLQ4MtLvJb",
|
||||||
|
"obsidianToken": "gmhnmoo6gja",
|
||||||
|
"readwiseDir": "zettelkasten",
|
||||||
|
"frequency": "720",
|
||||||
|
"triggerOnLoad": true,
|
||||||
|
"silentRun": true,
|
||||||
|
"isSyncing": false,
|
||||||
|
"lastSyncFailed": true,
|
||||||
|
"lastSavedStatusID": 2104168,
|
||||||
|
"currentSyncStatusID": 2124048,
|
||||||
|
"refreshBooks": true,
|
||||||
|
"booksToRefresh": [],
|
||||||
|
"booksIDsMap": {
|
||||||
|
"Readwise/The Happiness Advantage.md": "10866240",
|
||||||
|
"Readwise/Do Nothing by Celeste Headlee.md": "10528532",
|
||||||
|
"Readwise/Berkshire Hathaway Part I.md": "9516025",
|
||||||
|
"Readwise/Berkshire Hathaway Part II.md": "9594145",
|
||||||
|
"Readwise/Do Nothing.md": "10528532",
|
||||||
|
"Readwise/Dungeon Crawler Carl.md": "11228428",
|
||||||
|
"Readwise/Carl's Doomsday Scenario.md": "11248036",
|
||||||
|
"Readwise/Michael Mauboussin Master Class — Moats, Skill, Luck, Decision Making and a Whole Lot More.md": "11451825",
|
||||||
|
"zettelkasten/Unsouled.md": "11492683",
|
||||||
|
"zettelkasten/Blackjack by John Bukofsky.md": "5324066",
|
||||||
|
"zettelkasten/The Simple Dollar by Trent A. Hamm.md": "5324065",
|
||||||
|
"zettelkasten/Information Architecture for the World Wide Web by Peter Morville and Louis Rosenfeld.md": "5324064",
|
||||||
|
"zettelkasten/Culture and Psychology by David Matsumoto and Linda Juang.md": "5324060",
|
||||||
|
"zettelkasten/Critical Thinking by Richard Paul and Linda Elder.md": "5324058",
|
||||||
|
"zettelkasten/Continuous Delivery by Jez Humble, David Farley.md": "5324055",
|
||||||
|
"zettelkasten/Don't Make Me Think by Steve Krug.md": "5324053",
|
||||||
|
"zettelkasten/Steve Jobs by Walter Isaacson.md": "5324051",
|
||||||
|
"zettelkasten/The Start-Up of You by Reid Hoffman and Ben Casnocha.md": "5324050",
|
||||||
|
"zettelkasten/Becoming Steve Jobs by Brent Schlender, Rick Tetzeli, and Marc Andreessen.md": "5324048",
|
||||||
|
"zettelkasten/Programming in Objective-C by Stephen G. Kochan.md": "5324046",
|
||||||
|
"zettelkasten/They Say I Say by Gerald Graff and Cathy Birkenstein.md": "5324043",
|
||||||
|
"zettelkasten/Running Lean by Ash Maurya.md": "5324040",
|
||||||
|
"zettelkasten/A Game of Thrones by George R. R. Martin.md": "5324039",
|
||||||
|
"zettelkasten/Undercover User Experience Design by Cennydd Bowles and James Box.md": "5324038",
|
||||||
|
"zettelkasten/Game Theory by Morton D. Davis.md": "5324036",
|
||||||
|
"zettelkasten/Getting Everything You Can Out of All You've Got by Jay Abraham.md": "5324033",
|
||||||
|
"zettelkasten/The Curious Incident of the Dog in the Night-Time by Mark Haddon.md": "5324031",
|
||||||
|
"zettelkasten/The Night Circus by Erin Morgenstern.md": "5324029",
|
||||||
|
"zettelkasten/You Need a Budget by Jesse Mecham .md": "5324028",
|
||||||
|
"zettelkasten/The Brief Wondrous Life of Oscar Wao by Junot Diaz.md": "5324027",
|
||||||
|
"zettelkasten/Artemis by Andy Weir .md": "5324026",
|
||||||
|
"zettelkasten/Quiet by Susan Cain.md": "5324024",
|
||||||
|
"zettelkasten/Red Rising by Pierce Brown.md": "5324023",
|
||||||
|
"zettelkasten/Modern Romance by Aziz Ansari, Eric Klinenberg.md": "5324022",
|
||||||
|
"zettelkasten/Design for Hackers by David Kadavy.md": "5324021",
|
||||||
|
"zettelkasten/Learning Agile by Andrew Stellman and Jennifer Greene.md": "5324020",
|
||||||
|
"zettelkasten/Little Fires Everywhere by Celeste Ng .md": "5324018",
|
||||||
|
"zettelkasten/Spark Joy by Marie Kondo.md": "5324017",
|
||||||
|
"zettelkasten/A Wrinkle in Time by Madeleine L'Engle.md": "5324016",
|
||||||
|
"zettelkasten/The Subtle Art of Not Giving a Fck by Mark Manson.md": "5324015",
|
||||||
|
"zettelkasten/The 4-Hour Workweek by Timothy Ferriss.md": "5324014",
|
||||||
|
"zettelkasten/The Road to Character by David Brooks.md": "5324013",
|
||||||
|
"zettelkasten/The 4-Hour Body by Timothy Ferriss.md": "5324012",
|
||||||
|
"zettelkasten/In Cold Blood by Truman Capote.md": "5324011",
|
||||||
|
"zettelkasten/Project Management for the Unofficial Project Manager by Kory Kogon , Suzette Blakemore, James Wood.md": "5324010",
|
||||||
|
"zettelkasten/The Devil in the White City by Erik Larson.md": "5324009",
|
||||||
|
"zettelkasten/How Google Works by Eric Schmidt, Jonathan Rosenberg.md": "5324008",
|
||||||
|
"zettelkasten/No More Mr. Nice Guy by Robert Glover.md": "5324007",
|
||||||
|
"zettelkasten/The Dip by Seth Godin.md": "5324006",
|
||||||
|
"zettelkasten/Never Split the Difference by Chris Voss and Tahl Raz.md": "5324005",
|
||||||
|
"zettelkasten/Measure What Matters by John Doerr.md": "5324004",
|
||||||
|
"zettelkasten/The ONE Thing by Gary Keller, Jay Papasan.md": "5324003",
|
||||||
|
"zettelkasten/Radical Focus by Christina Wodtke.md": "5324002",
|
||||||
|
"zettelkasten/How to Be a Great Emcee by Rebecca Morgan and Ken Braly.md": "5324001",
|
||||||
|
"zettelkasten/HBR's 10 Must Reads on Managing Yourself by Peter Ferdinand Drucker, Clayton M. Christensen, and Daniel Goleman.md": "5324000",
|
||||||
|
"zettelkasten/The Confidence Game by Maria Konnikova.md": "5323999",
|
||||||
|
"zettelkasten/Succeed by Heidi Grant Halvorson Ph.D. and Carol S. Dweck.md": "5323998",
|
||||||
|
"zettelkasten/I Will Teach You to Be Rich by Ramit Sethi.md": "5323997",
|
||||||
|
"zettelkasten/The Ultimate Hitchhiker's Guide to the Galaxy by Douglas Adams and Neil Gaiman.md": "5323996",
|
||||||
|
"zettelkasten/Company of One by Paul Jarvis.md": "5323995",
|
||||||
|
"zettelkasten/The Marketing Playbook by John Zagula and Rich Tong.md": "5323994",
|
||||||
|
"zettelkasten/Your Move by Ramit Sethi.md": "5323993",
|
||||||
|
"zettelkasten/The Fifth Season by N. K. Jemisin.md": "5323992",
|
||||||
|
"zettelkasten/Can't Hurt Me by David Goggins.md": "5323991",
|
||||||
|
"zettelkasten/Make It Stick by Peter C. Brown.md": "5323990",
|
||||||
|
"zettelkasten/Ready Player One by Ernest Cline.md": "5323989",
|
||||||
|
"zettelkasten/Designing Your Life by Bill Burnett and Dave Evans.md": "5323988",
|
||||||
|
"zettelkasten/The Innovator's Dilemma by Clayton Christensen.md": "5323987",
|
||||||
|
"zettelkasten/The Education of Millionaires by Michael Ellsberg.md": "5323986",
|
||||||
|
"zettelkasten/Building a StoryBrand by Donald Miller.md": "5323985",
|
||||||
|
"zettelkasten/Mistakes Were Made by Caroll Tavris, Elliot Aronson.md": "5323984",
|
||||||
|
"zettelkasten/Predictably Irrational by Dan Ariely.md": "5323983",
|
||||||
|
"zettelkasten/Hillbilly Elegy by J. D. Vance.md": "5323982",
|
||||||
|
"zettelkasten/Evicted by Matthew Desmond .md": "5323981",
|
||||||
|
"zettelkasten/Boundaries by Henry Cloud and John Townsend.md": "5323980",
|
||||||
|
"zettelkasten/Educated by Tara Westover.md": "5323979",
|
||||||
|
"zettelkasten/Big Magic by Elizabeth Gilbert.md": "5323978",
|
||||||
|
"zettelkasten/Bad Blood by John Carreyrou.md": "5323977",
|
||||||
|
"zettelkasten/The Culture Code by Daniel Coyle.md": "5323976",
|
||||||
|
"zettelkasten/Super Pumped by Mike Isaac.md": "5323974",
|
||||||
|
"zettelkasten/The Intelligent Investor, Rev. Ed by Benjamin Graham, Jason Zweig.md": "5323973",
|
||||||
|
"zettelkasten/Getting the Love You Want by Helen LaKelly Hunt.md": "5323972",
|
||||||
|
"zettelkasten/Quit Like a Millionaire by Kristy Shen, Bryce Leung.md": "5323971",
|
||||||
|
"zettelkasten/The Phoenix Project by Gene Kim, Kevin Behr, George Spafford.md": "5323970",
|
||||||
|
"zettelkasten/The Dialectical Behavior Therapy Skills Workbook by Matthew McKay, Jeffrey C. Wood, Jeffrey Brantley.md": "5323969",
|
||||||
|
"zettelkasten/Your Money or Your Life by Vicki Robin, Joe Dominguez, Monique Tilford.md": "5323968",
|
||||||
|
"zettelkasten/I Will Teach You to Be Rich by Ramit Sethi-2.md": "5323967",
|
||||||
|
"zettelkasten/Juliet's School of Possibilities by Laura Vanderkam.md": "5323966",
|
||||||
|
"zettelkasten/How to Win Friends and Influence People by Dale Carnegie.md": "5323965",
|
||||||
|
"zettelkasten/The Unicorn Project by Gene Kim.md": "5323964",
|
||||||
|
"zettelkasten/Choose Yourself! by James Altucher.md": "5323963",
|
||||||
|
"zettelkasten/The Joy Luck Club by Amy Tan.md": "5323962",
|
||||||
|
"zettelkasten/Clean Code by Robert C. Martin.md": "5323961",
|
||||||
|
"zettelkasten/The Homework Myth by Alfie Kohn.md": "5323960",
|
||||||
|
"zettelkasten/How to Stop Worrying and Start Living by Dale Carnegie.md": "5323959",
|
||||||
|
"zettelkasten/On Writing Well by William Zinsser.md": "5323958",
|
||||||
|
"zettelkasten/Way of the Peaceful Warrior by Dan Millman.md": "5323957",
|
||||||
|
"zettelkasten/The 1-Page Marketing Plan by Allan Dib.md": "5323956",
|
||||||
|
"zettelkasten/Soon I Will Be Invincible by Austin Grossman.md": "5323955",
|
||||||
|
"zettelkasten/Known by Mark Schaefer.md": "5323954",
|
||||||
|
"zettelkasten/Nonviolent Communication by Marshall B. Rosenberg.md": "5323953",
|
||||||
|
"zettelkasten/Deep Work by Cal Newport.md": "5323952",
|
||||||
|
"zettelkasten/Golden Son by Pierce Brown.md": "5323951",
|
||||||
|
"zettelkasten/Morning Star by Pierce Brown.md": "5323950",
|
||||||
|
"zettelkasten/The Richest Man in Babylon by George S. Clason.md": "5323949",
|
||||||
|
"zettelkasten/Healing the Fragmented Selves of Trauma Survivors by Janina Fisher.md": "5323947",
|
||||||
|
"zettelkasten/Principles by Ray Dalio.md": "5323946",
|
||||||
|
"zettelkasten/Exhalation by Ted Chiang.md": "5323945",
|
||||||
|
"zettelkasten/I Thought It Was Just Me by Brené Brown.md": "5323943",
|
||||||
|
"zettelkasten/Stories of Your Life and Others by Ted Chiang.md": "5323942",
|
||||||
|
"zettelkasten/Bird by Bird by Anne Lamott.md": "5323941",
|
||||||
|
"zettelkasten/What Does It Mean to Be Well Educated by Alfie Kohn.md": "5323940",
|
||||||
|
"zettelkasten/Essentialism by Greg McKeown.md": "5323939",
|
||||||
|
"zettelkasten/Difficult Conversations by Douglas Stone, Bruce Patton, Sheila Heen.md": "5323938",
|
||||||
|
"zettelkasten/Minor Feelings by Cathy Park Hong.md": "5323937",
|
||||||
|
"zettelkasten/Originals by Adam Grant.md": "5323936",
|
||||||
|
"zettelkasten/Untamed by Glennon Doyle.md": "5323934",
|
||||||
|
"zettelkasten/Self-Compassion by Kristin Neff.md": "5323933",
|
||||||
|
"zettelkasten/How to Be an Antiracist by Ibram X. Kendi.md": "5323932",
|
||||||
|
"zettelkasten/Indistractable by Nir Eyal.md": "5323931",
|
||||||
|
"zettelkasten/The Art of Doing Science and Engineering by Richard W. Hamming and Bret Victor.md": "5323930",
|
||||||
|
"zettelkasten/On Earth We're Briefly Gorgeous by Ocean Vuong.md": "5323929",
|
||||||
|
"zettelkasten/The Yellow House by Sarah M. Broom.md": "5323928",
|
||||||
|
"zettelkasten/Rodham by Curtis Sittenfeld.md": "5802243",
|
||||||
|
"zettelkasten/Is It Immoral to Publicly Share Revenue Numbers by Not Overthinking.md": "6205269",
|
||||||
|
"zettelkasten/Seth Godin Writing Every Day by North Star Podcast.md": "6205530",
|
||||||
|
"zettelkasten/Atomic Habits by James Clear.md": "5323975",
|
||||||
|
"zettelkasten/Book Discussion - The Psychology of Money by Not Overthinking.md": "6206434",
|
||||||
|
"zettelkasten/Technology and the Evolution of Storytelling by The Academy.md": "6251011",
|
||||||
|
"zettelkasten/008 Pandemic Pair and Mob Programming by Remotely Interesting.md": "6561262",
|
||||||
|
"zettelkasten/The E-Myth Revisited by Michael E. Gerber.md": "6624523",
|
||||||
|
"zettelkasten/Hyperfocus by Chris Bailey.md": "7078837",
|
||||||
|
"zettelkasten/Dune by Frank Herbert.md": "7039955",
|
||||||
|
"zettelkasten/Homegoing by Yaa Gyasi.md": "7737405",
|
||||||
|
"zettelkasten/Limitless by Jim Kwik.md": "7513821",
|
||||||
|
"zettelkasten/The Miracle Morning by Hal Elrod and Robert Kiyosaki.md": "5324034",
|
||||||
|
"zettelkasten/The Practice by Seth Godin.md": "6649189",
|
||||||
|
"zettelkasten/The Left Hand of Darkness by Ursula K. Le Guin.md": "8111527",
|
||||||
|
"zettelkasten/Unleashing the Ideavirus by Seth Godin, Malcolm Gladwell.md": "8277750",
|
||||||
|
"zettelkasten/Think Again by Adam Grant.md": "7996862",
|
||||||
|
"zettelkasten/Dune Messiah by Frank Herbert.md": "8111528",
|
||||||
|
"zettelkasten/How to Take Smart Notes by Sönke Ahrens.md": "5323935",
|
||||||
|
"zettelkasten/This Is a Story About Ho... by @awilkinson on Twitter.md": "8501214",
|
||||||
|
"zettelkasten/The Three-Body Problem by Cixin Liu and Ken Liu.md": "5324044",
|
||||||
|
"zettelkasten/The Dark Forest by Cixin Liu.md": "8883315",
|
||||||
|
"zettelkasten/Death's End by Cixin Liu.md": "8913761",
|
||||||
|
"zettelkasten/The Invisible Life of Addie LaRue by V. E. Schwab.md": "9034368",
|
||||||
|
"zettelkasten/The Midnight Library by Matt Haig.md": "9131861",
|
||||||
|
"zettelkasten/The Amazing Adventures of Kavalier & Clay by Michael Chabon.md": "9166028",
|
||||||
|
"zettelkasten/Drive by Daniel H. Pink.md": "9238210",
|
||||||
|
"zettelkasten/Make Time by Jake Knapp, John Zeratsky.md": "9238209",
|
||||||
|
"zettelkasten/Flow by Mihaly Csikszentmihalyi.md": "5323948",
|
||||||
|
"zettelkasten/Unsouled by Will Wight.md": "11492683",
|
||||||
|
"zettelkasten/Soulsmith by Will Wight.md": "11527673",
|
||||||
|
"zettelkasten/Blackflame by Will Wight.md": "11544007",
|
||||||
|
"zettelkasten/Skysworn by Will Wight.md": "11579756"
|
||||||
|
}
|
||||||
|
}
|
||||||
181
.obsidian/plugins/readwise-official/data (Benjamin Hong's conflicted copy 2021-12-09).json
vendored
Normal file
181
.obsidian/plugins/readwise-official/data (Benjamin Hong's conflicted copy 2021-12-09).json
vendored
Normal file
@@ -0,0 +1,181 @@
|
|||||||
|
{
|
||||||
|
"token": "4WzEf3uNKwl9j0SPViOCiuaP9bNckOcGuJuj4vKqcLQ4MtLvJb",
|
||||||
|
"readwiseDir": "zettelkasten",
|
||||||
|
"frequency": "720",
|
||||||
|
"triggerOnLoad": true,
|
||||||
|
"isSyncing": false,
|
||||||
|
"lastSyncFailed": false,
|
||||||
|
"lastSavedStatusID": 2344925,
|
||||||
|
"currentSyncStatusID": 2355588,
|
||||||
|
"refreshBooks": true,
|
||||||
|
"booksToRefresh": [],
|
||||||
|
"booksIDsMap": {
|
||||||
|
"Readwise/The Happiness Advantage.md": "10866240",
|
||||||
|
"Readwise/Do Nothing by Celeste Headlee.md": "10528532",
|
||||||
|
"Readwise/Berkshire Hathaway Part I.md": "9516025",
|
||||||
|
"Readwise/Berkshire Hathaway Part II.md": "9594145",
|
||||||
|
"Readwise/Do Nothing.md": "10528532",
|
||||||
|
"Readwise/Dungeon Crawler Carl.md": "11228428",
|
||||||
|
"Readwise/Carl's Doomsday Scenario.md": "11248036",
|
||||||
|
"Readwise/Michael Mauboussin Master Class — Moats, Skill, Luck, Decision Making and a Whole Lot More.md": "11451825",
|
||||||
|
"zettelkasten/Blackjack by John Bukofsky.md": "5324066",
|
||||||
|
"zettelkasten/The Simple Dollar by Trent A. Hamm.md": "5324065",
|
||||||
|
"zettelkasten/Information Architecture for the World Wide Web by Peter Morville and Louis Rosenfeld.md": "5324064",
|
||||||
|
"zettelkasten/Culture and Psychology by David Matsumoto and Linda Juang.md": "5324060",
|
||||||
|
"zettelkasten/Critical Thinking by Richard Paul and Linda Elder.md": "5324058",
|
||||||
|
"zettelkasten/Continuous Delivery by Jez Humble, David Farley.md": "5324055",
|
||||||
|
"zettelkasten/Don't Make Me Think by Steve Krug.md": "5324053",
|
||||||
|
"zettelkasten/Steve Jobs by Walter Isaacson.md": "5324051",
|
||||||
|
"zettelkasten/The Start-Up of You by Reid Hoffman and Ben Casnocha.md": "5324050",
|
||||||
|
"zettelkasten/Becoming Steve Jobs by Brent Schlender, Rick Tetzeli, and Marc Andreessen.md": "5324048",
|
||||||
|
"zettelkasten/Programming in Objective-C by Stephen G. Kochan.md": "5324046",
|
||||||
|
"zettelkasten/They Say I Say by Gerald Graff and Cathy Birkenstein.md": "5324043",
|
||||||
|
"zettelkasten/Running Lean by Ash Maurya.md": "5324040",
|
||||||
|
"zettelkasten/A Game of Thrones by George R. R. Martin.md": "5324039",
|
||||||
|
"zettelkasten/Undercover User Experience Design by Cennydd Bowles and James Box.md": "5324038",
|
||||||
|
"zettelkasten/Game Theory by Morton D. Davis.md": "5324036",
|
||||||
|
"zettelkasten/Getting Everything You Can Out of All You've Got by Jay Abraham.md": "5324033",
|
||||||
|
"zettelkasten/The Curious Incident of the Dog in the Night-Time by Mark Haddon.md": "5324031",
|
||||||
|
"zettelkasten/The Night Circus by Erin Morgenstern.md": "5324029",
|
||||||
|
"zettelkasten/You Need a Budget by Jesse Mecham .md": "5324028",
|
||||||
|
"zettelkasten/The Brief Wondrous Life of Oscar Wao by Junot Diaz.md": "5324027",
|
||||||
|
"zettelkasten/Artemis by Andy Weir .md": "5324026",
|
||||||
|
"zettelkasten/Quiet by Susan Cain.md": "5324024",
|
||||||
|
"zettelkasten/Red Rising by Pierce Brown.md": "5324023",
|
||||||
|
"zettelkasten/Modern Romance by Aziz Ansari, Eric Klinenberg.md": "5324022",
|
||||||
|
"zettelkasten/Design for Hackers by David Kadavy.md": "5324021",
|
||||||
|
"zettelkasten/Learning Agile by Andrew Stellman and Jennifer Greene.md": "5324020",
|
||||||
|
"zettelkasten/Little Fires Everywhere by Celeste Ng .md": "5324018",
|
||||||
|
"zettelkasten/Spark Joy by Marie Kondo.md": "5324017",
|
||||||
|
"zettelkasten/A Wrinkle in Time by Madeleine L'Engle.md": "5324016",
|
||||||
|
"zettelkasten/The Subtle Art of Not Giving a Fck by Mark Manson.md": "5324015",
|
||||||
|
"zettelkasten/The 4-Hour Workweek by Timothy Ferriss.md": "5324014",
|
||||||
|
"zettelkasten/The Road to Character by David Brooks.md": "5324013",
|
||||||
|
"zettelkasten/The 4-Hour Body by Timothy Ferriss.md": "5324012",
|
||||||
|
"zettelkasten/In Cold Blood by Truman Capote.md": "5324011",
|
||||||
|
"zettelkasten/Project Management for the Unofficial Project Manager by Kory Kogon , Suzette Blakemore, James Wood.md": "5324010",
|
||||||
|
"zettelkasten/The Devil in the White City by Erik Larson.md": "5324009",
|
||||||
|
"zettelkasten/How Google Works by Eric Schmidt, Jonathan Rosenberg.md": "5324008",
|
||||||
|
"zettelkasten/No More Mr. Nice Guy by Robert Glover.md": "5324007",
|
||||||
|
"zettelkasten/The Dip by Seth Godin.md": "5324006",
|
||||||
|
"zettelkasten/Never Split the Difference by Chris Voss and Tahl Raz.md": "5324005",
|
||||||
|
"zettelkasten/Measure What Matters by John Doerr.md": "5324004",
|
||||||
|
"zettelkasten/The ONE Thing by Gary Keller, Jay Papasan.md": "5324003",
|
||||||
|
"zettelkasten/Radical Focus by Christina Wodtke.md": "5324002",
|
||||||
|
"zettelkasten/How to Be a Great Emcee by Rebecca Morgan and Ken Braly.md": "5324001",
|
||||||
|
"zettelkasten/HBR's 10 Must Reads on Managing Yourself by Peter Ferdinand Drucker, Clayton M. Christensen, and Daniel Goleman.md": "5324000",
|
||||||
|
"zettelkasten/The Confidence Game by Maria Konnikova.md": "5323999",
|
||||||
|
"zettelkasten/Succeed by Heidi Grant Halvorson Ph.D. and Carol S. Dweck.md": "5323998",
|
||||||
|
"zettelkasten/I Will Teach You to Be Rich by Ramit Sethi.md": "5323997",
|
||||||
|
"zettelkasten/The Ultimate Hitchhiker's Guide to the Galaxy by Douglas Adams and Neil Gaiman.md": "5323996",
|
||||||
|
"zettelkasten/Company of One by Paul Jarvis.md": "5323995",
|
||||||
|
"zettelkasten/The Marketing Playbook by John Zagula and Rich Tong.md": "5323994",
|
||||||
|
"zettelkasten/Your Move by Ramit Sethi.md": "5323993",
|
||||||
|
"zettelkasten/The Fifth Season by N. K. Jemisin.md": "5323992",
|
||||||
|
"zettelkasten/Can't Hurt Me by David Goggins.md": "5323991",
|
||||||
|
"zettelkasten/Make It Stick by Peter C. Brown.md": "5323990",
|
||||||
|
"zettelkasten/Ready Player One by Ernest Cline.md": "5323989",
|
||||||
|
"zettelkasten/Designing Your Life by Bill Burnett and Dave Evans.md": "5323988",
|
||||||
|
"zettelkasten/The Innovator's Dilemma by Clayton Christensen.md": "5323987",
|
||||||
|
"zettelkasten/The Education of Millionaires by Michael Ellsberg.md": "5323986",
|
||||||
|
"zettelkasten/Building a StoryBrand by Donald Miller.md": "5323985",
|
||||||
|
"zettelkasten/Mistakes Were Made by Caroll Tavris, Elliot Aronson.md": "5323984",
|
||||||
|
"zettelkasten/Predictably Irrational by Dan Ariely.md": "5323983",
|
||||||
|
"zettelkasten/Hillbilly Elegy by J. D. Vance.md": "5323982",
|
||||||
|
"zettelkasten/Evicted by Matthew Desmond .md": "5323981",
|
||||||
|
"zettelkasten/Boundaries by Henry Cloud and John Townsend.md": "5323980",
|
||||||
|
"zettelkasten/Educated by Tara Westover.md": "5323979",
|
||||||
|
"zettelkasten/Big Magic by Elizabeth Gilbert.md": "5323978",
|
||||||
|
"zettelkasten/Bad Blood by John Carreyrou.md": "5323977",
|
||||||
|
"zettelkasten/The Culture Code by Daniel Coyle.md": "5323976",
|
||||||
|
"zettelkasten/Super Pumped by Mike Isaac.md": "5323974",
|
||||||
|
"zettelkasten/The Intelligent Investor, Rev. Ed by Benjamin Graham, Jason Zweig.md": "5323973",
|
||||||
|
"zettelkasten/Getting the Love You Want by Helen LaKelly Hunt.md": "5323972",
|
||||||
|
"zettelkasten/Quit Like a Millionaire by Kristy Shen, Bryce Leung.md": "5323971",
|
||||||
|
"zettelkasten/The Phoenix Project by Gene Kim, Kevin Behr, George Spafford.md": "5323970",
|
||||||
|
"zettelkasten/The Dialectical Behavior Therapy Skills Workbook by Matthew McKay, Jeffrey C. Wood, Jeffrey Brantley.md": "5323969",
|
||||||
|
"zettelkasten/Your Money or Your Life by Vicki Robin, Joe Dominguez, Monique Tilford.md": "5323968",
|
||||||
|
"zettelkasten/I Will Teach You to Be Rich by Ramit Sethi-2.md": "5323967",
|
||||||
|
"zettelkasten/Juliet's School of Possibilities by Laura Vanderkam.md": "5323966",
|
||||||
|
"zettelkasten/How to Win Friends and Influence People by Dale Carnegie.md": "5323965",
|
||||||
|
"zettelkasten/The Unicorn Project by Gene Kim.md": "5323964",
|
||||||
|
"zettelkasten/Choose Yourself! by James Altucher.md": "5323963",
|
||||||
|
"zettelkasten/The Joy Luck Club by Amy Tan.md": "5323962",
|
||||||
|
"zettelkasten/Clean Code by Robert C. Martin.md": "5323961",
|
||||||
|
"zettelkasten/The Homework Myth by Alfie Kohn.md": "5323960",
|
||||||
|
"zettelkasten/How to Stop Worrying and Start Living by Dale Carnegie.md": "5323959",
|
||||||
|
"zettelkasten/On Writing Well by William Zinsser.md": "5323958",
|
||||||
|
"zettelkasten/Way of the Peaceful Warrior by Dan Millman.md": "5323957",
|
||||||
|
"zettelkasten/The 1-Page Marketing Plan by Allan Dib.md": "5323956",
|
||||||
|
"zettelkasten/Soon I Will Be Invincible by Austin Grossman.md": "5323955",
|
||||||
|
"zettelkasten/Known by Mark Schaefer.md": "5323954",
|
||||||
|
"zettelkasten/Nonviolent Communication by Marshall B. Rosenberg.md": "5323953",
|
||||||
|
"zettelkasten/Deep Work by Cal Newport.md": "5323952",
|
||||||
|
"zettelkasten/Golden Son by Pierce Brown.md": "5323951",
|
||||||
|
"zettelkasten/Morning Star by Pierce Brown.md": "5323950",
|
||||||
|
"zettelkasten/The Richest Man in Babylon by George S. Clason.md": "5323949",
|
||||||
|
"zettelkasten/Healing the Fragmented Selves of Trauma Survivors by Janina Fisher.md": "5323947",
|
||||||
|
"zettelkasten/Principles by Ray Dalio.md": "5323946",
|
||||||
|
"zettelkasten/Exhalation by Ted Chiang.md": "5323945",
|
||||||
|
"zettelkasten/I Thought It Was Just Me by Brené Brown.md": "5323943",
|
||||||
|
"zettelkasten/Stories of Your Life and Others by Ted Chiang.md": "5323942",
|
||||||
|
"zettelkasten/Bird by Bird by Anne Lamott.md": "5323941",
|
||||||
|
"zettelkasten/What Does It Mean to Be Well Educated by Alfie Kohn.md": "5323940",
|
||||||
|
"zettelkasten/Essentialism by Greg McKeown.md": "5323939",
|
||||||
|
"zettelkasten/Difficult Conversations by Douglas Stone, Bruce Patton, Sheila Heen.md": "5323938",
|
||||||
|
"zettelkasten/Minor Feelings by Cathy Park Hong.md": "5323937",
|
||||||
|
"zettelkasten/Originals by Adam Grant.md": "5323936",
|
||||||
|
"zettelkasten/Untamed by Glennon Doyle.md": "5323934",
|
||||||
|
"zettelkasten/Self-Compassion by Kristin Neff.md": "5323933",
|
||||||
|
"zettelkasten/How to Be an Antiracist by Ibram X. Kendi.md": "5323932",
|
||||||
|
"zettelkasten/Indistractable by Nir Eyal.md": "5323931",
|
||||||
|
"zettelkasten/The Art of Doing Science and Engineering by Richard W. Hamming and Bret Victor.md": "5323930",
|
||||||
|
"zettelkasten/On Earth We're Briefly Gorgeous by Ocean Vuong.md": "5323929",
|
||||||
|
"zettelkasten/The Yellow House by Sarah M. Broom.md": "5323928",
|
||||||
|
"zettelkasten/Rodham by Curtis Sittenfeld.md": "5802243",
|
||||||
|
"zettelkasten/Is It Immoral to Publicly Share Revenue Numbers by Not Overthinking.md": "6205269",
|
||||||
|
"zettelkasten/Seth Godin Writing Every Day by North Star Podcast.md": "6205530",
|
||||||
|
"zettelkasten/Atomic Habits by James Clear.md": "5323975",
|
||||||
|
"zettelkasten/Book Discussion - The Psychology of Money by Not Overthinking.md": "6206434",
|
||||||
|
"zettelkasten/Technology and the Evolution of Storytelling by The Academy.md": "6251011",
|
||||||
|
"zettelkasten/008 Pandemic Pair and Mob Programming by Remotely Interesting.md": "6561262",
|
||||||
|
"zettelkasten/The E-Myth Revisited by Michael E. Gerber.md": "6624523",
|
||||||
|
"zettelkasten/Hyperfocus by Chris Bailey.md": "7078837",
|
||||||
|
"zettelkasten/Dune by Frank Herbert.md": "7039955",
|
||||||
|
"zettelkasten/Homegoing by Yaa Gyasi.md": "7737405",
|
||||||
|
"zettelkasten/Limitless by Jim Kwik.md": "7513821",
|
||||||
|
"zettelkasten/The Miracle Morning by Hal Elrod and Robert Kiyosaki.md": "5324034",
|
||||||
|
"zettelkasten/The Practice by Seth Godin.md": "6649189",
|
||||||
|
"zettelkasten/The Left Hand of Darkness by Ursula K. Le Guin.md": "8111527",
|
||||||
|
"zettelkasten/Unleashing the Ideavirus by Seth Godin, Malcolm Gladwell.md": "8277750",
|
||||||
|
"zettelkasten/Think Again by Adam Grant.md": "7996862",
|
||||||
|
"zettelkasten/Dune Messiah by Frank Herbert.md": "8111528",
|
||||||
|
"zettelkasten/How to Take Smart Notes by Sönke Ahrens.md": "5323935",
|
||||||
|
"zettelkasten/This Is a Story About Ho... by @awilkinson on Twitter.md": "8501214",
|
||||||
|
"zettelkasten/The Three-Body Problem by Cixin Liu and Ken Liu.md": "5324044",
|
||||||
|
"zettelkasten/The Dark Forest by Cixin Liu.md": "8883315",
|
||||||
|
"zettelkasten/Death's End by Cixin Liu.md": "8913761",
|
||||||
|
"zettelkasten/The Invisible Life of Addie LaRue by V. E. Schwab.md": "9034368",
|
||||||
|
"zettelkasten/The Midnight Library by Matt Haig.md": "9131861",
|
||||||
|
"zettelkasten/The Amazing Adventures of Kavalier & Clay by Michael Chabon.md": "9166028",
|
||||||
|
"zettelkasten/Drive by Daniel H. Pink.md": "9238210",
|
||||||
|
"zettelkasten/Make Time by Jake Knapp, John Zeratsky.md": "9238209",
|
||||||
|
"zettelkasten/Flow by Mihaly Csikszentmihalyi.md": "5323948",
|
||||||
|
"zettelkasten/Unsouled by Will Wight.md": "11492683",
|
||||||
|
"zettelkasten/Soulsmith by Will Wight.md": "11527673",
|
||||||
|
"zettelkasten/Blackflame by Will Wight.md": "11544007",
|
||||||
|
"zettelkasten/Skysworn by Will Wight.md": "11579756",
|
||||||
|
"zettelkasten/Ghostwater by Will Wight.md": "11670114",
|
||||||
|
"zettelkasten/Underlord by Will Wight.md": "11670113",
|
||||||
|
"zettelkasten/Uncrowned by Will Wight.md": "11670111",
|
||||||
|
"zettelkasten/Bloodline by Will Wight.md": "11682250",
|
||||||
|
"zettelkasten/Wintersteel by Will Wight.md": "11670110",
|
||||||
|
"zettelkasten/Reaper by Will Wight.md": "11690267",
|
||||||
|
"zettelkasten/A Philosophy of Software Design by John Ousterhout.md": "11703963",
|
||||||
|
"zettelkasten/Worth It by Dan Price.md": "11728641",
|
||||||
|
"zettelkasten/What Got You Here Won't Get You There by Marshall Goldsmith and Mark Reiter.md": "11942940"
|
||||||
|
},
|
||||||
|
"reimportShowConfirmation": true,
|
||||||
|
"obsidianToken": "gmhnmoo6gja",
|
||||||
|
"silentRun": false
|
||||||
|
}
|
||||||
198
.obsidian/plugins/readwise-official/data (Benjamin Hong's conflicted copy 2022-06-18).json
vendored
Normal file
198
.obsidian/plugins/readwise-official/data (Benjamin Hong's conflicted copy 2022-06-18).json
vendored
Normal file
@@ -0,0 +1,198 @@
|
|||||||
|
{
|
||||||
|
"token": "4WzEf3uNKwl9j0SPViOCiuaP9bNckOcGuJuj4vKqcLQ4MtLvJb",
|
||||||
|
"readwiseDir": "zettelkasten",
|
||||||
|
"frequency": "720",
|
||||||
|
"triggerOnLoad": true,
|
||||||
|
"isSyncing": false,
|
||||||
|
"lastSyncFailed": false,
|
||||||
|
"lastSavedStatusID": 4750683,
|
||||||
|
"currentSyncStatusID": 0,
|
||||||
|
"refreshBooks": true,
|
||||||
|
"booksToRefresh": [
|
||||||
|
"5324028"
|
||||||
|
],
|
||||||
|
"booksIDsMap": {
|
||||||
|
"zettelkasten/Blackjack by John Bukofsky.md": "5324066",
|
||||||
|
"zettelkasten/The Simple Dollar by Trent A. Hamm.md": "5324065",
|
||||||
|
"zettelkasten/Information Architecture for the World Wide Web by Peter Morville and Louis Rosenfeld.md": "5324064",
|
||||||
|
"zettelkasten/Culture and Psychology by David Matsumoto and Linda Juang.md": "5324060",
|
||||||
|
"zettelkasten/Critical Thinking by Richard Paul and Linda Elder.md": "5324058",
|
||||||
|
"zettelkasten/Continuous Delivery by Jez Humble, David Farley.md": "5324055",
|
||||||
|
"zettelkasten/Don't Make Me Think by Steve Krug.md": "5324053",
|
||||||
|
"zettelkasten/Steve Jobs by Walter Isaacson.md": "5324051",
|
||||||
|
"zettelkasten/The Start-Up of You by Reid Hoffman and Ben Casnocha.md": "5324050",
|
||||||
|
"zettelkasten/Becoming Steve Jobs by Brent Schlender, Rick Tetzeli, and Marc Andreessen.md": "5324048",
|
||||||
|
"zettelkasten/Programming in Objective-C by Stephen G. Kochan.md": "5324046",
|
||||||
|
"zettelkasten/They Say I Say by Gerald Graff and Cathy Birkenstein.md": "5324043",
|
||||||
|
"zettelkasten/Running Lean by Ash Maurya.md": "5324040",
|
||||||
|
"zettelkasten/A Game of Thrones by George R. R. Martin.md": "5324039",
|
||||||
|
"zettelkasten/Undercover User Experience Design by Cennydd Bowles and James Box.md": "5324038",
|
||||||
|
"zettelkasten/Game Theory by Morton D. Davis.md": "5324036",
|
||||||
|
"zettelkasten/Getting Everything You Can Out of All You've Got by Jay Abraham.md": "5324033",
|
||||||
|
"zettelkasten/The Curious Incident of the Dog in the Night-Time by Mark Haddon.md": "5324031",
|
||||||
|
"zettelkasten/The Night Circus by Erin Morgenstern.md": "5324029",
|
||||||
|
"zettelkasten/The Brief Wondrous Life of Oscar Wao by Junot Diaz.md": "5324027",
|
||||||
|
"zettelkasten/Artemis by Andy Weir .md": "5324026",
|
||||||
|
"zettelkasten/Quiet by Susan Cain.md": "5324024",
|
||||||
|
"zettelkasten/Red Rising by Pierce Brown.md": "5324023",
|
||||||
|
"zettelkasten/Modern Romance by Aziz Ansari, Eric Klinenberg.md": "5324022",
|
||||||
|
"zettelkasten/Design for Hackers by David Kadavy.md": "5324021",
|
||||||
|
"zettelkasten/Learning Agile by Andrew Stellman and Jennifer Greene.md": "5324020",
|
||||||
|
"zettelkasten/Little Fires Everywhere by Celeste Ng .md": "5324018",
|
||||||
|
"zettelkasten/Spark Joy by Marie Kondo.md": "5324017",
|
||||||
|
"zettelkasten/A Wrinkle in Time by Madeleine L'Engle.md": "5324016",
|
||||||
|
"zettelkasten/The Subtle Art of Not Giving a Fck by Mark Manson.md": "5324015",
|
||||||
|
"zettelkasten/The 4-Hour Workweek by Timothy Ferriss.md": "5324014",
|
||||||
|
"zettelkasten/The Road to Character by David Brooks.md": "5324013",
|
||||||
|
"zettelkasten/The 4-Hour Body by Timothy Ferriss.md": "5324012",
|
||||||
|
"zettelkasten/In Cold Blood by Truman Capote.md": "5324011",
|
||||||
|
"zettelkasten/Project Management for the Unofficial Project Manager by Kory Kogon , Suzette Blakemore, James Wood.md": "5324010",
|
||||||
|
"zettelkasten/The Devil in the White City by Erik Larson.md": "5324009",
|
||||||
|
"zettelkasten/How Google Works by Eric Schmidt, Jonathan Rosenberg.md": "5324008",
|
||||||
|
"zettelkasten/No More Mr. Nice Guy by Robert Glover.md": "5324007",
|
||||||
|
"zettelkasten/The Dip by Seth Godin.md": "5324006",
|
||||||
|
"zettelkasten/Never Split the Difference by Chris Voss and Tahl Raz.md": "5324005",
|
||||||
|
"zettelkasten/Measure What Matters by John Doerr.md": "5324004",
|
||||||
|
"zettelkasten/The ONE Thing by Gary Keller, Jay Papasan.md": "5324003",
|
||||||
|
"zettelkasten/Radical Focus by Christina Wodtke.md": "5324002",
|
||||||
|
"zettelkasten/How to Be a Great Emcee by Rebecca Morgan and Ken Braly.md": "5324001",
|
||||||
|
"zettelkasten/HBR's 10 Must Reads on Managing Yourself by Peter Ferdinand Drucker, Clayton M. Christensen, and Daniel Goleman.md": "5324000",
|
||||||
|
"zettelkasten/The Confidence Game by Maria Konnikova.md": "5323999",
|
||||||
|
"zettelkasten/Succeed by Heidi Grant Halvorson Ph.D. and Carol S. Dweck.md": "5323998",
|
||||||
|
"zettelkasten/I Will Teach You to Be Rich by Ramit Sethi.md": "5323997",
|
||||||
|
"zettelkasten/The Ultimate Hitchhiker's Guide to the Galaxy by Douglas Adams and Neil Gaiman.md": "5323996",
|
||||||
|
"zettelkasten/Company of One by Paul Jarvis.md": "5323995",
|
||||||
|
"zettelkasten/The Marketing Playbook by John Zagula and Rich Tong.md": "5323994",
|
||||||
|
"zettelkasten/Your Move by Ramit Sethi.md": "5323993",
|
||||||
|
"zettelkasten/The Fifth Season by N. K. Jemisin.md": "5323992",
|
||||||
|
"zettelkasten/Can't Hurt Me by David Goggins.md": "5323991",
|
||||||
|
"zettelkasten/Make It Stick by Peter C. Brown.md": "5323990",
|
||||||
|
"zettelkasten/Ready Player One by Ernest Cline.md": "5323989",
|
||||||
|
"zettelkasten/Designing Your Life by Bill Burnett and Dave Evans.md": "5323988",
|
||||||
|
"zettelkasten/The Innovator's Dilemma by Clayton Christensen.md": "5323987",
|
||||||
|
"zettelkasten/The Education of Millionaires by Michael Ellsberg.md": "5323986",
|
||||||
|
"zettelkasten/Building a StoryBrand by Donald Miller.md": "5323985",
|
||||||
|
"zettelkasten/Mistakes Were Made by Caroll Tavris, Elliot Aronson.md": "5323984",
|
||||||
|
"zettelkasten/Predictably Irrational by Dan Ariely.md": "5323983",
|
||||||
|
"zettelkasten/Hillbilly Elegy by J. D. Vance.md": "5323982",
|
||||||
|
"zettelkasten/Evicted by Matthew Desmond .md": "5323981",
|
||||||
|
"zettelkasten/Boundaries by Henry Cloud and John Townsend.md": "5323980",
|
||||||
|
"zettelkasten/Educated by Tara Westover.md": "5323979",
|
||||||
|
"zettelkasten/Big Magic by Elizabeth Gilbert.md": "5323978",
|
||||||
|
"zettelkasten/Bad Blood by John Carreyrou.md": "5323977",
|
||||||
|
"zettelkasten/The Culture Code by Daniel Coyle.md": "5323976",
|
||||||
|
"zettelkasten/Super Pumped by Mike Isaac.md": "5323974",
|
||||||
|
"zettelkasten/The Intelligent Investor, Rev. Ed by Benjamin Graham, Jason Zweig.md": "5323973",
|
||||||
|
"zettelkasten/Getting the Love You Want by Helen LaKelly Hunt.md": "5323972",
|
||||||
|
"zettelkasten/Quit Like a Millionaire by Kristy Shen, Bryce Leung.md": "5323971",
|
||||||
|
"zettelkasten/The Phoenix Project by Gene Kim, Kevin Behr, George Spafford.md": "5323970",
|
||||||
|
"zettelkasten/The Dialectical Behavior Therapy Skills Workbook by Matthew McKay, Jeffrey C. Wood, Jeffrey Brantley.md": "5323969",
|
||||||
|
"zettelkasten/Your Money or Your Life by Vicki Robin, Joe Dominguez, Monique Tilford.md": "5323968",
|
||||||
|
"zettelkasten/I Will Teach You to Be Rich by Ramit Sethi-2.md": "5323967",
|
||||||
|
"zettelkasten/Juliet's School of Possibilities by Laura Vanderkam.md": "5323966",
|
||||||
|
"zettelkasten/How to Win Friends and Influence People by Dale Carnegie.md": "5323965",
|
||||||
|
"zettelkasten/The Unicorn Project by Gene Kim.md": "5323964",
|
||||||
|
"zettelkasten/Choose Yourself! by James Altucher.md": "5323963",
|
||||||
|
"zettelkasten/The Joy Luck Club by Amy Tan.md": "5323962",
|
||||||
|
"zettelkasten/Clean Code by Robert C. Martin.md": "5323961",
|
||||||
|
"zettelkasten/The Homework Myth by Alfie Kohn.md": "5323960",
|
||||||
|
"zettelkasten/How to Stop Worrying and Start Living by Dale Carnegie.md": "5323959",
|
||||||
|
"zettelkasten/On Writing Well by William Zinsser.md": "5323958",
|
||||||
|
"zettelkasten/Way of the Peaceful Warrior by Dan Millman.md": "5323957",
|
||||||
|
"zettelkasten/The 1-Page Marketing Plan by Allan Dib.md": "5323956",
|
||||||
|
"zettelkasten/Soon I Will Be Invincible by Austin Grossman.md": "5323955",
|
||||||
|
"zettelkasten/Known by Mark Schaefer.md": "5323954",
|
||||||
|
"zettelkasten/Nonviolent Communication by Marshall B. Rosenberg.md": "5323953",
|
||||||
|
"zettelkasten/Deep Work by Cal Newport.md": "5323952",
|
||||||
|
"zettelkasten/Golden Son by Pierce Brown.md": "5323951",
|
||||||
|
"zettelkasten/Morning Star by Pierce Brown.md": "5323950",
|
||||||
|
"zettelkasten/The Richest Man in Babylon by George S. Clason.md": "5323949",
|
||||||
|
"zettelkasten/Healing the Fragmented Selves of Trauma Survivors by Janina Fisher.md": "5323947",
|
||||||
|
"zettelkasten/Principles by Ray Dalio.md": "5323946",
|
||||||
|
"zettelkasten/Exhalation by Ted Chiang.md": "5323945",
|
||||||
|
"zettelkasten/I Thought It Was Just Me by Brené Brown.md": "5323943",
|
||||||
|
"zettelkasten/Stories of Your Life and Others by Ted Chiang.md": "5323942",
|
||||||
|
"zettelkasten/Bird by Bird by Anne Lamott.md": "5323941",
|
||||||
|
"zettelkasten/What Does It Mean to Be Well Educated by Alfie Kohn.md": "5323940",
|
||||||
|
"zettelkasten/Essentialism by Greg McKeown.md": "5323939",
|
||||||
|
"zettelkasten/Difficult Conversations by Douglas Stone, Bruce Patton, Sheila Heen.md": "5323938",
|
||||||
|
"zettelkasten/Minor Feelings by Cathy Park Hong.md": "5323937",
|
||||||
|
"zettelkasten/Originals by Adam Grant.md": "5323936",
|
||||||
|
"zettelkasten/Untamed by Glennon Doyle.md": "5323934",
|
||||||
|
"zettelkasten/Self-Compassion by Kristin Neff.md": "5323933",
|
||||||
|
"zettelkasten/How to Be an Antiracist by Ibram X. Kendi.md": "5323932",
|
||||||
|
"zettelkasten/Indistractable by Nir Eyal.md": "5323931",
|
||||||
|
"zettelkasten/The Art of Doing Science and Engineering by Richard W. Hamming and Bret Victor.md": "5323930",
|
||||||
|
"zettelkasten/On Earth We're Briefly Gorgeous by Ocean Vuong.md": "5323929",
|
||||||
|
"zettelkasten/The Yellow House by Sarah M. Broom.md": "5323928",
|
||||||
|
"zettelkasten/Rodham by Curtis Sittenfeld.md": "5802243",
|
||||||
|
"zettelkasten/Is It Immoral to Publicly Share Revenue Numbers by Not Overthinking.md": "6205269",
|
||||||
|
"zettelkasten/Seth Godin Writing Every Day by North Star Podcast.md": "6205530",
|
||||||
|
"zettelkasten/Atomic Habits by James Clear.md": "5323975",
|
||||||
|
"zettelkasten/Book Discussion - The Psychology of Money by Not Overthinking.md": "6206434",
|
||||||
|
"zettelkasten/Technology and the Evolution of Storytelling by The Academy.md": "6251011",
|
||||||
|
"zettelkasten/008 Pandemic Pair and Mob Programming by Remotely Interesting.md": "6561262",
|
||||||
|
"zettelkasten/The E-Myth Revisited by Michael E. Gerber.md": "6624523",
|
||||||
|
"zettelkasten/Hyperfocus by Chris Bailey.md": "7078837",
|
||||||
|
"zettelkasten/Dune by Frank Herbert.md": "7039955",
|
||||||
|
"zettelkasten/Homegoing by Yaa Gyasi.md": "7737405",
|
||||||
|
"zettelkasten/Limitless by Jim Kwik.md": "7513821",
|
||||||
|
"zettelkasten/The Miracle Morning by Hal Elrod and Robert Kiyosaki.md": "5324034",
|
||||||
|
"zettelkasten/The Practice by Seth Godin.md": "6649189",
|
||||||
|
"zettelkasten/The Left Hand of Darkness by Ursula K. Le Guin.md": "8111527",
|
||||||
|
"zettelkasten/Unleashing the Ideavirus by Seth Godin, Malcolm Gladwell.md": "8277750",
|
||||||
|
"zettelkasten/Think Again by Adam Grant.md": "7996862",
|
||||||
|
"zettelkasten/Dune Messiah by Frank Herbert.md": "8111528",
|
||||||
|
"zettelkasten/How to Take Smart Notes by Sönke Ahrens.md": "5323935",
|
||||||
|
"zettelkasten/This Is a Story About Ho... by @awilkinson on Twitter.md": "8501214",
|
||||||
|
"zettelkasten/The Three-Body Problem by Cixin Liu and Ken Liu.md": "5324044",
|
||||||
|
"zettelkasten/The Dark Forest by Cixin Liu.md": "8883315",
|
||||||
|
"zettelkasten/Death's End by Cixin Liu.md": "8913761",
|
||||||
|
"zettelkasten/The Invisible Life of Addie LaRue by V. E. Schwab.md": "9034368",
|
||||||
|
"zettelkasten/The Midnight Library by Matt Haig.md": "9131861",
|
||||||
|
"zettelkasten/The Amazing Adventures of Kavalier & Clay by Michael Chabon.md": "9166028",
|
||||||
|
"zettelkasten/Drive by Daniel H. Pink.md": "9238210",
|
||||||
|
"zettelkasten/Make Time by Jake Knapp, John Zeratsky.md": "9238209",
|
||||||
|
"zettelkasten/Flow by Mihaly Csikszentmihalyi.md": "5323948",
|
||||||
|
"zettelkasten/Unsouled by Will Wight.md": "11492683",
|
||||||
|
"zettelkasten/Soulsmith by Will Wight.md": "11527673",
|
||||||
|
"zettelkasten/Blackflame by Will Wight.md": "11544007",
|
||||||
|
"zettelkasten/Skysworn by Will Wight.md": "11579756",
|
||||||
|
"zettelkasten/Ghostwater by Will Wight.md": "11670114",
|
||||||
|
"zettelkasten/Underlord by Will Wight.md": "11670113",
|
||||||
|
"zettelkasten/Uncrowned by Will Wight.md": "11670111",
|
||||||
|
"zettelkasten/Bloodline by Will Wight.md": "11682250",
|
||||||
|
"zettelkasten/Wintersteel by Will Wight.md": "11670110",
|
||||||
|
"zettelkasten/Reaper by Will Wight.md": "11690267",
|
||||||
|
"zettelkasten/A Philosophy of Software Design by John Ousterhout.md": "11703963",
|
||||||
|
"zettelkasten/Worth It by Dan Price.md": "11728641",
|
||||||
|
"zettelkasten/What Got You Here Won't Get You There by Marshall Goldsmith and Mark Reiter.md": "11942940",
|
||||||
|
"zettelkasten/The Traveler's Gate Trilogy by Will Wight.md": "12208234",
|
||||||
|
"zettelkasten/Backable by Suneel Gupta.md": "12322609",
|
||||||
|
"zettelkasten/Brand Naming by Rob Meyerson.md": "12377508",
|
||||||
|
"zettelkasten/Berkshire Hathaway Part I.md": "9516025",
|
||||||
|
"zettelkasten/Berkshire Hathaway Part II.md": "9594145",
|
||||||
|
"zettelkasten/Carl's Doomsday Scenario.md": "11248036",
|
||||||
|
"zettelkasten/Do Nothing.md": "10528532",
|
||||||
|
"zettelkasten/Do Nothing by Celeste Headlee.md": "10528532",
|
||||||
|
"zettelkasten/Dungeon Crawler Carl.md": "11228428",
|
||||||
|
"zettelkasten/Michael Mauboussin Master Class — Moats, Skill, Luck, Decision Making and a Whole Lot More.md": "11451825",
|
||||||
|
"zettelkasten/The Happiness Advantage.md": "10866240",
|
||||||
|
"zettelkasten/Berkshire Hathaway Part I by Acquired.md": "9516025",
|
||||||
|
"zettelkasten/Berkshire Hathaway Part II by Acquired.md": "9594145",
|
||||||
|
"zettelkasten/The Happiness Advantage by Shawn Achor.md": "10866240",
|
||||||
|
"zettelkasten/Dungeon Crawler Carl by Matt Dinniman.md": "11228428",
|
||||||
|
"zettelkasten/Carl's Doomsday Scenario by Matt Dinniman.md": "11248036",
|
||||||
|
"zettelkasten/Michael Mauboussin Master Class — Moats, Skill, Luck, Decision Making and a Whole Lot More by Acquired.md": "11451825",
|
||||||
|
"zettelkasten/Mindset by Carol S. Dweck.md": "13201908",
|
||||||
|
"zettelkasten/Advanced Time Management... by @shreyas on Twitter.md": "13608911",
|
||||||
|
"zettelkasten/The Culture Map by Erin Meyer.md": "13621137",
|
||||||
|
"zettelkasten/Tweets From Dr. Julie Gurner by @drgurner on Twitter.md": "13626979",
|
||||||
|
"zettelkasten/Self-Determination Theory by Richard M. Ryan and Edward L. Deci.md": "14175642",
|
||||||
|
"zettelkasten/First Fist by TJ Reynolds and TC Tunstall.md": "14319745",
|
||||||
|
"zettelkasten/In 2006 a High School En... by @gabehudson on Twitter.md": "15109299"
|
||||||
|
},
|
||||||
|
"reimportShowConfirmation": true,
|
||||||
|
"obsidianToken": "gmhnmoo6gja",
|
||||||
|
"silentRun": false
|
||||||
|
}
|
||||||
26
.obsidian/plugins/readwise-official/data.json
vendored
Normal file
26
.obsidian/plugins/readwise-official/data.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"token": "4WzEf3uNKwl9j0SPViOCiuaP9bNckOcGuJuj4vKqcLQ4MtLvJb",
|
||||||
|
"readwiseDir": "zettelkasten",
|
||||||
|
"frequency": "1440",
|
||||||
|
"triggerOnLoad": true,
|
||||||
|
"isSyncing": false,
|
||||||
|
"lastSyncFailed": false,
|
||||||
|
"lastSavedStatusID": 12371289,
|
||||||
|
"currentSyncStatusID": 0,
|
||||||
|
"refreshBooks": true,
|
||||||
|
"booksToRefresh": [],
|
||||||
|
"booksIDsMap": {
|
||||||
|
"zettelkasten/Berkshire Hathaway Part I.md": "9516025",
|
||||||
|
"zettelkasten/Berkshire Hathaway Part II.md": "9594145",
|
||||||
|
"zettelkasten/Carl's Doomsday Scenario.md": "11248036",
|
||||||
|
"zettelkasten/Do Nothing.md": "10528532",
|
||||||
|
"zettelkasten/Dungeon Crawler Carl.md": "11228428",
|
||||||
|
"zettelkasten/Michael Mauboussin Master Class — Moats, Skill, Luck, Decision Making and a Whole Lot More.md": "11451825",
|
||||||
|
"zettelkasten/The Happiness Advantage.md": "10866240",
|
||||||
|
"zettelkasten/The Whole-Brain Child by Daniel J. Siegel and Tina Payne Bryson.md": "21840887",
|
||||||
|
"zettelkasten/The 12 Week Year by Moran & Lennington.md": "36104465"
|
||||||
|
},
|
||||||
|
"reimportShowConfirmation": true,
|
||||||
|
"obsidianToken": "gmhnmoo6gja",
|
||||||
|
"silentRun": false
|
||||||
|
}
|
||||||
8467
.obsidian/plugins/readwise-official/main.js
vendored
Normal file
8467
.obsidian/plugins/readwise-official/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/readwise-official/manifest.json
vendored
Normal file
10
.obsidian/plugins/readwise-official/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "readwise-official",
|
||||||
|
"name": "Readwise Official",
|
||||||
|
"version": "2.0.1",
|
||||||
|
"minAppVersion": "0.12.10",
|
||||||
|
"description": "Official Readwise <-> Obsidian integration",
|
||||||
|
"author": "Readwise",
|
||||||
|
"authorUrl": "https://readwise.io",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
51
.obsidian/plugins/readwise-official/styles.css
vendored
Normal file
51
.obsidian/plugins/readwise-official/styles.css
vendored
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
|
||||||
|
.theme-light {
|
||||||
|
--hyper-highlight: var(--text-highlight-bg, #FFF2AC);
|
||||||
|
--error-color: #DB5461;
|
||||||
|
--success-color: #8AAA79;
|
||||||
|
--info-color: var(--text-muted, #000);
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark {
|
||||||
|
--hyper-highlight: var(--text-highlight-bg, #1C5998);
|
||||||
|
--error-color: #DB5461;
|
||||||
|
--success-color: #8AAA79;
|
||||||
|
--info-color: var(--text-muted, #fff);
|
||||||
|
}
|
||||||
|
|
||||||
|
.rw-info-container {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rw-info {
|
||||||
|
color: var(--info-color);
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rw-error {
|
||||||
|
color: var(--error-color);
|
||||||
|
}
|
||||||
|
.rw-success {
|
||||||
|
color: var(--success-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
img[alt=rw-book-cover] {
|
||||||
|
max-height: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rw-hyper-highlight {
|
||||||
|
background-color: var(--hyper-highlight);
|
||||||
|
}
|
||||||
|
|
||||||
|
.rw-modal-btns {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rw-modal-confirmation {
|
||||||
|
margin-top: 1em;
|
||||||
|
font-size: smaller;
|
||||||
|
text-align: right;
|
||||||
|
padding-right: 12px;
|
||||||
|
}
|
||||||
17
.obsidian/plugins/templater-obsidian/data.json
vendored
17
.obsidian/plugins/templater-obsidian/data.json
vendored
@@ -11,21 +11,18 @@
|
|||||||
"auto_jump_to_cursor": true,
|
"auto_jump_to_cursor": true,
|
||||||
"enable_system_commands": false,
|
"enable_system_commands": false,
|
||||||
"shell_path": "",
|
"shell_path": "",
|
||||||
"user_scripts_folder": "",
|
"user_scripts_folder": "scripts",
|
||||||
"enable_folder_templates": true,
|
"enable_folder_templates": true,
|
||||||
"folder_templates": [
|
"folder_templates": [],
|
||||||
{
|
|
||||||
"folder": "/",
|
|
||||||
"template": "templates/Base Note (Template).md"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"syntax_highlighting": true,
|
"syntax_highlighting": true,
|
||||||
"enabled_templates_hotkeys": [
|
"syntax_highlighting_mobile": false,
|
||||||
""
|
"enabled_templates_hotkeys": [],
|
||||||
],
|
|
||||||
"startup_templates": [
|
"startup_templates": [
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
|
"enable_ribbon_icon": true,
|
||||||
"template_folder": "templates",
|
"template_folder": "templates",
|
||||||
|
"script_folder": "scripts",
|
||||||
|
"empty_file_template": "templates/Base Note (Page Template)",
|
||||||
"locale": "en"
|
"locale": "en"
|
||||||
}
|
}
|
||||||
29
.obsidian/plugins/text-snippets-obsidian/data.json
vendored
Normal file
29
.obsidian/plugins/text-snippets-obsidian/data.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"snippets_file": "@ : [[@$end$]]\n\n+ : [[+$end$]]\n\niab : 🥞 #i/ate/breakfast $end$\niabr : 🥂 #i/ate/brunch $end$\niad : 🍜 #i/ate/dinner $end$\nial : 🍔 #i/ate/lunch $end$\nias : 🍬 #i/ate/snack $end$\nidw : 💧 #i/drank/water — 8oz\nist : 📖 #i/studied \n\nipc : 🀄 #i/practiced/chinese ($end$)\nipj : 🇯🇵 #i/practiced/japanese ($end$)\nhm : 🧘 #i/practiced/meditation ($end$)\nhr : 📖 #i/practiced/reading $end$ (-)\nhu : 🎸 #i/practiced/ukulele ($end$)\nhw : 📝 #i/practiced/writing $end$ (0)\n\ndv : ```dataview$nl$$end$$nl$```\n\n",
|
||||||
|
"snippets": [
|
||||||
|
"@ : [[@$end$]]",
|
||||||
|
"+ : [[+$end$]]",
|
||||||
|
"iab : 🥞 #i/ate/breakfast $end$",
|
||||||
|
"iabr : 🥂 #i/ate/brunch $end$",
|
||||||
|
"iad : 🍜 #i/ate/dinner $end$",
|
||||||
|
"ial : 🍔 #i/ate/lunch $end$",
|
||||||
|
"ias : 🍬 #i/ate/snack $end$",
|
||||||
|
"idw : 💧 #i/drank/water — 8oz",
|
||||||
|
"ist : 📖 #i/studied ",
|
||||||
|
"ipc : 🀄 #i/practiced/chinese ($end$)",
|
||||||
|
"ipj : 🇯🇵 #i/practiced/japanese ($end$)",
|
||||||
|
"hm : 🧘 #i/practiced/meditation ($end$)",
|
||||||
|
"hr : 📖 #i/practiced/reading $end$ (-)",
|
||||||
|
"hu : 🎸 #i/practiced/ukulele ($end$)",
|
||||||
|
"hw : 📝 #i/practiced/writing $end$ (0)",
|
||||||
|
"dv : ```dataview$nl$$end$$nl$```"
|
||||||
|
],
|
||||||
|
"endSymbol": "$end$",
|
||||||
|
"newlineSymbol": "$nl$",
|
||||||
|
"stopSymbol": "$tb$",
|
||||||
|
"pasteSymbol": "$pst$",
|
||||||
|
"useTab": false,
|
||||||
|
"useSpace": false,
|
||||||
|
"wordDelimiters": "$()[]{}<>,.!?;:'\"\\/",
|
||||||
|
"isWYSIWYG": true
|
||||||
|
}
|
||||||
451
.obsidian/plugins/text-snippets-obsidian/main.js
vendored
Normal file
451
.obsidian/plugins/text-snippets-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/text-snippets-obsidian/manifest.json
vendored
Normal file
10
.obsidian/plugins/text-snippets-obsidian/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "text-snippets-obsidian",
|
||||||
|
"name": "Text Snippets",
|
||||||
|
"description": "Allows you to replace text templates for faster typing, create your own, expand text shortcuts.",
|
||||||
|
"version": "0.1.2",
|
||||||
|
"author": "Ariana Khitrova",
|
||||||
|
"authorUrl": "",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"minAppVersion": "0.9.16"
|
||||||
|
}
|
||||||
23
.obsidian/plugins/text-snippets-obsidian/styles.css
vendored
Normal file
23
.obsidian/plugins/text-snippets-obsidian/styles.css
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
.text-snippets-cursor > * > textarea, .text-snippets-tabstops > * > textarea, .text-snippets-newline > * > textarea, .text-snippets-delimiter > * > textarea{
|
||||||
|
height: 30px;
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-snippets-class > * > textarea{
|
||||||
|
width:40em;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-snippets-class > div > div {
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-snippets-class > * {
|
||||||
|
height: 100%;
|
||||||
|
width: 60em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-snippets-class {
|
||||||
|
height: 70%;
|
||||||
|
background-color:
|
||||||
|
}
|
||||||
105
.obsidian/plugins/various-complements/data.json
vendored
Normal file
105
.obsidian/plugins/various-complements/data.json
vendored
Normal file
@@ -0,0 +1,105 @@
|
|||||||
|
{
|
||||||
|
"strategy": "english-only",
|
||||||
|
"cedictPath": "./cedict_ts.u8",
|
||||||
|
"matchStrategy": "prefix",
|
||||||
|
"fuzzyMatch": true,
|
||||||
|
"minFuzzyMatchScore": 0.5,
|
||||||
|
"matchingWithoutEmoji": true,
|
||||||
|
"treatAccentDiacriticsAsAlphabeticCharacters": false,
|
||||||
|
"maxNumberOfSuggestions": 5,
|
||||||
|
"maxNumberOfWordsAsPhrase": 3,
|
||||||
|
"minNumberOfCharactersTriggered": 0,
|
||||||
|
"minNumberOfWordsTriggeredPhrase": 1,
|
||||||
|
"complementAutomatically": true,
|
||||||
|
"delayMilliSeconds": 0,
|
||||||
|
"disableSuggestionsDuringImeOn": false,
|
||||||
|
"insertAfterCompletion": true,
|
||||||
|
"firstCharactersDisableSuggestions": ":/^",
|
||||||
|
"patternsToSuppressTrigger": [
|
||||||
|
"^~~~.*",
|
||||||
|
"^```.*"
|
||||||
|
],
|
||||||
|
"phrasePatternsToSuppressTrigger": [],
|
||||||
|
"noAutoFocusUntilCycle": false,
|
||||||
|
"showMatchStrategy": true,
|
||||||
|
"showComplementAutomatically": true,
|
||||||
|
"showIndexingStatus": true,
|
||||||
|
"descriptionOnSuggestion": "Short",
|
||||||
|
"hotkeys": {
|
||||||
|
"select": [
|
||||||
|
{
|
||||||
|
"modifiers": [],
|
||||||
|
"key": "Tab",
|
||||||
|
"hideHotkeyGuide": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"up": [
|
||||||
|
{
|
||||||
|
"modifiers": [],
|
||||||
|
"key": "ArrowUp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"down": [
|
||||||
|
{
|
||||||
|
"modifiers": [],
|
||||||
|
"key": "ArrowDown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"select 1st": [],
|
||||||
|
"select 2nd": [],
|
||||||
|
"select 3rd": [],
|
||||||
|
"select 4th": [],
|
||||||
|
"select 5th": [],
|
||||||
|
"select 6th": [],
|
||||||
|
"select 7th": [],
|
||||||
|
"select 8th": [],
|
||||||
|
"select 9th": [],
|
||||||
|
"open": [],
|
||||||
|
"completion": [],
|
||||||
|
"insert as text": []
|
||||||
|
},
|
||||||
|
"propagateEsc": false,
|
||||||
|
"enableCurrentFileComplement": true,
|
||||||
|
"currentFileMinNumberOfCharacters": 0,
|
||||||
|
"onlyComplementEnglishOnCurrentFileComplement": false,
|
||||||
|
"enableCurrentVaultComplement": false,
|
||||||
|
"currentVaultMinNumberOfCharacters": 0,
|
||||||
|
"includeCurrentVaultPathPrefixPatterns": "",
|
||||||
|
"excludeCurrentVaultPathPrefixPatterns": "",
|
||||||
|
"includeCurrentVaultOnlyFilesUnderCurrentDirectory": false,
|
||||||
|
"enableCustomDictionaryComplement": false,
|
||||||
|
"customDictionaryPaths": "https://raw.githubusercontent.com/first20hours/google-10000-english/master/google-10000-english-no-swears.txt",
|
||||||
|
"columnDelimiter": "Tab",
|
||||||
|
"customDictionaryWordRegexPattern": "",
|
||||||
|
"delimiterToHideSuggestion": "",
|
||||||
|
"delimiterToDivideSuggestionsForDisplayFromInsertion": "",
|
||||||
|
"caretLocationSymbolAfterComplement": "",
|
||||||
|
"displayedTextSuffix": " => ...",
|
||||||
|
"enableInternalLinkComplement": true,
|
||||||
|
"suggestInternalLinkWithAlias": false,
|
||||||
|
"excludeInternalLinkPathPrefixPatterns": "",
|
||||||
|
"updateInternalLinksOnSave": true,
|
||||||
|
"insertAliasTransformedFromDisplayedInternalLink": {
|
||||||
|
"enabled": false,
|
||||||
|
"beforeRegExp": "",
|
||||||
|
"after": ""
|
||||||
|
},
|
||||||
|
"frontMatterKeyForExclusionInternalLink": "",
|
||||||
|
"enableFrontMatterComplement": true,
|
||||||
|
"frontMatterComplementMatchStrategy": "inherit",
|
||||||
|
"insertCommaAfterFrontMatterCompletion": false,
|
||||||
|
"intelligentSuggestionPrioritization": {
|
||||||
|
"enabled": true,
|
||||||
|
"historyFilePath": "",
|
||||||
|
"maxDaysToKeepHistory": 30,
|
||||||
|
"maxNumberOfHistoryToKeep": 0
|
||||||
|
},
|
||||||
|
"disableOnMobile": false,
|
||||||
|
"showLogAboutPerformanceInConsole": false,
|
||||||
|
"selectionHistoryTree": {},
|
||||||
|
"useCommonPrefixCompletionOfSuggestion": false,
|
||||||
|
"selectSuggestionKeys": "Tab",
|
||||||
|
"additionalCycleThroughSuggestionsKeys": "None",
|
||||||
|
"disableUpDownKeysForCycleThroughSuggestionsKeys": false,
|
||||||
|
"openSourceFileKey": "None"
|
||||||
|
}
|
||||||
1
.obsidian/plugins/various-complements/histories.json
vendored
Normal file
1
.obsidian/plugins/various-complements/histories.json
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"LAMT (2024)":{"LA Marathon Training Program (2023-2024)":{"internalLink":{"count":1,"lastUpdated":1704301738211}}},"Workflow (Book)":{"Workflow (Book)":{"internalLink":{"count":1,"lastUpdated":1704305294128}}},"000 - Personal Finance":{"000 - Personal Finance":{"internalLink":{"count":1,"lastUpdated":1704736018496}}},"@Google Meet":{"@Google Meet":{"internalLink":{"count":1,"lastUpdated":1704821676347}}},"MagicMind Drink":{"MagicMind Drink":{"internalLink":{"count":1,"lastUpdated":1704828278196}}},"Uncrustables Peanut Butter and Jelly":{"Uncrustables Peanut Butter and Jelly":{"internalLink":{"count":1,"lastUpdated":1704828281385}}},"Trader Joe's Korean Vegetarian BBQ":{"Trader Joe's Korean Vegetarian BBQ":{"internalLink":{"count":1,"lastUpdated":1704981857941}}},"The Main Function":{"The Main Function":{"internalLink":{"count":1,"lastUpdated":1705339399110}}},"Boiler":{"Boiler":{"currentFile":{"count":1,"lastUpdated":1705340256764}}},"Engine":{"Engine":{"currentFile":{"count":1,"lastUpdated":1705340357893}}},"GitLab":{"GitLab":{"internalLink":{"count":1,"lastUpdated":1705340387757}}},"@Audible":{"@Audible":{"internalLink":{"count":1,"lastUpdated":1705515435989}}},"PC Setup":{"PC Setup":{"internalLink":{"count":1,"lastUpdated":1705522309459}}}}
|
||||||
7476
.obsidian/plugins/various-complements/main.js
vendored
Normal file
7476
.obsidian/plugins/various-complements/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/various-complements/manifest.json
vendored
Normal file
10
.obsidian/plugins/various-complements/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "various-complements",
|
||||||
|
"name": "Various Complements",
|
||||||
|
"version": "9.1.0",
|
||||||
|
"minAppVersion": "0.16.0",
|
||||||
|
"description": "This plugin enables you to complete words like the auto-completion of IDE",
|
||||||
|
"author": "tadashi-aikawa",
|
||||||
|
"authorUrl": "https://github.com/tadashi-aikawa",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
185
.obsidian/plugins/various-complements/styles.css
vendored
Normal file
185
.obsidian/plugins/various-complements/styles.css
vendored
Normal file
@@ -0,0 +1,185 @@
|
|||||||
|
.various-complements__settings__text-area-path {
|
||||||
|
height: 120px;
|
||||||
|
width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__settings__text-area-path-dense {
|
||||||
|
height: 120px;
|
||||||
|
width: 360px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__settings__current-settings-json {
|
||||||
|
font-size: 0.75em;
|
||||||
|
height: 800px;
|
||||||
|
width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__settings__warning {
|
||||||
|
color: darkorange;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__settings__nested {
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__settings__header {
|
||||||
|
position: relative;
|
||||||
|
padding-left: 25px;
|
||||||
|
}
|
||||||
|
.various-complements__settings__header::before {
|
||||||
|
position: absolute;
|
||||||
|
width: 20px;
|
||||||
|
margin-top: 3px;
|
||||||
|
margin-left: -25px;
|
||||||
|
filter: invert(0.5) hue-rotate(180deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__settings__header__main::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0xMS45OSAyQzYuNDcgMiAyIDYuNDggMiAxMnM0LjQ3IDEwIDkuOTkgMTBDMTcuNTIgMjIgMjIgMTcuNTIgMjIgMTJTMTcuNTIgMiAxMS45OSAyem02LjkzIDZoLTIuOTVhMTUuNjUgMTUuNjUgMCAwIDAtMS4zOC0zLjU2QTguMDMgOC4wMyAwIDAgMSAxOC45MiA4ek0xMiA0LjA0Yy44MyAxLjIgMS40OCAyLjUzIDEuOTEgMy45NmgtMy44MmMuNDMtMS40MyAxLjA4LTIuNzYgMS45MS0zLjk2ek00LjI2IDE0QzQuMSAxMy4zNiA0IDEyLjY5IDQgMTJzLjEtMS4zNi4yNi0yaDMuMzhjLS4wOC42Ni0uMTQgMS4zMi0uMTQgMnMuMDYgMS4zNC4xNCAySDQuMjZ6bS44MiAyaDIuOTVjLjMyIDEuMjUuNzggMi40NSAxLjM4IDMuNTZBNy45ODcgNy45ODcgMCAwIDEgNS4wOCAxNnptMi45NS04SDUuMDhhNy45ODcgNy45ODcgMCAwIDEgNC4zMy0zLjU2QTE1LjY1IDE1LjY1IDAgMCAwIDguMDMgOHpNMTIgMTkuOTZjLS44My0xLjItMS40OC0yLjUzLTEuOTEtMy45NmgzLjgyYy0uNDMgMS40My0xLjA4IDIuNzYtMS45MSAzLjk2ek0xNC4zNCAxNEg5LjY2Yy0uMDktLjY2LS4xNi0xLjMyLS4xNi0ycy4wNy0xLjM1LjE2LTJoNC42OGMuMDkuNjUuMTYgMS4zMi4xNiAycy0uMDcgMS4zNC0uMTYgMnptLjI1IDUuNTZjLjYtMS4xMSAxLjA2LTIuMzEgMS4zOC0zLjU2aDIuOTVhOC4wMyA4LjAzIDAgMCAxLTQuMzMgMy41NnpNMTYuMzYgMTRjLjA4LS42Ni4xNC0xLjMyLjE0LTJzLS4wNi0xLjM0LS4xNC0yaDMuMzhjLjE2LjY0LjI2IDEuMzEuMjYgMnMtLjEgMS4zNi0uMjYgMmgtMy4zOHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvc3ZnPg==")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__appearance::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yMCAzSDRjLTEuMSAwLTIgLjktMiAydjExYzAgMS4xLjkgMiAyIDJoM2MtLjU1LjU1LTEgLjg3LTEgMS41OWMwIC43OC42MyAxLjQxIDEuNDEgMS40MWg5LjE3Yy43OCAwIDEuNDEtLjYzIDEuNDEtMS40MWMwLS43Mi0uNDQtMS4wMy0xLTEuNTloM2MxLjEgMCAyLS45IDItMlY1QzIyIDMuOSAyMS4xIDMgMjAgM3ptMCAxM0g0VjVoMTZ2MTF6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__key-customization::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGQ9Ik0yOCAyNkg0YTIgMiAwIDAgMS0yLTJWMTBhMiAyIDAgMCAxIDItMmgyNGEyIDIgMCAwIDEgMiAydjE0YTIgMiAwIDAgMS0yIDJ6TTQgMTB2MTRoMjRWMTB6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTAgMjBoMTF2MkgxMHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik02IDEyaDJ2Mkg2eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTEwIDEyaDJ2MmgtMnoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xNCAxMmgydjJoLTJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTggMTJoMnYyaC0yeiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTYgMjBoMnYySDZ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNNiAxNmgydjJINnoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xMCAxNmgydjJoLTJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTQgMTZoMnYyaC0yeiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTIyIDEyaDR2MmgtNHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0yMiAxNmg0djJoLTR6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTggMTZoMnYyaC0yeiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTIzIDIwaDN2MmgtM3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvc3ZnPg==")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__current-file::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik01IDFhMiAyIDAgMCAwLTIgMnY5Ljk5OGEyIDIgMCAwIDAgMiAyaDEuMDQ2bC4yNS0xSDVhMSAxIDAgMCAxLTEtMVYzYTEgMSAwIDAgMSAxLTFoM3YyLjVBMS41IDEuNSAwIDAgMCA5LjQ5OCA2aDIuNXYxLjQ0Yy4zMDYtLjIwOS42NDctLjM0NCAxLS40MDVWNS40MTNhMS41IDEuNSAwIDAgMC0uNDQtMS4wNkw5LjY0NSAxLjQzOUExLjUgMS41IDAgMCAwIDguNTg1IDFINXptNi43OTEgNEg5LjVhLjUuNSAwIDAgMS0uNS0uNVYyLjIwNmwyLjc5MiAyLjc5MnptMS4yMDcgMy4wNmMtLjI0Mi4wNzEtLjQ3LjIwMy0uNjYyLjM5NEw4LjA1IDEyLjc0YTIuNzc3IDIuNzc3IDAgMCAwLS43MjIgMS4yNTdsLS4wMDkuMDMzbC0uMzAyIDEuMjExYS42MS42MSAwIDAgMCAuNzM4Ljc0bDEuMjExLS4zMDNhMi43NzYgMi43NzYgMCAwIDAgMS4yOS0uNzNsNC4yODgtNC4yODhhMS41NiAxLjU2IDAgMCAwLTEuNTQ1LTIuNnoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__current-vault::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgZD0iTTEwLDEwYy00LjQsMC04LDMuNi04LDh2NjRjMCw0LjQsMy42LDgsOCw4aDJ2MmgxMHYtMmg1NnYyaDEwdi0yaDJjNC40LDAsOC0zLjYsOC04VjE4YzAtNC40LTMuNi04LTgtOEwxMCwxMHogTTEwLDE0aDgwIGMyLjIsMCw0LDEuOCw0LDR2NjRjMCwyLjItMS44LDQtNCw0SDEwYy0yLjIsMC00LTEuOC00LTRWMThDNiwxNS44LDcuOCwxNCwxMCwxNHogTTEzLjYsMjBjLTEsMC4yLTEuNiwxLTEuNiwydjIzLjQgYy0wLjEsMC40LTAuMSwwLjgsMCwxLjJ2Ny4xYzAsMC4xLDAsMC4xLDAsMC4yYzAsMC4xLDAsMC4zLDAsMC40YzAsMC4xLDAsMC4xLDAsMC4yVjc4YzAsMS4xLDAuOSwyLDIsMmg3MmMxLjEsMCwyLTAuOSwyLTJWMjIgYzAtMS4xLTAuOS0yLTItMkgxNGMtMC4xLDAtMC4xLDAtMC4yLDBTMTMuNywyMCwxMy42LDIweiBNMTYsMjRoNjh2NTJIMTZWNTQuOWwzLjQtMy40YzAuNC0wLjQsMC42LTAuOSwwLjYtMS40cy0wLjItMS4xLTAuNi0xLjQgTDE2LDQ1LjFMMTYsMjR6IE00OS44LDI3LjljLTAuMSwwLTAuMiwwLTAuMywwLjFjLTAuMSwwLTAuMSwwLTAuMiwwLjFjLTUuNSwwLjItMTAuNSwyLjQtMTQuMyw1LjljLTAuNSwwLjItMC45LDAuNi0xLjEsMS4xIGMtMy40LDMuNy01LjYsOC42LTUuOSwxMy45Yy0wLjQsMC42LTAuNCwxLjQsMCwyYzAuMiw1LjMsMi4zLDEwLjEsNS43LDEzLjhjMC4yLDAuNywwLjcsMS4zLDEuNCwxLjRjMy44LDMuNCw4LjgsNS41LDE0LjMsNS43IGMwLjEsMCwwLjEsMCwwLjIsMC4xYzAuMSwwLDAuMywwLDAuNCwwYzAuMSwwLDAuMywwLDAuNCwwYzAuMSwwLDAuMSwwLDAuMi0wLjFjNS40LTAuMiwxMC40LTIuMywxNC4yLTUuNyBjMC43LTAuMiwxLjMtMC44LDEuNC0xLjVjMy40LTMuOCw1LjUtOC43LDUuNy0xNC4yYzAsMCwwLTAuMSwwLjEtMC4xYzAsMCwwLDAsMC0wLjFjMC0wLjEsMC0wLjMsMC0wLjRjMC0wLjEsMC0wLjIsMC0wLjMgYzAtMC4xLDAtMC4zLTAuMS0wLjRjLTAuMi01LjYtMi40LTEwLjctNi0xNC41YzAsMCwwLDAtMC4xLTAuMWMwLDAsMC0wLjEtMC4xLTAuMWMtMC4yLTAuMi0wLjQtMC40LTAuNi0wLjYgYy0zLjgtMy42LTguOS01LjktMTQuNC02LjFDNTAuNSwyNy45LDUwLjEsMjcuOSw0OS44LDI3Ljl6IE00OCwzMi4xYzAsMS4xLDAuOSwyLDIsMmMxLjEsMCwyLTAuOSwyLTJjMy41LDAuNCw2LjYsMS44LDkuMywzLjkgYy0wLjYsMC41LTAuOSwxLjMtMC43LDJjMC4yLDAuNywwLjgsMS4zLDEuNSwxLjVjMC44LDAuMiwxLjUtMC4xLDItMC43YzIuMSwyLjYsMy41LDUuOCwzLjksOS4zYzAsMC0wLjEsMC0wLjEsMCBjLTAuMSwwLTAuMSwwLTAuMiwwYy0xLjEsMC4xLTEuOCwxLjEtMS43LDIuMXMxLDEuOSwyLjEsMS45Yy0wLjQsMy41LTEuOCw2LjYtMy45LDkuM2MtMC40LTAuNC0xLTAuNi0xLjYtMC42Yy0wLjEsMC0wLjEsMC0wLjIsMCBjLTAuNywwLjEtMS4zLDAuNy0xLjUsMS40Yy0wLjIsMC43LDAsMS41LDAuNSwyYy0yLjYsMi4xLTUuOCwzLjUtOS4zLDMuOWMwLTAuNi0wLjItMS4xLTAuNi0xLjVjLTAuNC0wLjQtMS0wLjYtMS41LTAuNSBjLTAuMSwwLTAuMiwwLTAuMywwLjFjLTAuOSwwLjItMS42LDEtMS42LDEuOWMtMy41LTAuNC02LjYtMS44LTkuMy0zLjljMC42LTAuNiwwLjctMS41LDAuNC0yLjJjLTAuMy0wLjctMS4xLTEuMi0xLjktMS4yIGMtMC4xLDAtMC4xLDAtMC4yLDBjLTAuNCwwLjEtMC44LDAuMy0xLjEsMC42Yy0yLjEtMi42LTMuNS01LjgtMy45LTkuM2MxLjEsMCwyLTAuOSwyLTJjMC0xLjEtMC45LTItMi0yYzAuNC0zLjUsMS44LTYuNiwzLjktOS4zIGMwLjUsMC42LDEuMywwLjksMiwwLjdjMC43LTAuMiwxLjMtMC44LDEuNS0xLjVjMC4yLTAuOC0wLjEtMS41LTAuNy0yQzQxLjQsMzMuOSw0NC41LDMyLjQsNDgsMzIuMUw0OCwzMi4xeiBNNTAsNDAgYy01LjUsMC0xMCw0LjUtMTAsMTBzNC41LDEwLDEwLDEwczEwLTQuNSwxMC0xMFM1NS41LDQwLDUwLDQweiBNNTAsNDRjMy4zLDAsNiwyLjcsNiw2cy0yLjcsNi02LDZzLTYtMi43LTYtNlM0Ni43LDQ0LDUwLDQ0eiI+PC9wYXRoPjwvc3ZnPg==")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__custom-dictionary::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHJlY3QgeD0iMzIiIHk9Ijk2IiB3aWR0aD0iNjQiIGhlaWdodD0iMzY4IiByeD0iMTYiIHJ5PSIxNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMzIiPjwvcmVjdD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMyIiBkPSJNMTEyIDIyNGgxMjgiPjwvcGF0aD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMyIiBkPSJNMTEyIDQwMGgxMjgiPjwvcGF0aD48cmVjdCB4PSIxMTIiIHk9IjE2MCIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIzMDQiIHJ4PSIxNiIgcnk9IjE2IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzMiI+PC9yZWN0PjxyZWN0IHg9IjI1NiIgeT0iNDgiIHdpZHRoPSI5NiIgaGVpZ2h0PSI0MTYiIHJ4PSIxNiIgcnk9IjE2IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzMiI+PC9yZWN0PjxwYXRoIGQ9Ik00MjIuNDYgOTYuMTFsLTQwLjQgNC4yNWMtMTEuMTIgMS4xNy0xOS4xOCAxMS41Ny0xNy45MyAyMy4xbDM0LjkyIDMyMS41OWMxLjI2IDExLjUzIDExLjM3IDIwIDIyLjQ5IDE4Ljg0bDQwLjQtNC4yNWMxMS4xMi0xLjE3IDE5LjE4LTExLjU3IDE3LjkzLTIzLjFMNDQ1IDExNWMtMS4zMS0xMS41OC0xMS40Mi0yMC4wNi0yMi41NC0xOC44OXoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMyIj48L3BhdGg+PC9zdmc+")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__internal-link::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgZD0iTTEyLDBDNS40LDAsMCw1LjQsMCwxMnM1LjQsMTIsMTIsMTJjMi42LDAsNS0wLjgsNi45LTIuMmwxNS42LDE1LjZDMzEuNyw0MC44LDMwLDQ1LjIsMzAsNTBjMCw0LDEuMiw3LjYsMy4yLDEwLjcgTDIwLjEsNzEuMWMtMi4xLTEuOS01LTMuMS04LjEtMy4xQzUuNCw2OCwwLDczLjQsMCw4MHM1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEyYzAtMi4xLTAuNS00LTEuNS01LjhsMTMuMi0xMC40IEMzOS4zLDY3LjYsNDQuNCw3MCw1MCw3MGMyLjcsMCw1LjItMC41LDcuNS0xLjRsNS4zLDkuOUM1OS45LDgwLjcsNTgsODQuMSw1OCw4OGMwLDYuNiw1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEycy01LjQtMTItMTItMTIgYy0xLjMsMC0yLjYsMC4yLTMuOCwwLjZMNjEsNjYuN2MzLjgtMi41LDYuNy02LjIsOC4xLTEwLjZsNi45LDEuNGMwLDAuMiwwLDAuMywwLDAuNWMwLDYuNiw1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEyIGMwLTYuNi01LjQtMTItMTItMTJjLTUuMSwwLTkuNCwzLjItMTEuMiw3LjZsLTYuOS0xLjVjMC4xLTAuNywwLjEtMS40LDAuMS0yLjFjMC03LjktNC42LTE0LjctMTEuMy0xNy45bDMuMS04LjIgYzAuNywwLjEsMS41LDAuMiwyLjIsMC4yYzYuNiwwLDEyLTUuNCwxMi0xMlM3MC42LDAsNjQsMFM1Miw1LjQsNTIsMTJjMCw0LjQsMi41LDguMyw2LjEsMTAuNEw1NSwzMC43Yy0xLjYtMC40LTMuMy0wLjctNS0wLjcgYy00LjgsMC05LjIsMS43LTEyLjYsNC41TDIxLjgsMTguOWMxLjQtMiwyLjItNC40LDIuMi02LjlDMjQsNS40LDE4LjYsMCwxMiwwTDEyLDB6IE0xMiw0YzQuNCwwLDgsMy42LDgsOHMtMy42LDgtOCw4cy04LTMuNi04LTggUzcuNiw0LDEyLDR6IE02NCw0YzQuNCwwLDgsMy42LDgsOHMtMy42LDgtOCw4cy04LTMuNi04LThTNTkuNiw0LDY0LDR6IE01MCwzNGM4LjksMCwxNiw3LjEsMTYsMTZjMCw4LjktNy4xLDE2LTE2LDE2IGMtOC45LDAtMTYtNy4xLTE2LTE2YzAtNC4zLDEuNy04LjIsNC40LTExLjFjMC4yLTAuMSwwLjMtMC4zLDAuNC0wLjRDNDEuOCwzNS43LDQ1LjcsMzQsNTAsMzR6IE04OCw1MGM0LjQsMCw4LDMuNiw4LDggcy0zLjYsOC04LDhzLTgtMy42LTgtOFM4My42LDUwLDg4LDUweiBNMTIsNzJjNC40LDAsOCwzLjYsOCw4cy0zLjYsOC04LDhzLTgtMy42LTgtOFM3LjYsNzIsMTIsNzJ6IE03MCw4MGM0LjQsMCw4LDMuNiw4LDggcy0zLjYsOC04LDhjLTQuNCwwLTgtMy42LTgtOGMwLTMsMS43LTUuNiw0LjEtN2MwLjEsMCwwLjEsMCwwLjItMC4xYzAsMCwwLDAsMC4xLTAuMWMwLDAsMC4xLDAsMC4xLTAuMUM2Ny42LDgwLjMsNjguNyw4MCw3MCw4MHogIj48L3BhdGg+PC9zdmc+")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__front-matter::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xMC4zMiAyLjAxM0E0IDQgMCAwIDAgNi4xNjIgNy4xM2wtMy45ODcgMy45ODZhLjYuNiAwIDAgMC0uMTc2LjQyNFYxNC40YS42LjYgMCAwIDAgLjYuNmgyLjhhLjYuNiAwIDAgMCAuNi0uNlYxM2gxLjlhLjYuNiAwIDAgMCAuNi0uNnYtMS42OTNsLjczNS0uNzM1YTUuNTEgNS41MSAwIDAgMS0uNTY5LS44NDZsLS45OS45OTFhLjYuNiAwIDAgMC0uMTc2LjQyNFYxMkg1LjZhLjYuNiAwIDAgMC0uNi42VjE0SDN2LTIuMjkzbDQuMzItNC4zMmwtLjExOC0uMzAzYTMuMDAxIDMuMDAxIDAgMCAxIDEuOTYtMy45NjVjLjMzLS40MjMuNzItLjc5NiAxLjE1Ny0xLjEwNnpNMTMuNSA2LjI1YS43NS43NSAwIDEgMCAwLTEuNWEuNzUuNzUgMCAwIDAgMCAxLjV6TTkgNi41YTQuNSA0LjUgMCAxIDEgNyAzLjc0MnYyLjA1bC43ODMuNzg0YS42LjYgMCAwIDEgMCAuODQ4TDE1LjcwNyAxNWwxLjA2OCAxLjA2N2EuNi42IDAgMCAxLS4wNS44OTNsLTIuMzUgMS44OGEuNi42IDAgMCAxLS43NSAwbC0yLjQtMS45MmEuNi42IDAgMCAxLS4yMjUtLjQ2OHYtNi4yMUE0LjQ5NiA0LjQ5NiAwIDAgMSA5IDYuNXpNMTMuNSAzYTMuNSAzLjUgMCAwIDAtMS43NSA2LjUzMmEuNS41IDAgMCAxIC4yNS40MzN2Ni4yOTVsMiAxLjZsMS43NTEtMS40MDFsLTEuMDM0LTEuMDM1YS42LjYgMCAwIDEgMC0uODQ4bDEuMDc2LTEuMDc2bC0uNjE3LS42MTdhLjYuNiAwIDAgMS0uMTc2LS40MjRWOS45NjVhLjUuNSAwIDAgMSAuMjUtLjQzM0EzLjUgMy41IDAgMCAwIDEzLjUgM3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__intelligent-suggestion-prioritization::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik02LjEzIDIuNzkzQTMuOTEgMy45MSAwIDAgMSA4LjUgMmExLjc1NyAxLjc1NyAwIDAgMSAxLjUuNzhBMS43NTcgMS43NTcgMCAwIDEgMTEuNSAyYTMuOTEgMy45MSAwIDAgMSAyLjM3Ljc5M2MuNTI1LjQwOC45My45NzMgMS4wNzMgMS42NTZjLjMyOC4wMjUuNjI4LjE2MS44OC4zNjZjLjM4Mi4zMS42Ni43NzUuODM1IDEuMjY3Yy4yNzQuNzY1LjM0OCAxLjc0LjA2NCAyLjU3Yy4wNzIuMDM0LjE0My4wNzQuMjEyLjEyYy4yNzUuMTgzLjQ4NC40NDUuNjM4Ljc1NGMuMzAzLjYwNS40MjggMS40NDkuNDI4IDIuNDc0YzAgMS4xNDEtLjQzNSAxLjkwNy0uOTg3IDIuMzhhMi42OCAyLjY4IDAgMCAxLTEuMDU0LjU1NWMtLjEuNTU4LS4zOCAxLjIwNC0uODE5IDEuNzUyQzE0LjU3IDE3LjQwMiAxMy42ODYgMTggMTIuNSAxOGMtLjk0IDAtMS42ODgtLjUyLTIuMTc0LTEuMDNhNC4yNTIgNC4yNTIgMCAwIDEtLjMyNi0uMzg1YTQuMjQ1IDQuMjQ1IDAgMCAxLS4zMjYuMzg1QzkuMTg4IDE3LjQ4IDguNDQxIDE4IDcuNSAxOGMtMS4xODYgMC0yLjA2OS0uNTk4LTIuNjQtMS4zMTNhNC4wNTcgNC4wNTcgMCAwIDEtLjgxOS0xLjc1MmEyLjY4IDIuNjggMCAwIDEtMS4wNTQtLjU1NUMyLjQzNSAxMy45MDcgMiAxMy4xNCAyIDEyYzAtMS4wMjUuMTI2LTEuODcuNDI4LTIuNDc0Yy4xNTQtLjMwOS4zNjMtLjU3LjYzOC0uNzU1YTEuNTggMS41OCAwIDAgMSAuMjEyLS4xMThjLS4yODQtLjgzMi0uMjEtMS44MDYuMDY0LTIuNTcxYy4xNzUtLjQ5Mi40NTMtLjk1Ny44MzUtMS4yNjdjLjI1Mi0uMjA1LjU1Mi0uMzQuODgtLjM2NmMuMTQ0LS42ODMuNTQ5LTEuMjQ4IDEuMDc0LTEuNjU2ek05LjUgNC41VjQuNDlsLS4wMDItLjA1YTIuNzQ0IDIuNzQ0IDAgMCAwLS4xNTQtLjc2NGExLjIyMiAxLjIyMiAwIDAgMC0uMzA5LS40OUEuNzYuNzYgMCAwIDAgOC41IDNhMi45MSAyLjkxIDAgMCAwLTEuNzU2LjU4MkM2LjI4IDMuOTQzIDYgNC40MzIgNiA1YS41LjUgMCAwIDEtLjY1OC40NzRjLS4xODgtLjA2Mi0uMzU2LS4wMjctLjUzNS4xMTdjLS4xOTYuMTYtLjM4Ny40NDQtLjUyNC44MjdjLS4yNzkuNzgyLS4yNSAxLjcyOS4xMzMgMi4zMDVBLjUuNSAwIDAgMSA0LjUgOWguNzVhMi4yNSAyLjI1IDAgMCAxIDIuMjUgMi4yNXYuMzM1YTEuNSAxLjUgMCAxIDEtMSAwdi0uMzM1YzAtLjY5LS41Ni0xLjI1LTEuMjUtMS4yNUgzLjVhLjQ5OS40OTkgMCAwIDEtLjE3NS0uMDMybC0uMDAzLjAwNkMzLjEyNCAxMC4zNjkgMyAxMS4wMjUgMyAxMmMwIC44NTkuMzE1IDEuMzQzLjYzOCAxLjYyYy4zNDcuMjk4LjczMi4zOC44NjIuMzhhLjUuNSAwIDAgMSAuNS41YzAgLjM2OC4yIDEuMDExLjY0IDEuNTYzYy40MjkuNTM1IDEuMDQ2LjkzNyAxLjg2LjkzN2MuNTYgMCAxLjA2Mi0uMzEzIDEuNDUtLjcyYy4xOTEtLjIuMzQtLjQwNy40MzctLjU3N2ExLjU3MyAxLjU3MyAwIDAgMCAuMTEzLS4yMzZWNy41SDguNDE1YTEuNSAxLjUgMCAxIDEgMC0xSDkuNXYtMnptMSA5Ljk5OXYuOTY3YTEuNTc1IDEuNTc1IDAgMCAwIC4xMTMuMjM2Yy4wOTguMTcuMjQ2LjM3Ny40MzYuNTc3Yy4zODkuNDA3Ljg5Mi43MiAxLjQ1MS43MmMuODE0IDAgMS40MzEtLjQwMiAxLjg2LS45MzdjLjQ0LS41NTIuNjQtMS4xOTUuNjQtMS41NjNhLjUuNSAwIDAgMSAuNS0uNWMuMTMgMCAuNTE1LS4wODIuODYyLS4zOGMuMzIzLS4yNzcuNjM4LS43NjEuNjM4LTEuNjJjMC0uOTc1LS4xMjUtMS42My0uMzIyLTIuMDI2YS45MjMuOTIzIDAgMCAwLS4zLS4zN0EuNjU3LjY1NyAwIDAgMCAxNiA5LjVhLjUuNSAwIDAgMS0uNDE2LS43NzdjLjM4NC0uNTc2LjQxMi0xLjUyMy4xMzMtMi4zMDVjLS4xMzctLjM4My0uMzI4LS42NjgtLjUyNC0uODI3Yy0uMTc5LS4xNDQtLjM0Ny0uMTgtLjUzNS0uMTE3QS41LjUgMCAwIDEgMTQgNWMwLS41NjgtLjI4LTEuMDU3LS43NDUtMS40MThBMi45MSAyLjkxIDAgMCAwIDExLjUgM2EuNzYuNzYgMCAwIDAtLjUzNS4xODZhMS4yMiAxLjIyIDAgMCAwLS4zMS40OWEyLjU3OSAyLjU3OSAwIDAgMC0uMTU1LjgxNHY5LjAxaC43NWMuNjkgMCAxLjI1LS41NiAxLjI1LTEuMjV2LTEuODM1YTEuNSAxLjUgMCAxIDEgMSAwdjEuODM1YTIuMjUgMi4yNSAwIDAgMS0yLjI1IDIuMjVoLS43NXpNNi41IDdhLjUuNSAwIDEgMCAxIDBhLjUuNSAwIDAgMC0xIDB6TTEzIDkuNWEuNS41IDAgMSAwIDAtMWEuNS41IDAgMCAwIDAgMXptLTYgM2EuNS41IDAgMSAwIDAgMWEuNS41IDAgMCAwIDAtMXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__mobile::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0xNyAxLjAxTDcgMWMtMS4xIDAtMiAuOS0yIDJ2MThjMCAxLjEuOSAyIDIgMmgxMGMxLjEgMCAyLS45IDItMlYzYzAtMS4xLS45LTEuOTktMi0xLjk5ek0xNyAxOUg3VjVoMTB2MTR6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
.various-complements__settings__header__debug::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGQ9Ik0yOS44MyAyMGwuMzQtMmwtNS4xNy0uODVWMTN2LS4yM2w1LjA2LTEuMzZsLS41MS0xLjkzbC00LjgzIDEuMjlBOSA5IDAgMCAwIDIwIDVWMmgtMnYyLjIzYTguODEgOC44MSAwIDAgMC00IDBWMmgtMnYzYTkgOSAwIDAgMC00LjcxIDUuODJMMi40NiA5LjQ4TDIgMTEuNDFsNSAxLjM2VjE3LjE1TDEuODQgMThsLjMyIDJMNyAxOS4xOGE4LjkgOC45IDAgMCAwIC44MiAzLjU3bC00LjUzIDQuNTRsMS40MiAxLjQybDQuMTktNC4yYTkgOSAwIDAgMCAxNC4yIDBsNC4xOSA0LjJsMS40Mi0xLjQybC00LjU0LTQuNTRhOC45IDguOSAwIDAgMCAuODMtMy41N3pNMTUgMjUuOTJBNyA3IDAgMCAxIDkgMTl2LTZoNnpNOS4yOSAxMWE3IDcgMCAwIDEgMTMuNDIgMHpNMjMgMTlhNyA3IDAgMCAxLTYgNi45MlYxM2g2eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9zdmc+")
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__settings__popup-hotkey {
|
||||||
|
padding: 1rem 0;
|
||||||
|
/*noinspection CssUnresolvedCustomProperty*/
|
||||||
|
border-top: 1px solid var(--background-modifier-border)
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__settings__popup-hotkey-item {
|
||||||
|
padding-left: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.various-complements__footer {
|
||||||
|
position: relative;
|
||||||
|
padding-left: 15px;
|
||||||
|
margin-left: 15px;
|
||||||
|
}
|
||||||
|
.various-complements__footer::before {
|
||||||
|
position: absolute;
|
||||||
|
width: 13px;
|
||||||
|
margin-top: 1px;
|
||||||
|
margin-left: -15px;
|
||||||
|
filter: invert(0.5) hue-rotate(180deg);
|
||||||
|
}
|
||||||
|
.various-complements__footer__current-file::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik01IDFhMiAyIDAgMCAwLTIgMnY5Ljk5OGEyIDIgMCAwIDAgMiAyaDEuMDQ2bC4yNS0xSDVhMSAxIDAgMCAxLTEtMVYzYTEgMSAwIDAgMSAxLTFoM3YyLjVBMS41IDEuNSAwIDAgMCA5LjQ5OCA2aDIuNXYxLjQ0Yy4zMDYtLjIwOS42NDctLjM0NCAxLS40MDVWNS40MTNhMS41IDEuNSAwIDAgMC0uNDQtMS4wNkw5LjY0NSAxLjQzOUExLjUgMS41IDAgMCAwIDguNTg1IDFINXptNi43OTEgNEg5LjVhLjUuNSAwIDAgMS0uNS0uNVYyLjIwNmwyLjc5MiAyLjc5MnptMS4yMDcgMy4wNmMtLjI0Mi4wNzEtLjQ3LjIwMy0uNjYyLjM5NEw4LjA1IDEyLjc0YTIuNzc3IDIuNzc3IDAgMCAwLS43MjIgMS4yNTdsLS4wMDkuMDMzbC0uMzAyIDEuMjExYS42MS42MSAwIDAgMCAuNzM4Ljc0bDEuMjExLS4zMDNhMi43NzYgMi43NzYgMCAwIDAgMS4yOS0uNzNsNC4yODgtNC4yODhhMS41NiAxLjU2IDAgMCAwLTEuNTQ1LTIuNnoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
.various-complements__footer__current-vault::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgZD0iTTEwLDEwYy00LjQsMC04LDMuNi04LDh2NjRjMCw0LjQsMy42LDgsOCw4aDJ2MmgxMHYtMmg1NnYyaDEwdi0yaDJjNC40LDAsOC0zLjYsOC04VjE4YzAtNC40LTMuNi04LTgtOEwxMCwxMHogTTEwLDE0aDgwIGMyLjIsMCw0LDEuOCw0LDR2NjRjMCwyLjItMS44LDQtNCw0SDEwYy0yLjIsMC00LTEuOC00LTRWMThDNiwxNS44LDcuOCwxNCwxMCwxNHogTTEzLjYsMjBjLTEsMC4yLTEuNiwxLTEuNiwydjIzLjQgYy0wLjEsMC40LTAuMSwwLjgsMCwxLjJ2Ny4xYzAsMC4xLDAsMC4xLDAsMC4yYzAsMC4xLDAsMC4zLDAsMC40YzAsMC4xLDAsMC4xLDAsMC4yVjc4YzAsMS4xLDAuOSwyLDIsMmg3MmMxLjEsMCwyLTAuOSwyLTJWMjIgYzAtMS4xLTAuOS0yLTItMkgxNGMtMC4xLDAtMC4xLDAtMC4yLDBTMTMuNywyMCwxMy42LDIweiBNMTYsMjRoNjh2NTJIMTZWNTQuOWwzLjQtMy40YzAuNC0wLjQsMC42LTAuOSwwLjYtMS40cy0wLjItMS4xLTAuNi0xLjQgTDE2LDQ1LjFMMTYsMjR6IE00OS44LDI3LjljLTAuMSwwLTAuMiwwLTAuMywwLjFjLTAuMSwwLTAuMSwwLTAuMiwwLjFjLTUuNSwwLjItMTAuNSwyLjQtMTQuMyw1LjljLTAuNSwwLjItMC45LDAuNi0xLjEsMS4xIGMtMy40LDMuNy01LjYsOC42LTUuOSwxMy45Yy0wLjQsMC42LTAuNCwxLjQsMCwyYzAuMiw1LjMsMi4zLDEwLjEsNS43LDEzLjhjMC4yLDAuNywwLjcsMS4zLDEuNCwxLjRjMy44LDMuNCw4LjgsNS41LDE0LjMsNS43IGMwLjEsMCwwLjEsMCwwLjIsMC4xYzAuMSwwLDAuMywwLDAuNCwwYzAuMSwwLDAuMywwLDAuNCwwYzAuMSwwLDAuMSwwLDAuMi0wLjFjNS40LTAuMiwxMC40LTIuMywxNC4yLTUuNyBjMC43LTAuMiwxLjMtMC44LDEuNC0xLjVjMy40LTMuOCw1LjUtOC43LDUuNy0xNC4yYzAsMCwwLTAuMSwwLjEtMC4xYzAsMCwwLDAsMC0wLjFjMC0wLjEsMC0wLjMsMC0wLjRjMC0wLjEsMC0wLjIsMC0wLjMgYzAtMC4xLDAtMC4zLTAuMS0wLjRjLTAuMi01LjYtMi40LTEwLjctNi0xNC41YzAsMCwwLDAtMC4xLTAuMWMwLDAsMC0wLjEtMC4xLTAuMWMtMC4yLTAuMi0wLjQtMC40LTAuNi0wLjYgYy0zLjgtMy42LTguOS01LjktMTQuNC02LjFDNTAuNSwyNy45LDUwLjEsMjcuOSw0OS44LDI3Ljl6IE00OCwzMi4xYzAsMS4xLDAuOSwyLDIsMmMxLjEsMCwyLTAuOSwyLTJjMy41LDAuNCw2LjYsMS44LDkuMywzLjkgYy0wLjYsMC41LTAuOSwxLjMtMC43LDJjMC4yLDAuNywwLjgsMS4zLDEuNSwxLjVjMC44LDAuMiwxLjUtMC4xLDItMC43YzIuMSwyLjYsMy41LDUuOCwzLjksOS4zYzAsMC0wLjEsMC0wLjEsMCBjLTAuMSwwLTAuMSwwLTAuMiwwYy0xLjEsMC4xLTEuOCwxLjEtMS43LDIuMXMxLDEuOSwyLjEsMS45Yy0wLjQsMy41LTEuOCw2LjYtMy45LDkuM2MtMC40LTAuNC0xLTAuNi0xLjYtMC42Yy0wLjEsMC0wLjEsMC0wLjIsMCBjLTAuNywwLjEtMS4zLDAuNy0xLjUsMS40Yy0wLjIsMC43LDAsMS41LDAuNSwyYy0yLjYsMi4xLTUuOCwzLjUtOS4zLDMuOWMwLTAuNi0wLjItMS4xLTAuNi0xLjVjLTAuNC0wLjQtMS0wLjYtMS41LTAuNSBjLTAuMSwwLTAuMiwwLTAuMywwLjFjLTAuOSwwLjItMS42LDEtMS42LDEuOWMtMy41LTAuNC02LjYtMS44LTkuMy0zLjljMC42LTAuNiwwLjctMS41LDAuNC0yLjJjLTAuMy0wLjctMS4xLTEuMi0xLjktMS4yIGMtMC4xLDAtMC4xLDAtMC4yLDBjLTAuNCwwLjEtMC44LDAuMy0xLjEsMC42Yy0yLjEtMi42LTMuNS01LjgtMy45LTkuM2MxLjEsMCwyLTAuOSwyLTJjMC0xLjEtMC45LTItMi0yYzAuNC0zLjUsMS44LTYuNiwzLjktOS4zIGMwLjUsMC42LDEuMywwLjksMiwwLjdjMC43LTAuMiwxLjMtMC44LDEuNS0xLjVjMC4yLTAuOC0wLjEtMS41LTAuNy0yQzQxLjQsMzMuOSw0NC41LDMyLjQsNDgsMzIuMUw0OCwzMi4xeiBNNTAsNDAgYy01LjUsMC0xMCw0LjUtMTAsMTBzNC41LDEwLDEwLDEwczEwLTQuNSwxMC0xMFM1NS41LDQwLDUwLDQweiBNNTAsNDRjMy4zLDAsNiwyLjcsNiw2cy0yLjcsNi02LDZzLTYtMi43LTYtNlM0Ni43LDQ0LDUwLDQ0eiI+PC9wYXRoPjwvc3ZnPg==")
|
||||||
|
}
|
||||||
|
.various-complements__footer__custom-dictionary::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHJlY3QgeD0iMzIiIHk9Ijk2IiB3aWR0aD0iNjQiIGhlaWdodD0iMzY4IiByeD0iMTYiIHJ5PSIxNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMzIiPjwvcmVjdD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMyIiBkPSJNMTEyIDIyNGgxMjgiPjwvcGF0aD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMyIiBkPSJNMTEyIDQwMGgxMjgiPjwvcGF0aD48cmVjdCB4PSIxMTIiIHk9IjE2MCIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIzMDQiIHJ4PSIxNiIgcnk9IjE2IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzMiI+PC9yZWN0PjxyZWN0IHg9IjI1NiIgeT0iNDgiIHdpZHRoPSI5NiIgaGVpZ2h0PSI0MTYiIHJ4PSIxNiIgcnk9IjE2IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzMiI+PC9yZWN0PjxwYXRoIGQ9Ik00MjIuNDYgOTYuMTFsLTQwLjQgNC4yNWMtMTEuMTIgMS4xNy0xOS4xOCAxMS41Ny0xNy45MyAyMy4xbDM0LjkyIDMyMS41OWMxLjI2IDExLjUzIDExLjM3IDIwIDIyLjQ5IDE4Ljg0bDQwLjQtNC4yNWMxMS4xMi0xLjE3IDE5LjE4LTExLjU3IDE3LjkzLTIzLjFMNDQ1IDExNWMtMS4zMS0xMS41OC0xMS40Mi0yMC4wNi0yMi41NC0xOC44OXoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMyIj48L3BhdGg+PC9zdmc+")
|
||||||
|
}
|
||||||
|
.various-complements__footer__internal-link::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgZD0iTTEyLDBDNS40LDAsMCw1LjQsMCwxMnM1LjQsMTIsMTIsMTJjMi42LDAsNS0wLjgsNi45LTIuMmwxNS42LDE1LjZDMzEuNyw0MC44LDMwLDQ1LjIsMzAsNTBjMCw0LDEuMiw3LjYsMy4yLDEwLjcgTDIwLjEsNzEuMWMtMi4xLTEuOS01LTMuMS04LjEtMy4xQzUuNCw2OCwwLDczLjQsMCw4MHM1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEyYzAtMi4xLTAuNS00LTEuNS01LjhsMTMuMi0xMC40IEMzOS4zLDY3LjYsNDQuNCw3MCw1MCw3MGMyLjcsMCw1LjItMC41LDcuNS0xLjRsNS4zLDkuOUM1OS45LDgwLjcsNTgsODQuMSw1OCw4OGMwLDYuNiw1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEycy01LjQtMTItMTItMTIgYy0xLjMsMC0yLjYsMC4yLTMuOCwwLjZMNjEsNjYuN2MzLjgtMi41LDYuNy02LjIsOC4xLTEwLjZsNi45LDEuNGMwLDAuMiwwLDAuMywwLDAuNWMwLDYuNiw1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEyIGMwLTYuNi01LjQtMTItMTItMTJjLTUuMSwwLTkuNCwzLjItMTEuMiw3LjZsLTYuOS0xLjVjMC4xLTAuNywwLjEtMS40LDAuMS0yLjFjMC03LjktNC42LTE0LjctMTEuMy0xNy45bDMuMS04LjIgYzAuNywwLjEsMS41LDAuMiwyLjIsMC4yYzYuNiwwLDEyLTUuNCwxMi0xMlM3MC42LDAsNjQsMFM1Miw1LjQsNTIsMTJjMCw0LjQsMi41LDguMyw2LjEsMTAuNEw1NSwzMC43Yy0xLjYtMC40LTMuMy0wLjctNS0wLjcgYy00LjgsMC05LjIsMS43LTEyLjYsNC41TDIxLjgsMTguOWMxLjQtMiwyLjItNC40LDIuMi02LjlDMjQsNS40LDE4LjYsMCwxMiwwTDEyLDB6IE0xMiw0YzQuNCwwLDgsMy42LDgsOHMtMy42LDgtOCw4cy04LTMuNi04LTggUzcuNiw0LDEyLDR6IE02NCw0YzQuNCwwLDgsMy42LDgsOHMtMy42LDgtOCw4cy04LTMuNi04LThTNTkuNiw0LDY0LDR6IE01MCwzNGM4LjksMCwxNiw3LjEsMTYsMTZjMCw4LjktNy4xLDE2LTE2LDE2IGMtOC45LDAtMTYtNy4xLTE2LTE2YzAtNC4zLDEuNy04LjIsNC40LTExLjFjMC4yLTAuMSwwLjMtMC4zLDAuNC0wLjRDNDEuOCwzNS43LDQ1LjcsMzQsNTAsMzR6IE04OCw1MGM0LjQsMCw4LDMuNiw4LDggcy0zLjYsOC04LDhzLTgtMy42LTgtOFM4My42LDUwLDg4LDUweiBNMTIsNzJjNC40LDAsOCwzLjYsOCw4cy0zLjYsOC04LDhzLTgtMy42LTgtOFM3LjYsNzIsMTIsNzJ6IE03MCw4MGM0LjQsMCw4LDMuNiw4LDggcy0zLjYsOC04LDhjLTQuNCwwLTgtMy42LTgtOGMwLTMsMS43LTUuNiw0LjEtN2MwLjEsMCwwLjEsMCwwLjItMC4xYzAsMCwwLDAsMC4xLTAuMWMwLDAsMC4xLDAsMC4xLTAuMUM2Ny42LDgwLjMsNjguNyw4MCw3MCw4MHogIj48L3BhdGg+PC9zdmc+")
|
||||||
|
}
|
||||||
|
.various-complements__footer__front-matter::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xMC4zMiAyLjAxM0E0IDQgMCAwIDAgNi4xNjIgNy4xM2wtMy45ODcgMy45ODZhLjYuNiAwIDAgMC0uMTc2LjQyNFYxNC40YS42LjYgMCAwIDAgLjYuNmgyLjhhLjYuNiAwIDAgMCAuNi0uNlYxM2gxLjlhLjYuNiAwIDAgMCAuNi0uNnYtMS42OTNsLjczNS0uNzM1YTUuNTEgNS41MSAwIDAgMS0uNTY5LS44NDZsLS45OS45OTFhLjYuNiAwIDAgMC0uMTc2LjQyNFYxMkg1LjZhLjYuNiAwIDAgMC0uNi42VjE0SDN2LTIuMjkzbDQuMzItNC4zMmwtLjExOC0uMzAzYTMuMDAxIDMuMDAxIDAgMCAxIDEuOTYtMy45NjVjLjMzLS40MjMuNzItLjc5NiAxLjE1Ny0xLjEwNnpNMTMuNSA2LjI1YS43NS43NSAwIDEgMCAwLTEuNWEuNzUuNzUgMCAwIDAgMCAxLjV6TTkgNi41YTQuNSA0LjUgMCAxIDEgNyAzLjc0MnYyLjA1bC43ODMuNzg0YS42LjYgMCAwIDEgMCAuODQ4TDE1LjcwNyAxNWwxLjA2OCAxLjA2N2EuNi42IDAgMCAxLS4wNS44OTNsLTIuMzUgMS44OGEuNi42IDAgMCAxLS43NSAwbC0yLjQtMS45MmEuNi42IDAgMCAxLS4yMjUtLjQ2OHYtNi4yMUE0LjQ5NiA0LjQ5NiAwIDAgMSA5IDYuNXpNMTMuNSAzYTMuNSAzLjUgMCAwIDAtMS43NSA2LjUzMmEuNS41IDAgMCAxIC4yNS40MzN2Ni4yOTVsMiAxLjZsMS43NTEtMS40MDFsLTEuMDM0LTEuMDM1YS42LjYgMCAwIDEgMC0uODQ4bDEuMDc2LTEuMDc2bC0uNjE3LS42MTdhLjYuNiAwIDAgMS0uMTc2LS40MjRWOS45NjVhLjUuNSAwIDAgMSAuMjUtLjQzM0EzLjUgMy41IDAgMCAwIDEzLjUgM3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
.various-complements__footer__match-strategy {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.various-complements__footer__match-strategy::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yMSAxMWgtMS41di0uNWgtMnYzaDJWMTNIMjF2MWMwIC41NS0uNDUgMS0xIDFoLTNjLS41NSAwLTEtLjQ1LTEtMXYtNGMwLS41NS40NS0xIDEtMWgzYy41NSAwIDEgLjQ1IDEgMXYxek04IDEwdjVINi41di0xLjVoLTJWMTVIM3YtNWMwLS41NS40NS0xIDEtMWgzYy41NSAwIDEgLjQ1IDEgMXptLTEuNS41aC0yVjEyaDJ2LTEuNXptNyAxLjVjLjU1IDAgMSAuNDUgMSAxdjFjMCAuNTUtLjQ1IDEtMSAxaC00VjloNGMuNTUgMCAxIC40NSAxIDF2MWMwIC41NS0uNDUgMS0xIDF6TTExIDEwLjV2Ljc1aDJ2LS43NWgtMnptMiAyLjI1aC0ydi43NWgydi0uNzV6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
.various-complements__footer__complement-automatically {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.various-complements__footer__complement-automatically::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTc2IDUxMiI+PHBhdGggZD0iTTUyOCA2NEg0OEMyMS40OSA2NCAwIDg1LjQ5IDAgMTEydjI4OGMwIDI2LjUxIDIxLjQ5IDQ4IDQ4IDQ4aDQ4MGMyNi41MSAwIDQ4LTIxLjQ5IDQ4LTQ4VjExMmMwLTI2LjUxLTIxLjQ5LTQ4LTQ4LTQ4em04IDMzNmMwIDQuNDExLTMuNTg5IDgtOCA4SDQ4Yy00LjQxMSAwLTgtMy41ODktOC04VjExMmMwLTQuNDExIDMuNTg5LTggOC04aDQ4MGM0LjQxMSAwIDggMy41ODkgOCA4djI4OHpNMTcwIDI3MHYtMjhjMC02LjYyNy01LjM3My0xMi0xMi0xMmgtMjhjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2MjhjMCA2LjYyNyA1LjM3MyAxMiAxMiAxMmgyOGM2LjYyNyAwIDEyLTUuMzczIDEyLTEyem05NiAwdi0yOGMwLTYuNjI3LTUuMzczLTEyLTEyLTEyaC0yOGMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnYyOGMwIDYuNjI3IDUuMzczIDEyIDEyIDEyaDI4YzYuNjI3IDAgMTItNS4zNzMgMTItMTJ6bTk2IDB2LTI4YzAtNi42MjctNS4zNzMtMTItMTItMTJoLTI4Yy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjI4YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoMjhjNi42MjcgMCAxMi01LjM3MyAxMi0xMnptOTYgMHYtMjhjMC02LjYyNy01LjM3My0xMi0xMi0xMmgtMjhjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2MjhjMCA2LjYyNyA1LjM3MyAxMiAxMiAxMmgyOGM2LjYyNyAwIDEyLTUuMzczIDEyLTEyem0tMzM2IDgydi0yOGMwLTYuNjI3LTUuMzczLTEyLTEyLTEySDgyYy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjI4YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoMjhjNi42MjcgMCAxMi01LjM3MyAxMi0xMnptMzg0IDB2LTI4YzAtNi42MjctNS4zNzMtMTItMTItMTJoLTI4Yy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjI4YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoMjhjNi42MjcgMCAxMi01LjM3MyAxMi0xMnpNMTIyIDE4OHYtMjhjMC02LjYyNy01LjM3My0xMi0xMi0xMkg4MmMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnYyOGMwIDYuNjI3IDUuMzczIDEyIDEyIDEyaDI4YzYuNjI3IDAgMTItNS4zNzMgMTItMTJ6bTk2IDB2LTI4YzAtNi42MjctNS4zNzMtMTItMTItMTJoLTI4Yy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjI4YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoMjhjNi42MjcgMCAxMi01LjM3MyAxMi0xMnptOTYgMHYtMjhjMC02LjYyNy01LjM3My0xMi0xMi0xMmgtMjhjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2MjhjMCA2LjYyNyA1LjM3MyAxMiAxMiAxMmgyOGM2LjYyNyAwIDEyLTUuMzczIDEyLTEyem05NiAwdi0yOGMwLTYuNjI3LTUuMzczLTEyLTEyLTEyaC0yOGMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnYyOGMwIDYuNjI3IDUuMzczIDEyIDEyIDEyaDI4YzYuNjI3IDAgMTItNS4zNzMgMTItMTJ6bTk2IDB2LTI4YzAtNi42MjctNS4zNzMtMTItMTItMTJoLTI4Yy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjI4YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoMjhjNi42MjcgMCAxMi01LjM3MyAxMi0xMnptLTk4IDE1OHYtMTZjMC02LjYyNy01LjM3My0xMi0xMi0xMkgxODBjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2MTZjMCA2LjYyNyA1LjM3MyAxMiAxMiAxMmgyMTZjNi42MjcgMCAxMi01LjM3MyAxMi0xMnoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvc3ZnPg==")
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.various-complements__suggestion-item::before {
|
||||||
|
display: inline-block;
|
||||||
|
width: 16px;
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-left: -20px;
|
||||||
|
margin-right: 5px;
|
||||||
|
filter: invert(0.5) hue-rotate(180deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__suggestion-item {
|
||||||
|
display: flex;
|
||||||
|
align-items: start;
|
||||||
|
padding-left: 30px!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__suggestion-item > div {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__suggestion-item__description {
|
||||||
|
font-size: 0.75em;
|
||||||
|
/*noinspection CssUnresolvedCustomProperty*/
|
||||||
|
color: var(--text-muted);
|
||||||
|
padding-top: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__suggestion-item__current-file::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik01IDFhMiAyIDAgMCAwLTIgMnY5Ljk5OGEyIDIgMCAwIDAgMiAyaDEuMDQ2bC4yNS0xSDVhMSAxIDAgMCAxLTEtMVYzYTEgMSAwIDAgMSAxLTFoM3YyLjVBMS41IDEuNSAwIDAgMCA5LjQ5OCA2aDIuNXYxLjQ0Yy4zMDYtLjIwOS42NDctLjM0NCAxLS40MDVWNS40MTNhMS41IDEuNSAwIDAgMC0uNDQtMS4wNkw5LjY0NSAxLjQzOUExLjUgMS41IDAgMCAwIDguNTg1IDFINXptNi43OTEgNEg5LjVhLjUuNSAwIDAgMS0uNS0uNVYyLjIwNmwyLjc5MiAyLjc5MnptMS4yMDcgMy4wNmMtLjI0Mi4wNzEtLjQ3LjIwMy0uNjYyLjM5NEw4LjA1IDEyLjc0YTIuNzc3IDIuNzc3IDAgMCAwLS43MjIgMS4yNTdsLS4wMDkuMDMzbC0uMzAyIDEuMjExYS42MS42MSAwIDAgMCAuNzM4Ljc0bDEuMjExLS4zMDNhMi43NzYgMi43NzYgMCAwIDAgMS4yOS0uNzNsNC4yODgtNC4yODhhMS41NiAxLjU2IDAgMCAwLTEuNTQ1LTIuNnoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
.various-complements__suggestion-item__current-vault::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgZD0iTTEwLDEwYy00LjQsMC04LDMuNi04LDh2NjRjMCw0LjQsMy42LDgsOCw4aDJ2MmgxMHYtMmg1NnYyaDEwdi0yaDJjNC40LDAsOC0zLjYsOC04VjE4YzAtNC40LTMuNi04LTgtOEwxMCwxMHogTTEwLDE0aDgwIGMyLjIsMCw0LDEuOCw0LDR2NjRjMCwyLjItMS44LDQtNCw0SDEwYy0yLjIsMC00LTEuOC00LTRWMThDNiwxNS44LDcuOCwxNCwxMCwxNHogTTEzLjYsMjBjLTEsMC4yLTEuNiwxLTEuNiwydjIzLjQgYy0wLjEsMC40LTAuMSwwLjgsMCwxLjJ2Ny4xYzAsMC4xLDAsMC4xLDAsMC4yYzAsMC4xLDAsMC4zLDAsMC40YzAsMC4xLDAsMC4xLDAsMC4yVjc4YzAsMS4xLDAuOSwyLDIsMmg3MmMxLjEsMCwyLTAuOSwyLTJWMjIgYzAtMS4xLTAuOS0yLTItMkgxNGMtMC4xLDAtMC4xLDAtMC4yLDBTMTMuNywyMCwxMy42LDIweiBNMTYsMjRoNjh2NTJIMTZWNTQuOWwzLjQtMy40YzAuNC0wLjQsMC42LTAuOSwwLjYtMS40cy0wLjItMS4xLTAuNi0xLjQgTDE2LDQ1LjFMMTYsMjR6IE00OS44LDI3LjljLTAuMSwwLTAuMiwwLTAuMywwLjFjLTAuMSwwLTAuMSwwLTAuMiwwLjFjLTUuNSwwLjItMTAuNSwyLjQtMTQuMyw1LjljLTAuNSwwLjItMC45LDAuNi0xLjEsMS4xIGMtMy40LDMuNy01LjYsOC42LTUuOSwxMy45Yy0wLjQsMC42LTAuNCwxLjQsMCwyYzAuMiw1LjMsMi4zLDEwLjEsNS43LDEzLjhjMC4yLDAuNywwLjcsMS4zLDEuNCwxLjRjMy44LDMuNCw4LjgsNS41LDE0LjMsNS43IGMwLjEsMCwwLjEsMCwwLjIsMC4xYzAuMSwwLDAuMywwLDAuNCwwYzAuMSwwLDAuMywwLDAuNCwwYzAuMSwwLDAuMSwwLDAuMi0wLjFjNS40LTAuMiwxMC40LTIuMywxNC4yLTUuNyBjMC43LTAuMiwxLjMtMC44LDEuNC0xLjVjMy40LTMuOCw1LjUtOC43LDUuNy0xNC4yYzAsMCwwLTAuMSwwLjEtMC4xYzAsMCwwLDAsMC0wLjFjMC0wLjEsMC0wLjMsMC0wLjRjMC0wLjEsMC0wLjIsMC0wLjMgYzAtMC4xLDAtMC4zLTAuMS0wLjRjLTAuMi01LjYtMi40LTEwLjctNi0xNC41YzAsMCwwLDAtMC4xLTAuMWMwLDAsMC0wLjEtMC4xLTAuMWMtMC4yLTAuMi0wLjQtMC40LTAuNi0wLjYgYy0zLjgtMy42LTguOS01LjktMTQuNC02LjFDNTAuNSwyNy45LDUwLjEsMjcuOSw0OS44LDI3Ljl6IE00OCwzMi4xYzAsMS4xLDAuOSwyLDIsMmMxLjEsMCwyLTAuOSwyLTJjMy41LDAuNCw2LjYsMS44LDkuMywzLjkgYy0wLjYsMC41LTAuOSwxLjMtMC43LDJjMC4yLDAuNywwLjgsMS4zLDEuNSwxLjVjMC44LDAuMiwxLjUtMC4xLDItMC43YzIuMSwyLjYsMy41LDUuOCwzLjksOS4zYzAsMC0wLjEsMC0wLjEsMCBjLTAuMSwwLTAuMSwwLTAuMiwwYy0xLjEsMC4xLTEuOCwxLjEtMS43LDIuMXMxLDEuOSwyLjEsMS45Yy0wLjQsMy41LTEuOCw2LjYtMy45LDkuM2MtMC40LTAuNC0xLTAuNi0xLjYtMC42Yy0wLjEsMC0wLjEsMC0wLjIsMCBjLTAuNywwLjEtMS4zLDAuNy0xLjUsMS40Yy0wLjIsMC43LDAsMS41LDAuNSwyYy0yLjYsMi4xLTUuOCwzLjUtOS4zLDMuOWMwLTAuNi0wLjItMS4xLTAuNi0xLjVjLTAuNC0wLjQtMS0wLjYtMS41LTAuNSBjLTAuMSwwLTAuMiwwLTAuMywwLjFjLTAuOSwwLjItMS42LDEtMS42LDEuOWMtMy41LTAuNC02LjYtMS44LTkuMy0zLjljMC42LTAuNiwwLjctMS41LDAuNC0yLjJjLTAuMy0wLjctMS4xLTEuMi0xLjktMS4yIGMtMC4xLDAtMC4xLDAtMC4yLDBjLTAuNCwwLjEtMC44LDAuMy0xLjEsMC42Yy0yLjEtMi42LTMuNS01LjgtMy45LTkuM2MxLjEsMCwyLTAuOSwyLTJjMC0xLjEtMC45LTItMi0yYzAuNC0zLjUsMS44LTYuNiwzLjktOS4zIGMwLjUsMC42LDEuMywwLjksMiwwLjdjMC43LTAuMiwxLjMtMC44LDEuNS0xLjVjMC4yLTAuOC0wLjEtMS41LTAuNy0yQzQxLjQsMzMuOSw0NC41LDMyLjQsNDgsMzIuMUw0OCwzMi4xeiBNNTAsNDAgYy01LjUsMC0xMCw0LjUtMTAsMTBzNC41LDEwLDEwLDEwczEwLTQuNSwxMC0xMFM1NS41LDQwLDUwLDQweiBNNTAsNDRjMy4zLDAsNiwyLjcsNiw2cy0yLjcsNi02LDZzLTYtMi43LTYtNlM0Ni43LDQ0LDUwLDQ0eiI+PC9wYXRoPjwvc3ZnPg==")
|
||||||
|
}
|
||||||
|
.various-complements__suggestion-item__custom-dictionary::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHJlY3QgeD0iMzIiIHk9Ijk2IiB3aWR0aD0iNjQiIGhlaWdodD0iMzY4IiByeD0iMTYiIHJ5PSIxNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMzIiPjwvcmVjdD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMyIiBkPSJNMTEyIDIyNGgxMjgiPjwvcGF0aD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMyIiBkPSJNMTEyIDQwMGgxMjgiPjwvcGF0aD48cmVjdCB4PSIxMTIiIHk9IjE2MCIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIzMDQiIHJ4PSIxNiIgcnk9IjE2IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzMiI+PC9yZWN0PjxyZWN0IHg9IjI1NiIgeT0iNDgiIHdpZHRoPSI5NiIgaGVpZ2h0PSI0MTYiIHJ4PSIxNiIgcnk9IjE2IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzMiI+PC9yZWN0PjxwYXRoIGQ9Ik00MjIuNDYgOTYuMTFsLTQwLjQgNC4yNWMtMTEuMTIgMS4xNy0xOS4xOCAxMS41Ny0xNy45MyAyMy4xbDM0LjkyIDMyMS41OWMxLjI2IDExLjUzIDExLjM3IDIwIDIyLjQ5IDE4Ljg0bDQwLjQtNC4yNWMxMS4xMi0xLjE3IDE5LjE4LTExLjU3IDE3LjkzLTIzLjFMNDQ1IDExNWMtMS4zMS0xMS41OC0xMS40Mi0yMC4wNi0yMi41NC0xOC44OXoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMyIj48L3BhdGg+PC9zdmc+");
|
||||||
|
}
|
||||||
|
.various-complements__suggestion-item__internal-link::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgZD0iTTEyLDBDNS40LDAsMCw1LjQsMCwxMnM1LjQsMTIsMTIsMTJjMi42LDAsNS0wLjgsNi45LTIuMmwxNS42LDE1LjZDMzEuNyw0MC44LDMwLDQ1LjIsMzAsNTBjMCw0LDEuMiw3LjYsMy4yLDEwLjcgTDIwLjEsNzEuMWMtMi4xLTEuOS01LTMuMS04LjEtMy4xQzUuNCw2OCwwLDczLjQsMCw4MHM1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEyYzAtMi4xLTAuNS00LTEuNS01LjhsMTMuMi0xMC40IEMzOS4zLDY3LjYsNDQuNCw3MCw1MCw3MGMyLjcsMCw1LjItMC41LDcuNS0xLjRsNS4zLDkuOUM1OS45LDgwLjcsNTgsODQuMSw1OCw4OGMwLDYuNiw1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEycy01LjQtMTItMTItMTIgYy0xLjMsMC0yLjYsMC4yLTMuOCwwLjZMNjEsNjYuN2MzLjgtMi41LDYuNy02LjIsOC4xLTEwLjZsNi45LDEuNGMwLDAuMiwwLDAuMywwLDAuNWMwLDYuNiw1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEyIGMwLTYuNi01LjQtMTItMTItMTJjLTUuMSwwLTkuNCwzLjItMTEuMiw3LjZsLTYuOS0xLjVjMC4xLTAuNywwLjEtMS40LDAuMS0yLjFjMC03LjktNC42LTE0LjctMTEuMy0xNy45bDMuMS04LjIgYzAuNywwLjEsMS41LDAuMiwyLjIsMC4yYzYuNiwwLDEyLTUuNCwxMi0xMlM3MC42LDAsNjQsMFM1Miw1LjQsNTIsMTJjMCw0LjQsMi41LDguMyw2LjEsMTAuNEw1NSwzMC43Yy0xLjYtMC40LTMuMy0wLjctNS0wLjcgYy00LjgsMC05LjIsMS43LTEyLjYsNC41TDIxLjgsMTguOWMxLjQtMiwyLjItNC40LDIuMi02LjlDMjQsNS40LDE4LjYsMCwxMiwwTDEyLDB6IE0xMiw0YzQuNCwwLDgsMy42LDgsOHMtMy42LDgtOCw4cy04LTMuNi04LTggUzcuNiw0LDEyLDR6IE02NCw0YzQuNCwwLDgsMy42LDgsOHMtMy42LDgtOCw4cy04LTMuNi04LThTNTkuNiw0LDY0LDR6IE01MCwzNGM4LjksMCwxNiw3LjEsMTYsMTZjMCw4LjktNy4xLDE2LTE2LDE2IGMtOC45LDAtMTYtNy4xLTE2LTE2YzAtNC4zLDEuNy04LjIsNC40LTExLjFjMC4yLTAuMSwwLjMtMC4zLDAuNC0wLjRDNDEuOCwzNS43LDQ1LjcsMzQsNTAsMzR6IE04OCw1MGM0LjQsMCw4LDMuNiw4LDggcy0zLjYsOC04LDhzLTgtMy42LTgtOFM4My42LDUwLDg4LDUweiBNMTIsNzJjNC40LDAsOCwzLjYsOCw4cy0zLjYsOC04LDhzLTgtMy42LTgtOFM3LjYsNzIsMTIsNzJ6IE03MCw4MGM0LjQsMCw4LDMuNiw4LDggcy0zLjYsOC04LDhjLTQuNCwwLTgtMy42LTgtOGMwLTMsMS43LTUuNiw0LjEtN2MwLjEsMCwwLjEsMCwwLjItMC4xYzAsMCwwLDAsMC4xLTAuMWMwLDAsMC4xLDAsMC4xLTAuMUM2Ny42LDgwLjMsNjguNyw4MCw3MCw4MHogIj48L3BhdGg+PC9zdmc+");
|
||||||
|
}
|
||||||
|
.various-complements__suggestion-item__front-matter::before {
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xMC4zMiAyLjAxM0E0IDQgMCAwIDAgNi4xNjIgNy4xM2wtMy45ODcgMy45ODZhLjYuNiAwIDAgMC0uMTc2LjQyNFYxNC40YS42LjYgMCAwIDAgLjYuNmgyLjhhLjYuNiAwIDAgMCAuNi0uNlYxM2gxLjlhLjYuNiAwIDAgMCAuNi0uNnYtMS42OTNsLjczNS0uNzM1YTUuNTEgNS41MSAwIDAgMS0uNTY5LS44NDZsLS45OS45OTFhLjYuNiAwIDAgMC0uMTc2LjQyNFYxMkg1LjZhLjYuNiAwIDAgMC0uNi42VjE0SDN2LTIuMjkzbDQuMzItNC4zMmwtLjExOC0uMzAzYTMuMDAxIDMuMDAxIDAgMCAxIDEuOTYtMy45NjVjLjMzLS40MjMuNzItLjc5NiAxLjE1Ny0xLjEwNnpNMTMuNSA2LjI1YS43NS43NSAwIDEgMCAwLTEuNWEuNzUuNzUgMCAwIDAgMCAxLjV6TTkgNi41YTQuNSA0LjUgMCAxIDEgNyAzLjc0MnYyLjA1bC43ODMuNzg0YS42LjYgMCAwIDEgMCAuODQ4TDE1LjcwNyAxNWwxLjA2OCAxLjA2N2EuNi42IDAgMCAxLS4wNS44OTNsLTIuMzUgMS44OGEuNi42IDAgMCAxLS43NSAwbC0yLjQtMS45MmEuNi42IDAgMCAxLS4yMjUtLjQ2OHYtNi4yMUE0LjQ5NiA0LjQ5NiAwIDAgMSA5IDYuNXpNMTMuNSAzYTMuNSAzLjUgMCAwIDAtMS43NSA2LjUzMmEuNS41IDAgMCAxIC4yNS40MzN2Ni4yOTVsMiAxLjZsMS43NTEtMS40MDFsLTEuMDM0LTEuMDM1YS42LjYgMCAwIDEgMC0uODQ4bDEuMDc2LTEuMDc2bC0uNjE3LS42MTdhLjYuNiAwIDAgMS0uMTc2LS40MjRWOS45NjVhLjUuNSAwIDAgMSAuMjUtLjQzM0EzLjUgMy41IDAgMCAwIDEzLjUgM3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=")
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__suggestion-item__phantom,
|
||||||
|
.various-complements__suggestion-item__phantom::before {
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__suggestion-item__content__alias {
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
.various-complements__suggestion-item__content__alias::before {
|
||||||
|
width: 16px;
|
||||||
|
margin-left: -20px;
|
||||||
|
margin-right: 3px;
|
||||||
|
filter: invert(0.5) hue-rotate(180deg);
|
||||||
|
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgY2xhc3M9ImZvcndhcmQtYXJyb3ciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgZD0ibTkuOSw4OS4wOTIyNmMtMC4wMzA5NCwwIC0wLjA1NDE0LDAgLTAuMDg1MDgsMGMtMS4wNjczNCwtMC4wNDY0MSAtMS45MTAzOSwtMC45MjgxMiAtMS44OTQ5MiwtMS45OTU0N2MwLjAwNzc0LC0wLjQ4NzI2IDEuMTQ0NjksLTQ4LjEzMTAxIDQ3LjUyLC00OS40NDU4NmwwLC0xMy44OTA5NGMwLC0wLjc2NTcgMC40NDA4NiwtMS40NjE4IDEuMTI5MjIsLTEuNzg2NjRjMC42ODA2MiwtMC4zMzI1OCAxLjUwODIsLTAuMjMyMDMgMi4wOTYwMSwwLjI0NzVsMzEuNjgsMjUuNzRjMC40NjQwNiwwLjM3ODk5IDAuNzM0NzYsMC45NDM2IDAuNzM0NzYsMS41MzkxNGMwLDAuNTk1NTUgLTAuMjcwNywxLjE2MDE2IC0wLjcyNzAzLDEuNTM5MTRsLTMxLjY4LDI1Ljc0Yy0wLjU5NTU1LDAuNDc5NTMgLTEuNDE1MzksMC41NzIzNCAtMi4xMDM3NSwwLjI0NzVjLTAuNjg4MzYsLTAuMzI0ODUgLTEuMTI5MjIsLTEuMDIwOTQgLTEuMTI5MjIsLTEuNzg2NjRsMCwtMTMuODQ0NTNjLTQxLjI2Mjg5LDAuNzUwMjQgLTQzLjQ5MDM5LDI0LjgxOTYxIC00My41Njc3MywyNS44NTYwMWMtMC4wNjk2MSwxLjA0NDE0IC0wLjkzNTg2LDEuODQwNzggLTEuOTcyMjYsMS44NDA3OHoiPjwvcGF0aD48L3N2Zz4=");
|
||||||
|
}
|
||||||
|
|
||||||
|
.various-complements__selection-lock .various-complements__suggestion-item.is-selected {
|
||||||
|
background-color: inherit;
|
||||||
|
border: dotted 1px;
|
||||||
|
}
|
||||||
53
.obsidian/snippets/new-sidebar.css
vendored
Normal file
53
.obsidian/snippets/new-sidebar.css
vendored
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-container {
|
||||||
|
position: relative;
|
||||||
|
visibility: hidden;
|
||||||
|
justify-content: flex-end;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
.modal-container * {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
.modal-bg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal.mod-settings {
|
||||||
|
visibility: visible;
|
||||||
|
max-height: 100vh;
|
||||||
|
width: auto;
|
||||||
|
height: unset;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal.mod-settings .vertical-tab-content-container,
|
||||||
|
.modal.mod-settings .vertical-tab-header {
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app-container {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
.app-container .horizontal-main-container {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-container .modal::-webkit-resizer {
|
||||||
|
background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m40 0v48h-32.1l13.6-13.6c0.6-0.6 0.8-1.6 0.4-2.3-0.4-0.8-1.3-1.2-2.1-1.1-0.4 0-0.9 0.3-1.2 0.6l-18.4 18.4 18.4 18.4c0.8 0.8 2.1 0.8 2.9 0s0.8-2.1 0-2.9l-13.6-13.5h32.1v48h4v-49.6c0.1-0.3 0.1-0.5 0-0.8v-49.6h-4zm16 0v49.4c-0.1 0.4-0.1 0.8 0 1.2v49.4h4v-48h32.1l-13.5 13.6c-0.8 0.8-0.8 2.1 0 2.9s2.1 0.8 2.9 0l18.4-18.4-18.4-18.4c-0.4-0.4-1-0.7-1.6-0.6-0.1 0-0.2 0-0.3 0.1-0.7 0.1-1.4 0.7-1.6 1.4s0 1.5 0.6 2l13.5 13.4h-32.1v-48h-4z' fill='white' stroke='white'/%3E%3C/svg%3E");
|
||||||
|
background-size: 90%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-container .modal {
|
||||||
|
direction: rtl;
|
||||||
|
resize: horizontal;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-container .modal * {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
350
.obsidian/snippets/night-owl.css
vendored
350
.obsidian/snippets/night-owl.css
vendored
@@ -1,342 +1,12 @@
|
|||||||
/* @settings
|
.minimal-focus-mode .inline-title {
|
||||||
|
padding-top: 4rem;
|
||||||
name: Obsidian Default Theme
|
}
|
||||||
id: obsidian-default-theme
|
|
||||||
settings:
|
|
||||||
-
|
|
||||||
id: heading-fonts
|
|
||||||
title: Fonts
|
|
||||||
type: heading
|
|
||||||
level: 1
|
|
||||||
collapsed: true
|
|
||||||
-
|
|
||||||
id: default-font
|
|
||||||
title: Base Font
|
|
||||||
type: variable-text
|
|
||||||
default: '"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif'
|
|
||||||
-
|
|
||||||
id: mermaid-font
|
|
||||||
title: Mermaid Font
|
|
||||||
type: variable-text
|
|
||||||
default: '"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif'
|
|
||||||
-
|
|
||||||
id: reveal-font
|
|
||||||
title: Reveal Font
|
|
||||||
type: variable-text
|
|
||||||
default: '"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif'
|
|
||||||
-
|
|
||||||
id: font-monospace
|
|
||||||
title: Monospace Font
|
|
||||||
description: Used for codeblocks, tables, etc.
|
|
||||||
type: variable-text
|
|
||||||
default: '"Source Code Pro", monospace'
|
|
||||||
|
|
||||||
-
|
|
||||||
id: heading-translucency
|
|
||||||
title: Translucency
|
|
||||||
type: heading
|
|
||||||
level: 1
|
|
||||||
collapsed: true
|
|
||||||
-
|
|
||||||
id: opacity-translucency-light
|
|
||||||
title: Light Theme Translucency
|
|
||||||
type: variable-number-slider
|
|
||||||
default: 0.6
|
|
||||||
min: 0
|
|
||||||
max: 1
|
|
||||||
step: 0.01
|
|
||||||
-
|
|
||||||
id: opacity-translucency-dark
|
|
||||||
title: Dark Theme Translucency
|
|
||||||
type: variable-number-slider
|
|
||||||
default: 0.75
|
|
||||||
min: 0
|
|
||||||
max: 1
|
|
||||||
step: 0.01
|
|
||||||
|
|
||||||
-
|
|
||||||
id: heading-colors-background
|
|
||||||
title: Background Colors
|
|
||||||
type: heading
|
|
||||||
level: 1
|
|
||||||
collapsed: true
|
|
||||||
-
|
|
||||||
id: background-primary
|
|
||||||
title: Background Primary
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#ffffff'
|
|
||||||
default-dark: '#202020'
|
|
||||||
-
|
|
||||||
id: background-primary-alt
|
|
||||||
title: Background Primary (alt)
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#f5f6f8'
|
|
||||||
default-dark: '#1a1a1a'
|
|
||||||
-
|
|
||||||
id: background-secondary
|
|
||||||
title: Background Secondary
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#f2f3f5'
|
|
||||||
default-dark: '#161616'
|
|
||||||
-
|
|
||||||
id: background-secondary-alt
|
|
||||||
title: Background Secondary (alt)
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#e3e5e8'
|
|
||||||
default-dark: '#000000'
|
|
||||||
-
|
|
||||||
id: background-modifier-border
|
|
||||||
title: 'Background Modifier: Border'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#dddddd'
|
|
||||||
default-dark: '#333333'
|
|
||||||
-
|
|
||||||
id: background-modifier-form-field
|
|
||||||
title: 'Background Modifier: Form Field'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#ffffffff'
|
|
||||||
default-dark: '#0000004d'
|
|
||||||
-
|
|
||||||
id: background-modifier-form-field-highlighted
|
|
||||||
title: 'Background Modifier: Form Field (highlighted)'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#ffffffff'
|
|
||||||
default-dark: '#00000038'
|
|
||||||
-
|
|
||||||
id: background-modifier-box-shadow
|
|
||||||
title: 'Background Modifier: Box Shadow'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#0000001a'
|
|
||||||
default-dark: '#0000004d'
|
|
||||||
-
|
|
||||||
id: background-modifier-success
|
|
||||||
title: 'Background Modifier: Success'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#A4E7C3'
|
|
||||||
default-dark: '#197300'
|
|
||||||
-
|
|
||||||
id: background-modifier-error
|
|
||||||
title: 'Background Modifier: Error'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
alt-format:
|
|
||||||
-
|
|
||||||
id: background-modifier-error-rgb
|
|
||||||
format: rgb-values
|
|
||||||
default-light: '#990000'
|
|
||||||
default-dark: '#3d0000'
|
|
||||||
-
|
|
||||||
id: background-modifier-error-hover
|
|
||||||
title: 'Background Modifier: Error (hover)'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#bb0000'
|
|
||||||
default-dark: '#470000'
|
|
||||||
-
|
|
||||||
id: background-modifier-cover
|
|
||||||
title: 'Background Modifier: Cover'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#000000cc'
|
|
||||||
default-dark: '#000000cc'
|
|
||||||
|
|
||||||
-
|
|
||||||
id: heading-colors-text
|
|
||||||
title: Text Colors
|
|
||||||
type: heading
|
|
||||||
level: 1
|
|
||||||
collapsed: true
|
|
||||||
-
|
|
||||||
id: text-accent
|
|
||||||
title: 'Text: Accent'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#705dcf'
|
|
||||||
default-dark: '#7f6df2'
|
|
||||||
-
|
|
||||||
id: text-accent-hover
|
|
||||||
title: 'Text: Accent (hover)'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#7a6ae6'
|
|
||||||
default-dark: '#8875ff'
|
|
||||||
-
|
|
||||||
id: text-normal
|
|
||||||
title: 'Text: Normal'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#2e3338'
|
|
||||||
default-dark: '#dcddde'
|
|
||||||
-
|
|
||||||
id: text-muted
|
|
||||||
title: 'Text: Muted'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#888888'
|
|
||||||
default-dark: '#999999'
|
|
||||||
-
|
|
||||||
id: text-faint
|
|
||||||
title: 'Text: Faint'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#999999'
|
|
||||||
default-dark: '#666666'
|
|
||||||
-
|
|
||||||
id: text-error
|
|
||||||
title: 'Text: Error'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#800000'
|
|
||||||
default-dark: '#ff3333'
|
|
||||||
-
|
|
||||||
id: text-error-hover
|
|
||||||
title: 'Text: Error (hover)'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#990000'
|
|
||||||
default-dark: '#990000'
|
|
||||||
-
|
|
||||||
id: text-highlight-bg
|
|
||||||
title: 'Text: Highlight Background'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#ffff0066'
|
|
||||||
default-dark: '#ffff0066'
|
|
||||||
-
|
|
||||||
id: text-highlight-bg-active
|
|
||||||
title: 'Text: Highlight Background (active)'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#ff800066'
|
|
||||||
default-dark: '#ff800066'
|
|
||||||
-
|
|
||||||
id: text-selection
|
|
||||||
title: 'Text: Selection Background'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#cce6fffc'
|
|
||||||
default-dark: '#17304dfc'
|
|
||||||
-
|
|
||||||
id: text-selection
|
|
||||||
title: 'Text: On Accent'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#f2f2f2'
|
|
||||||
default-dark: '#dcddde'
|
|
||||||
|
|
||||||
-
|
|
||||||
id: heading-colors-interactive
|
|
||||||
title: Interactive Colors
|
|
||||||
type: heading
|
|
||||||
level: 1
|
|
||||||
collapsed: true
|
|
||||||
-
|
|
||||||
id: interactive-normal
|
|
||||||
title: 'Interactive: Normal'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#f2f3f5'
|
|
||||||
default-dark: '#2a2a2a'
|
|
||||||
-
|
|
||||||
id: interactive-hover
|
|
||||||
title: 'Interactive: Hover'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#e9e9e9'
|
|
||||||
default-dark: '#303030'
|
|
||||||
-
|
|
||||||
id: interactive-accent
|
|
||||||
title: 'Interactive: Accent'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
alt-format:
|
|
||||||
-
|
|
||||||
id: interactive-accent-rgb
|
|
||||||
format: rgb-values
|
|
||||||
default-light: '#7b6cd9'
|
|
||||||
default-dark: '#483699'
|
|
||||||
|
|
||||||
-
|
|
||||||
id: interactive-accent-hover
|
|
||||||
title: 'Interactive: Accent (hover)'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#8273e6'
|
|
||||||
default-dark: '#4d3ca6'
|
|
||||||
-
|
|
||||||
id: interactive-success
|
|
||||||
title: 'Interactive: Success'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: false
|
|
||||||
format: hex
|
|
||||||
default-light: '#197300'
|
|
||||||
default-dark: '#197300'
|
|
||||||
|
|
||||||
-
|
|
||||||
id: heading-colors-scrollbar
|
|
||||||
title: Scrollbar Colors
|
|
||||||
type: heading
|
|
||||||
level: 1
|
|
||||||
collapsed: true
|
|
||||||
-
|
|
||||||
id: scrollbar-bg
|
|
||||||
title: 'Scrollbar: Background'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#0000000d'
|
|
||||||
default-dark: '#ffffff0d'
|
|
||||||
-
|
|
||||||
id: scrollbar-thumb-bg
|
|
||||||
title: 'Scrollbar: Thumb Background'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#0000001a'
|
|
||||||
default-dark: '#ffffff1a'
|
|
||||||
-
|
|
||||||
id: scrollbar-active-thumb-bg
|
|
||||||
title: 'Scrollbar: Active Thumb Background'
|
|
||||||
type: variable-themed-color
|
|
||||||
opacity: true
|
|
||||||
format: rgb
|
|
||||||
default-light: '#00000033'
|
|
||||||
default-dark: '#ffffff33'
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Settings
|
||||||
*/
|
*/
|
||||||
|
.vertical-tab-header-group-title {
|
||||||
|
color: #00ffe7;
|
||||||
|
font-weight: 700;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|||||||
4
.obsidian/starred.json
vendored
4
.obsidian/starred.json
vendored
@@ -1 +1,3 @@
|
|||||||
{"items":[]}
|
{
|
||||||
|
"items": []
|
||||||
|
}
|
||||||
|
|||||||
6
.obsidian/themes/Night Owl/manifest.json
vendored
Normal file
6
.obsidian/themes/Night Owl/manifest.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "Night Owl",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"minAppVersion": "0.16.0",
|
||||||
|
"author": "Ben Hong"
|
||||||
|
}
|
||||||
847
.obsidian/themes/Night Owl/theme.css
vendored
Normal file
847
.obsidian/themes/Night Owl/theme.css
vendored
Normal file
@@ -0,0 +1,847 @@
|
|||||||
|
@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;1,400;1,500&family=Karla:ital,wght@0,400;0,600;1,400;1,600&family=Rubik:ital,wght@0,400;0,600;1,400;1,600&display=swap");
|
||||||
|
|
||||||
|
/*------------- --------------------*/
|
||||||
|
/* Typography */
|
||||||
|
/*------------- --------------------*/
|
||||||
|
/*-----------------------------*/
|
||||||
|
/* Colors */
|
||||||
|
/*-----------------------------*/
|
||||||
|
/* @settings
|
||||||
|
|
||||||
|
name: Night Owl Theme
|
||||||
|
id: night-owl-theme
|
||||||
|
settings:
|
||||||
|
-
|
||||||
|
id: night-owl-typography
|
||||||
|
title: Colors
|
||||||
|
type: heading
|
||||||
|
level: 3
|
||||||
|
-
|
||||||
|
id: text-bold-color
|
||||||
|
title: Bold Color
|
||||||
|
type: variable-color
|
||||||
|
format: hex
|
||||||
|
default: '#50fa7b'
|
||||||
|
-
|
||||||
|
id: text-italic-color
|
||||||
|
title: Italic Color
|
||||||
|
type: variable-color
|
||||||
|
format: hex
|
||||||
|
default: '#ffeb95'
|
||||||
|
-
|
||||||
|
id: text-italic-bold-color
|
||||||
|
title: Italic Bold Color
|
||||||
|
type: variable-color
|
||||||
|
format: hex
|
||||||
|
default: '#b380fb'
|
||||||
|
*/
|
||||||
|
/*-------------------------------------*/
|
||||||
|
/* CSS Variables */
|
||||||
|
/*-------------------------------------*/
|
||||||
|
:root {
|
||||||
|
--font-size-normal: 18px;
|
||||||
|
--font-size-code: 15px;
|
||||||
|
--font-size-side-dock: 15px;
|
||||||
|
--font-size-side-dock-title: 18px;
|
||||||
|
--font-size-status-bar: 15px;
|
||||||
|
--font-size-h1: 30px;
|
||||||
|
--font-size-h2: 25px;
|
||||||
|
--font-size-h3: 21px;
|
||||||
|
--font-size-h4: 20px;
|
||||||
|
--font-size-h5: 19px;
|
||||||
|
--font-size-h6: 18px;
|
||||||
|
--font-family-editor: IBM Plex Mono, Menlo, Monaco, Courier New, monospace;
|
||||||
|
--font-text: Karla, Avenir Next, Helvetica, Arial, sans-serif;
|
||||||
|
--font-family-preview: Karla, Avenir Next, Helvetica, Arial, sans-serif;
|
||||||
|
--font-family-preview-heading: Rubik, Avenir Next, Helvetica, Arial, sans-serif;
|
||||||
|
--primary-lavender: #b380fb;
|
||||||
|
}
|
||||||
|
.theme-light,
|
||||||
|
.theme-dark {
|
||||||
|
--background-primary: hsl(207deg, 95%, 8%);
|
||||||
|
--background-primary-alt: #011c32;
|
||||||
|
--background-secondary: #011c32;
|
||||||
|
--background-secondary-alt: #02223c;
|
||||||
|
--background-accent: #f8f8f2;
|
||||||
|
--background-modifier-border: #f8f8f2;
|
||||||
|
--background-modifier-form-field: rgba(0, 0, 0, 0.2);
|
||||||
|
--background-modifier-form-field-highlighted: rgba(0, 0, 0, 0.5);
|
||||||
|
--background-modifier-box-shadow: rgba(0, 0, 0, 0.3);
|
||||||
|
--background-modifier-success: #50fa7b; /*no sure*/
|
||||||
|
--background-modifier-error: #3d0000; /*no sure*/
|
||||||
|
--background-modifier-error-rgb: 61, 0, 0;
|
||||||
|
--background-modifier-error-hover: #470000;
|
||||||
|
--background-modifier-cover: rgba(0, 0, 0, 0.6);
|
||||||
|
--text-accent: #ffeb95;
|
||||||
|
--text-accent-hover: #8be9fd;
|
||||||
|
--text-bold-color: #50fa7b;
|
||||||
|
--text-italic-color: #ffeb95;
|
||||||
|
--text-italic-bold-color: #b380fb;
|
||||||
|
--text-normal: #f8f8f2;
|
||||||
|
--text-muted: #f8f8f2;
|
||||||
|
--text-faint: #7fdbca;
|
||||||
|
--text-highlight-bg: hsla(61deg, 100%, 32%, 0.8);
|
||||||
|
--text-error: #ff79c6;
|
||||||
|
--text-error-hover: #ff79c6;
|
||||||
|
--text-selection: #6272a4; /* Chromium precess this color with alpha channel */
|
||||||
|
--text-on-accent: #bd93f9;
|
||||||
|
--interactive-normal: #ffb86c;
|
||||||
|
--interactive-hover: #ff5555;
|
||||||
|
--interactive-accent: #ffeb95;
|
||||||
|
--interactive-accent-rgb: 123, 108, 217;
|
||||||
|
--interactive-accent-hover: #ff5555;
|
||||||
|
--scrollbar-active-thumb-bg: #282a36;
|
||||||
|
--scrollbar-bg: #282a36;
|
||||||
|
--scrollbar-thumb-bg: #282a36;
|
||||||
|
--text-title-h1: #ff79c6;
|
||||||
|
--text-title-h2: #82aaff;
|
||||||
|
--text-title-h3: #c5e478;
|
||||||
|
--text-title-h4: #ffb86c;
|
||||||
|
--text-title-h5: #50fa7b;
|
||||||
|
--text-title-h6: #8be9fd;
|
||||||
|
--inline-code: #bd93f9;
|
||||||
|
--code-block: #8be9fd;
|
||||||
|
--pre-code: #44475a;
|
||||||
|
--blockquote-border: #ffb86c;
|
||||||
|
--vim-cursor: #ff5555;
|
||||||
|
--border-color: #2b2727; /*also like transparent*/
|
||||||
|
}
|
||||||
|
/*-------------------------------------*/
|
||||||
|
/* Search the following lines */
|
||||||
|
/* to jump to specific section */
|
||||||
|
/*-------------------------------------*/
|
||||||
|
/* resize-handle and borders */
|
||||||
|
/* tags */
|
||||||
|
/* link */
|
||||||
|
/* Cursor */
|
||||||
|
/* basic format in EDITOR and PREVIEW */
|
||||||
|
/* Headings - EDITOR and PREVIEW */
|
||||||
|
/* Code block in Preview */
|
||||||
|
/* Code block in Editor */
|
||||||
|
/* Brackets */
|
||||||
|
/* Blockquote */
|
||||||
|
/* table */
|
||||||
|
/* Checkbox */
|
||||||
|
/* html in editor */
|
||||||
|
/* popover */
|
||||||
|
/* Side panel */
|
||||||
|
/* internal embedded link in preview */
|
||||||
|
/* graph view */
|
||||||
|
/* settings */
|
||||||
|
/* Hide side bar */
|
||||||
|
/* width of content */
|
||||||
|
/* note header bar for non-andy mode */
|
||||||
|
/* andy mode activated in light mode */
|
||||||
|
/* at a rule line before ul list *
|
||||||
|
/* Hide Scrollbar (recommend for mac) */
|
||||||
|
/*-------------------------------------*/
|
||||||
|
/***************************************/
|
||||||
|
/* resize-handle and borders */
|
||||||
|
/***************************************/
|
||||||
|
/*vertical resize-handle*/
|
||||||
|
.workspace-split.mod-vertical > * > .workspace-leaf-resize-handle,
|
||||||
|
.workspace-split.mod-left-split > .workspace-leaf-resize-handle,
|
||||||
|
.workspace-split.mod-right-split > .workspace-leaf-resize-handle {
|
||||||
|
width: 1px !important;
|
||||||
|
background-color: var(--border-color);
|
||||||
|
}
|
||||||
|
/*horizontal resize-handle*/
|
||||||
|
.workspace-split.mod-horizontal > * > .workspace-leaf-resize-handle {
|
||||||
|
height: 1px !important;
|
||||||
|
background-color: var(--border-color);
|
||||||
|
}
|
||||||
|
/*workspace ribbon when collapsed*/
|
||||||
|
.workspace-ribbon.is-collapsed {
|
||||||
|
background-color: var(--background-primary-alt);
|
||||||
|
}
|
||||||
|
/*the vertical split*/
|
||||||
|
.workspace-split.mod-root .workspace-split.mod-vertical .workspace-leaf-content,
|
||||||
|
.workspace-split.mod-vertical > .workspace-split,
|
||||||
|
.workspace-split.mod-vertical > .workspace-leaf,
|
||||||
|
.workspace-tabs {
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
/*status-bar*/
|
||||||
|
.status-bar {
|
||||||
|
font-size: var(--font-size-status-bar);
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
border-top: 0px;
|
||||||
|
}
|
||||||
|
.document-search-container {
|
||||||
|
border-top: 0px;
|
||||||
|
border-right: 0px;
|
||||||
|
z-index: inherit;
|
||||||
|
}
|
||||||
|
.workspace-ribbon.mod-left.is-collapsed {
|
||||||
|
border-right: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
.workspace-ribbon.mod-right.is-collapsed {
|
||||||
|
border-left: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
/*************************************/
|
||||||
|
/* tags */
|
||||||
|
/*************************************/
|
||||||
|
/* Tag hover in preview */
|
||||||
|
a.tag:hover {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
/* Tag Color in editor and preview*/
|
||||||
|
.cm-hashtag,
|
||||||
|
a.tag {
|
||||||
|
color: var(--text-accent-hover) !important;
|
||||||
|
text-decoration: none !important;
|
||||||
|
font-style: normal !important;
|
||||||
|
}
|
||||||
|
/*********************************/
|
||||||
|
/* link */
|
||||||
|
/*********************************/
|
||||||
|
/* link */
|
||||||
|
a,
|
||||||
|
.internal-link,
|
||||||
|
.cm-hmd-internal-link,
|
||||||
|
.cm-link,
|
||||||
|
.cm-formatting-link,
|
||||||
|
.cm-url {
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
/* the url string in editor */
|
||||||
|
.cm-s-obsidian span.cm-string {
|
||||||
|
color: var(--text-accent-hover) !important;
|
||||||
|
}
|
||||||
|
/* make external links italics to differentiate */
|
||||||
|
a:not(.internal-link) {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
/*footnote*/
|
||||||
|
.cm-s-obsidian pre.HyperMD-footnote span.cm-hmd-footnote,
|
||||||
|
.cm-s-obsidian span.cm-footref {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Cursor */
|
||||||
|
/***************************************/
|
||||||
|
/* Cursor color and opacity */
|
||||||
|
.cm-fat-cursor .CodeMirror-cursor,
|
||||||
|
.cm-animate-fat-cursor {
|
||||||
|
width: 0.5em;
|
||||||
|
background: var(--vim-cursor);
|
||||||
|
opacity: 60% !important;
|
||||||
|
}
|
||||||
|
/**************************************/
|
||||||
|
/* basic format in EDITOR and PREVIEW */
|
||||||
|
/**************************************/
|
||||||
|
/* font for everything outside of editor/preview panes */
|
||||||
|
.app-container {
|
||||||
|
font-family: var(--font-family-preview);
|
||||||
|
}
|
||||||
|
/* set the text selection color for preview mode */
|
||||||
|
::selection {
|
||||||
|
background-color: var(--text-selection);
|
||||||
|
}
|
||||||
|
/* normal text outside of headings and code of editor */
|
||||||
|
.cm-s-obsidian,
|
||||||
|
.mod-single-child .cm-s-obsidian {
|
||||||
|
font-family: var(--font-family-editor);
|
||||||
|
font-size: var(--font-size-normal);
|
||||||
|
}
|
||||||
|
/* bold in preview and editor */
|
||||||
|
strong,
|
||||||
|
.cm-strong {
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--text-bold-color);
|
||||||
|
}
|
||||||
|
/* emphasis in preview and editor */
|
||||||
|
em,
|
||||||
|
.cm-em {
|
||||||
|
color: var(--text-italic-color);
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.cm-em.cm-strong {
|
||||||
|
color: var(--text-italic-bold-color);
|
||||||
|
}
|
||||||
|
/* strikethrough in preview and editor */
|
||||||
|
s,
|
||||||
|
.cm-strikethrough {
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
/* list in editor */
|
||||||
|
.cm-s-obsidian span.cm-formatting-list {
|
||||||
|
color: var(--text-normal) !important;
|
||||||
|
}
|
||||||
|
/* horizontal line in preview */
|
||||||
|
.markdown-preview-view hr {
|
||||||
|
background-color: var(--text-faint) !important;
|
||||||
|
}
|
||||||
|
/* embedded images */
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
/* img hover zoom out img*/
|
||||||
|
img:hover {
|
||||||
|
transform: scale(1.04);
|
||||||
|
transition: transform 0.25s ease-in-out 0s;
|
||||||
|
}
|
||||||
|
.community-theme img:hover {
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Code block in Preview */
|
||||||
|
/***************************************/
|
||||||
|
/* code blocks in preview */
|
||||||
|
pre code {
|
||||||
|
font-family: monaco !important;
|
||||||
|
font-size: var(--font-size-code) !important;
|
||||||
|
padding: 6px !important;
|
||||||
|
line-height: normal;
|
||||||
|
display: block;
|
||||||
|
color: var(--code-block) !important;
|
||||||
|
}
|
||||||
|
/* padding of code blocks in preview */
|
||||||
|
.markdown-preview-view pre {
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
/* font-size of in-line block for preview */
|
||||||
|
.markdown-preview-view code {
|
||||||
|
font-size: var(--font-size-code);
|
||||||
|
}
|
||||||
|
/* remove the shadow that typically affect light mode */
|
||||||
|
.theme-dark code[class*=language-],
|
||||||
|
.theme-dark pre[class*=language-],
|
||||||
|
.theme-light code[class*=language-],
|
||||||
|
.theme-light pre[class*=language-] {
|
||||||
|
text-shadow: none !important;
|
||||||
|
color: var(--text-faint) !important;
|
||||||
|
background-color: var(--pre-code);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Brackets */
|
||||||
|
/***************************************/
|
||||||
|
.cm-s-obsidian span.cm-formatting-link {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Blockquote */
|
||||||
|
/***************************************/
|
||||||
|
/* for editor */
|
||||||
|
.cm-quote {
|
||||||
|
color: var(--text-normal) !important;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
/* for preview */
|
||||||
|
.markdown-preview-view blockquote {
|
||||||
|
background-color: var(--pre-code);
|
||||||
|
border: 0px solid;
|
||||||
|
border-color: var(--blockquote-border) !important;
|
||||||
|
border-left-width: 4px !important;
|
||||||
|
border-radius: 0 8px 8px 0;
|
||||||
|
line-height: 1.5em;
|
||||||
|
margin: 30px 0px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* table */
|
||||||
|
/***************************************/
|
||||||
|
th {
|
||||||
|
font-weight: 800 !important;
|
||||||
|
}
|
||||||
|
.markdown-preview-view th {
|
||||||
|
font-weight: 800;
|
||||||
|
background-color: var(--background-secondary) !important;
|
||||||
|
}
|
||||||
|
thead {
|
||||||
|
border-bottom: 3px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
.table {
|
||||||
|
padding: 4px;
|
||||||
|
line-height: normal;
|
||||||
|
display: block;
|
||||||
|
border-top-left-radius: 4px;
|
||||||
|
border-top-right-radius: 4px;
|
||||||
|
border-bottom-right-radius: 4px;
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* popover */
|
||||||
|
/***************************************/
|
||||||
|
.popover {
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Side panel */
|
||||||
|
/***************************************/
|
||||||
|
/* search result in backlink or file search */
|
||||||
|
.search-result-file-title {
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
.search-result-file-matches,
|
||||||
|
.search-empty-state {
|
||||||
|
font-size: var(--font-size-side-dock);
|
||||||
|
}
|
||||||
|
/*decrease the spacing between result items*/
|
||||||
|
.search-result-file-title,
|
||||||
|
.search-result-file-match {
|
||||||
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
|
.nav-file-title,
|
||||||
|
.nav-folder-title {
|
||||||
|
border-bottom-left-radius: 0 !important;
|
||||||
|
border-bottom-right-radius: 0 !important;
|
||||||
|
border-top-left-radius: 0 !important;
|
||||||
|
border-top-right-radius: 0 !important;
|
||||||
|
}
|
||||||
|
/*backlink pane*/
|
||||||
|
.workspace-leaf-content[data-type=backlink] .view-content {
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
.workspace-leaf-content[data-type=tag] .tag-pane-tag-count,
|
||||||
|
.workspace-leaf-content[data-type=tag] .tag-pane-tag-text {
|
||||||
|
font-size: var(--font-size-side-dock);
|
||||||
|
}
|
||||||
|
.workspace-leaf-content[data-type=backlink] .search-result-file-matches {
|
||||||
|
font-size: var(--font-size-side-dock);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* internal embedded link in preview */
|
||||||
|
/***************************************/
|
||||||
|
/* Naked Embeds */
|
||||||
|
.markdown-embed-title {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.markdown-preview-view .markdown-embed-content > :first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.markdown-preview-view .markdown-embed-content > :last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
/*remove the following two line, you will get border and scroll*/
|
||||||
|
.markdown-preview-view .markdown-embed {
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.markdown-preview-view .markdown-embed-content {
|
||||||
|
max-height: unset;
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
/* the link on the top right corner*/
|
||||||
|
.markdown-embed-link {
|
||||||
|
color: var(--text-faint) !important;
|
||||||
|
}
|
||||||
|
.markdown-embed-link:hover {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* graph view */
|
||||||
|
/***************************************/
|
||||||
|
.graph-view.color-circle,
|
||||||
|
.graph-view.color-fill-highlight,
|
||||||
|
.graph-view.color-line-highlight {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
.graph-view.color-text {
|
||||||
|
color: var(--text-normal) !important;
|
||||||
|
}
|
||||||
|
.graph-view.color-line {
|
||||||
|
color: #6272a4;
|
||||||
|
}
|
||||||
|
.graph-view.color-fill {
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
.workspace-leaf-content[data-type=graph] .view-content {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* settings */
|
||||||
|
/***************************************/
|
||||||
|
.modal.mod-settings button:not(.mod-cta):hover {
|
||||||
|
background-color: var(--interactive-accent-hover);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Hide side bar */
|
||||||
|
/***************************************/
|
||||||
|
.workspace-ribbon:not(:hover) .workspace-ribbon-collapse-btn,
|
||||||
|
.workspace-ribbon:not(:hover) .side-dock-actions,
|
||||||
|
.workspace-ribbon:not(:hover) .side-dock-settings {
|
||||||
|
display: none;
|
||||||
|
transition: all 300ms ease-in-out;
|
||||||
|
}
|
||||||
|
.workspace-ribbon:not(:hover) {
|
||||||
|
width: 0px;
|
||||||
|
transition: all 300ms ease-in-out;
|
||||||
|
}
|
||||||
|
.workspace-split.mod-left-split {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
.workspace-split.mod-right-split {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* width of content */
|
||||||
|
/***************************************/
|
||||||
|
.markdown-source-view.is-readable-line-width .CodeMirror {
|
||||||
|
max-width: 900px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
.markdown-preview-view.is-readable-line-width .markdown-preview-section {
|
||||||
|
max-width: 900px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
/* shift sticky position, so titles will stack up to the left */
|
||||||
|
/* This will currently stack to a maximum of 10 before resetting */
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-8) {
|
||||||
|
left: calc(var(--sticky-left) * 0);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-7) {
|
||||||
|
left: calc(var(--sticky-left) * 1);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-6) {
|
||||||
|
left: calc(var(--sticky-left) * 2);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-5) {
|
||||||
|
left: calc(var(--sticky-left) * 3);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-4) {
|
||||||
|
left: calc(var(--sticky-left) * 4);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-3) {
|
||||||
|
left: calc(var(--sticky-left) * 5);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-2) {
|
||||||
|
left: calc(var(--sticky-left) * 6);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-1) {
|
||||||
|
left: calc(var(--sticky-left) * 7);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n+0) {
|
||||||
|
left: calc(var(--sticky-left) * 8);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n+1) {
|
||||||
|
left: calc(var(--sticky-left) * 9);
|
||||||
|
}
|
||||||
|
/* now it's time for the fancy vertical titles */
|
||||||
|
/* first we'll add a bit of gap for the title to sit inside of */
|
||||||
|
.theme-light .workspace-leaf-content {
|
||||||
|
padding-left: var(--sticky-left);
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
/* this is where the magic happens */
|
||||||
|
.theme-light .view-header {
|
||||||
|
writing-mode: vertical-lr;
|
||||||
|
border-right: 1px solid var(--border-color);
|
||||||
|
border-left: 0px !important;
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
|
height: auto;
|
||||||
|
width: 36px;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}
|
||||||
|
/* fix the long-title-obscuring shadows */
|
||||||
|
.theme-light .view-header-title-container:after {
|
||||||
|
width: 100%;
|
||||||
|
height: 30px;
|
||||||
|
top: unset;
|
||||||
|
bottom: 0;
|
||||||
|
background: linear-gradient(to bottom, transparent, var(--background-primary)) !important;
|
||||||
|
}
|
||||||
|
/* unset the title container height and swap padding */
|
||||||
|
.theme-light .view-header-title-container {
|
||||||
|
height: unset;
|
||||||
|
padding-left: unset;
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
/* active titles have different border colours */
|
||||||
|
.theme-light .workspace-leaf.mod-active .view-header {
|
||||||
|
background-color: var(--background-secondary-alt) !important;
|
||||||
|
border-right: 3px solid var(--interactive-accent) !important;
|
||||||
|
border-left: 0px;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
/* swap the padding/margin around for the header and actions icons */
|
||||||
|
.theme-light .view-header-icon,
|
||||||
|
.theme-light .view-actions {
|
||||||
|
padding: 10px 5px;
|
||||||
|
}
|
||||||
|
.theme-light .view-action {
|
||||||
|
margin: 8px 0;
|
||||||
|
}
|
||||||
|
/* get rid of the gap left by the now-missing horizontal title */
|
||||||
|
.theme-light .view-content {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
/* make the fake drop target overlay have a background so you can see it. */
|
||||||
|
/* TODO: figure out how the fake target overlay works so we can put the title back, too */
|
||||||
|
.theme-light .workspace-fake-target-overlay {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
}
|
||||||
|
/*preview padding too small*/
|
||||||
|
.theme-light .markdown-preview-view,
|
||||||
|
.theme-light .mod-single-child .markdown-preview-view {
|
||||||
|
font-family: var(--font-family-editor);
|
||||||
|
font-size: var(--font-size-normal);
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-left: 4% !important;
|
||||||
|
padding-right: 2% !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* at a rule line before ul list */
|
||||||
|
/***************************************/
|
||||||
|
ul ul {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
ul ul::before {
|
||||||
|
content: "";
|
||||||
|
border-left: 1px solid var(--border-color);
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
ul ul::before {
|
||||||
|
left: -1em;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Code block in Editor */
|
||||||
|
/***************************************/
|
||||||
|
/* in-line block for editor */
|
||||||
|
.cm-s-obsidian span.cm-inline-code,
|
||||||
|
.cm-s-obsidian span.cm-inline-code.cm-hmd-indented-code,
|
||||||
|
.cm-s-obsidian span.cm-inline-code:not(.cm-formatting):not(.cm-hmd-indented-code) {
|
||||||
|
background-color: var(--pre-code-bg);
|
||||||
|
color: var(--inline-code) !important;
|
||||||
|
bottom: 0px !important;
|
||||||
|
}
|
||||||
|
/* Editor CodeBlock TEXT Appearance */
|
||||||
|
.cm-s-obsidian pre.HyperMD-codeblock {
|
||||||
|
font-family: monaco !important;
|
||||||
|
font-size: var(--font-size-code) !important;
|
||||||
|
padding: 1px !important;
|
||||||
|
display: block;
|
||||||
|
color: var(--code-block) !important;
|
||||||
|
font-weight: 500;
|
||||||
|
text-indent: 0px !important;
|
||||||
|
}
|
||||||
|
/*remove the border of codeblock in editor */
|
||||||
|
.HyperMD-codeblock-bg {
|
||||||
|
border: 0px !important;
|
||||||
|
}
|
||||||
|
/*an active line highlight in vim normal mode
|
||||||
|
.cm-fat-cursor .CodeMirror-activeline .CodeMirror-linebackground{
|
||||||
|
background-color: var(--text-selection) !important;
|
||||||
|
} */
|
||||||
|
/* in-line block for preview */
|
||||||
|
code {
|
||||||
|
color: var(--inline-code) !important;
|
||||||
|
bottom: 0px !important;
|
||||||
|
}
|
||||||
|
/* graph css */
|
||||||
|
.theme-dark .graph-view.color-arrow {
|
||||||
|
color: #50fa7b;
|
||||||
|
}
|
||||||
|
.theme-dark .graph-view.color-fill-tag {
|
||||||
|
color: #ffb86c;
|
||||||
|
}
|
||||||
|
.theme-dark .graph-view.color-fill-attachment {
|
||||||
|
color: #ff5555;
|
||||||
|
}
|
||||||
|
.theme-dark .graph-view.color-fill-unresolved {
|
||||||
|
color: #6272a4;
|
||||||
|
}
|
||||||
|
.search-result-collapse-indicator {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: -3px;
|
||||||
|
color: var(--text-faint);
|
||||||
|
transition: transform 100ms ease-in-out;
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
font-size: var(--font-size-normal);
|
||||||
|
}
|
||||||
|
.nav-file-title,
|
||||||
|
.nav-folder-title {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
border-radius: 3px;
|
||||||
|
cursor: pointer;
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: 20px;
|
||||||
|
padding: 1px 20px 0 26px;
|
||||||
|
position: relative;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: max-content;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
.markdown-preview-view .list-collapse-indicator {
|
||||||
|
margin-left: -60px;
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
|
/* rule line when there are checkboxes*/
|
||||||
|
ul .task-list-item ul::before {
|
||||||
|
left: 0.15em !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Checkbox */
|
||||||
|
/***************************************/
|
||||||
|
.markdown-preview-view .task-list-item-checkbox {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
top: 0.2em !important;
|
||||||
|
right: 8px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
position: relative;
|
||||||
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
|
margin: 0;
|
||||||
|
box-shadow: 0 0 0.1em var(--text-muted);
|
||||||
|
}
|
||||||
|
.markdown-preview-view .task-list-item-checkbox:checked::before {
|
||||||
|
content: "✓";
|
||||||
|
position: absolute;
|
||||||
|
left: -1px;
|
||||||
|
top: -3px;
|
||||||
|
color: var(--text-accent);
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: 1.25rem;
|
||||||
|
width: 1.2rem;
|
||||||
|
text-align: center;
|
||||||
|
text-shadow: 0 0 0.1rem var(--text-accent);
|
||||||
|
}
|
||||||
|
.markdown-preview-view ul > li.task-list-item.is-checked {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.checkbox-container {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
}
|
||||||
|
/**************************************/
|
||||||
|
/* note header bar for non-andy mode */
|
||||||
|
/* activated in dark mode */
|
||||||
|
/**************************************/
|
||||||
|
/* header */
|
||||||
|
.theme-dark .view-header {
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
border-top: 1px solid var(--border-color) !important;
|
||||||
|
border-bottom: 1px solid var(--border-color) !important;
|
||||||
|
}
|
||||||
|
.theme-dark .view-header-title-container:after {
|
||||||
|
background: linear-gradient(to bottom, transparent, var(--background-primary)) !important;
|
||||||
|
}
|
||||||
|
.theme-dark .workspace-leaf.mod-active .view-header {
|
||||||
|
background-color: var(--background-primary-alt) !important;
|
||||||
|
border-top: 0px !important;
|
||||||
|
border-bottom: 3px solid var(--interactive-accent) !important;
|
||||||
|
}
|
||||||
|
.workspace-leaf.mod-active .view-header-title-container:after {
|
||||||
|
background: linear-gradient(to bottom, transparent, var(--background-secondary-alt)) !important;
|
||||||
|
}
|
||||||
|
.workspace-leaf.mod-active .view-header-title,
|
||||||
|
.workspace-leaf.mod-active .view-header-icon {
|
||||||
|
color: var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
.view-header-title,
|
||||||
|
.view-header-icon,
|
||||||
|
.view-action {
|
||||||
|
color: var(--text-faint);
|
||||||
|
}
|
||||||
|
.cm-header-1,
|
||||||
|
.cm-header-2,
|
||||||
|
.cm-header-3,
|
||||||
|
.cm-header-4,
|
||||||
|
.cm-header-5,
|
||||||
|
.cm-header-6 {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
.cm-header-1 {
|
||||||
|
font-size: var(--font-size-h1);
|
||||||
|
color: var(--text-title-h1);
|
||||||
|
}
|
||||||
|
.cm-header-2 {
|
||||||
|
font-size: var(--font-size-h2);
|
||||||
|
color: var(--text-title-h2);
|
||||||
|
}
|
||||||
|
.cm-header-3 {
|
||||||
|
font-size: var(--font-size-h3);
|
||||||
|
color: var(--text-title-h3);
|
||||||
|
}
|
||||||
|
.cm-header-4 {
|
||||||
|
font-size: var(--font-size-h4);
|
||||||
|
color: var(--text-title-h4);
|
||||||
|
}
|
||||||
|
.cm-header-5 {
|
||||||
|
font-size: var(--font-size-h5);
|
||||||
|
color: var(--text-title-h5);
|
||||||
|
}
|
||||||
|
.cm-header-6 {
|
||||||
|
font-size: var(--font-size-h6);
|
||||||
|
color: var(--text-title-h6);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h1 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h1);
|
||||||
|
color: var(--text-title-h1);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h2 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h2);
|
||||||
|
color: var(--text-title-h2);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h3 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h3);
|
||||||
|
color: var(--text-title-h3);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h4 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h4);
|
||||||
|
color: var(--text-title-h4);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h5 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h5);
|
||||||
|
color: var(--text-title-h5);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h6 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h6);
|
||||||
|
color: var(--text-title-h6);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h1 {
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
.markdown-preview-view h2 {
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
.markdown-preview-view h3 {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
.markdown-preview-view h4 {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.markdown-preview-view h5,
|
||||||
|
.markdown-preview-view h6 {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
.markdown-source-view.mod-cm6 .HyperMD-task-line[data-task]:not([data-task=" "]) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.markdown-source-view.mod-cm6 .is-unresolved {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
.markdown-source-view.mod-cm6 .is-unresolved .cm-hmd-internal-link::after {
|
||||||
|
content: "↩️";
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
margin-left: 3px;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
.statediagram-note rect {
|
||||||
|
fill: var(--background-secondary-alt) !important;
|
||||||
|
stroke: #fff !important;
|
||||||
|
}
|
||||||
7
.obsidian/themes/Vileplume/manifest.json
vendored
Normal file
7
.obsidian/themes/Vileplume/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "Vileplume",
|
||||||
|
"version": "1.0.2",
|
||||||
|
"minAppVersion": "1.0.0",
|
||||||
|
"author": "Hung-Su",
|
||||||
|
"authorUrl": "https://github.com/hungsu"
|
||||||
|
}
|
||||||
686
.obsidian/themes/Vileplume/theme.css
vendored
Normal file
686
.obsidian/themes/Vileplume/theme.css
vendored
Normal file
@@ -0,0 +1,686 @@
|
|||||||
|
/* latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Jomhuria';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(https://fonts.gstatic.com/s/jomhuria/v9/Dxxp8j-TMXf-llKur1byOuA.woff2) format('woff2');
|
||||||
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||||
|
}
|
||||||
|
/* latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Source Sans Pro';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
|
||||||
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||||
|
}
|
||||||
|
/* latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Source Sans Pro';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 300;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18Q.woff2) format('woff2');
|
||||||
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Source Sans Pro';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
|
||||||
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||||
|
}
|
||||||
|
/* latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Source Sans Pro';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18Q.woff2) format('woff2');
|
||||||
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
:root
|
||||||
|
{
|
||||||
|
--dark0: hsl(219, 38%, 21%);
|
||||||
|
--dark1: hsl(219, 37%, 36%);
|
||||||
|
--dark2: hsl(220, 22%, 51%);
|
||||||
|
--dark3: hsl(221, 22%, 55%);
|
||||||
|
|
||||||
|
--light0: #d8dee9;
|
||||||
|
--light1: #e5e9f0;
|
||||||
|
--light2: #eceff4;
|
||||||
|
--light3: #ffffff;
|
||||||
|
|
||||||
|
--frost0: #8fbcbb;
|
||||||
|
--frost1: #88c0d0;
|
||||||
|
--frost2: #81a1c1;
|
||||||
|
--frost3: #5e81ac;
|
||||||
|
|
||||||
|
--bloddish48: hsl(203, 27%, 48%);
|
||||||
|
--bloddish64: hsl(204, 24%, 64%);
|
||||||
|
|
||||||
|
--red53: hsl(355, 35%, 53%);
|
||||||
|
--red: hsl(352, 56%, 62%);
|
||||||
|
--orange: #d08770;
|
||||||
|
--yellow54: hsl(30, 55%, 54%);
|
||||||
|
--yellow59: hsl(24, 33%, 59%);
|
||||||
|
--yellow: hsl(27, 49%, 68%);
|
||||||
|
--yellow75: hsl(19, 38%, 75%);
|
||||||
|
--green: #a3be8c;
|
||||||
|
--groddish: hsl(107, 39%, 43%);
|
||||||
|
--purple: #b48ead;
|
||||||
|
|
||||||
|
--font-default: 'Source Sans Pro', 'Segoe UI Emoji', sans-serif;
|
||||||
|
--font-title: 'Jomhuria', serif;
|
||||||
|
--font-headings: var(--font-default);
|
||||||
|
--font-monospace: 'Hack Nerd Font', 'Source Code Pro', monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
--h1-size: 4.6em;
|
||||||
|
--h2-size: 2.07em;
|
||||||
|
--h3-size: 1.73em;
|
||||||
|
--h4-size: 1.44em;
|
||||||
|
--h5-size: 1.2em;
|
||||||
|
--h6-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark
|
||||||
|
{
|
||||||
|
--background-primary: var(--dark0);
|
||||||
|
--background-primary-alt: var(--dark0);
|
||||||
|
--background-secondary: var(--dark1);
|
||||||
|
--background-secondary-alt: var(--dark2);
|
||||||
|
--text-normal: var(--light2);
|
||||||
|
--text-faint: var(--light0);
|
||||||
|
--text-muted: var(--light1);
|
||||||
|
--text-title-h1: var(--red);
|
||||||
|
--text-title-h2: var(--orange);
|
||||||
|
--text-title-h3: var(--yellow);
|
||||||
|
--text-title-h4: var(--green);
|
||||||
|
--text-title-h5: var(--bloddish64);
|
||||||
|
--text-title-h6: var(--purple);
|
||||||
|
--text-link: var(--frost0);
|
||||||
|
--text-a: var(--yellow);
|
||||||
|
--text-a-hover: var(--yellow);
|
||||||
|
--text-mark: var(--red);
|
||||||
|
--pre-code: var(--dark1);
|
||||||
|
--text-highlight-bg: var(--dark3);
|
||||||
|
--interactive-accent: var(--yellow59);
|
||||||
|
--interactive-accent-hover: var(--red);
|
||||||
|
--interactive-hover: var(--dark0);
|
||||||
|
--interactive-before: var(--dark3);
|
||||||
|
--background-modifier-border: var(--dark2);
|
||||||
|
--text-accent: var(--orange);
|
||||||
|
--interactive-accent-rgb: var(--orange);
|
||||||
|
--inline-code: var(--frost1);
|
||||||
|
--code-block: var(--frost1);
|
||||||
|
--vim-cursor: var(--orange);
|
||||||
|
--text-selection: var(--red53); /* Annoying - affects both Edit and Preview, but Preview has translucency */
|
||||||
|
--opacity-translucency: 0.9;
|
||||||
|
}
|
||||||
|
.theme-light
|
||||||
|
{
|
||||||
|
--background-primary: var(--light3);
|
||||||
|
--background-primary-alt: var(--light3);
|
||||||
|
--background-secondary: var(--light2);
|
||||||
|
--background-secondary-alt: var(--light1);
|
||||||
|
--text-normal: var(--dark1);
|
||||||
|
--text-faint: var(--dark3);
|
||||||
|
--text-muted: var(--dark2);
|
||||||
|
--text-title-h1: var(--red);
|
||||||
|
--text-title-h2: var(--orange);
|
||||||
|
--text-title-h3: var(--yellow);
|
||||||
|
--text-title-h4: var(--green);
|
||||||
|
--text-title-h5: var(--purple);
|
||||||
|
--text-link: var(--frost0);
|
||||||
|
--text-a: var(--frost3);
|
||||||
|
--text-a-hover: var(--frost1);
|
||||||
|
--text-mark: rgba(136, 192, 208, 0.3); /* frost1 */
|
||||||
|
--pre-code: var(--light2);
|
||||||
|
--text-highlight-bg: var(--light0);
|
||||||
|
--interactive-accent: var(--frost0);
|
||||||
|
--interactive-before: var(--light0);
|
||||||
|
--background-modifier-border: var(--light1);
|
||||||
|
--text-accent: var(--orange);
|
||||||
|
--interactive-accent-rgb: var(--orange);
|
||||||
|
--inline-code: var(--frost1);
|
||||||
|
--code-block: var(--frost1);
|
||||||
|
--vim-cursor: var(--orange);
|
||||||
|
--text-selection: var(--light0);
|
||||||
|
--opacity-translucency: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark code[class*="language-"],
|
||||||
|
.theme-dark pre[class*="language-"],
|
||||||
|
.theme-light code[class*="language-"],
|
||||||
|
.theme-light pre[class*="language-"]
|
||||||
|
{
|
||||||
|
text-shadow: none !important;
|
||||||
|
background-color: var(--pre-code) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
html,
|
||||||
|
body
|
||||||
|
{
|
||||||
|
font-family: var(--font-default);
|
||||||
|
font-size: 16px !important;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong
|
||||||
|
{
|
||||||
|
font-weight: 700 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a,
|
||||||
|
.cm-hmd-internal-link
|
||||||
|
{
|
||||||
|
color: var(--text-a);
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover,
|
||||||
|
.cm-hmd-internal-link:hover,
|
||||||
|
.cm-url
|
||||||
|
{
|
||||||
|
color: var(--text-a-hover);
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.view-actions a
|
||||||
|
{
|
||||||
|
color: var(--text-normal) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.view-actions a:hover
|
||||||
|
{
|
||||||
|
color: var(--text-a) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.HyperMD-codeblock-bg
|
||||||
|
{
|
||||||
|
background-color: var(--pre-code) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.HyperMD-codeblock
|
||||||
|
{
|
||||||
|
line-height: 1.4em !important;
|
||||||
|
color: var(--code-block) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.HyperMD-codeblock-begin
|
||||||
|
{
|
||||||
|
border-top-left-radius: 4px !important;
|
||||||
|
border-top-right-radius: 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.HyperMD-codeblock-end
|
||||||
|
{
|
||||||
|
border-bottom-left-radius: 4px !important;
|
||||||
|
border-bottom-right-radius: 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
th
|
||||||
|
{
|
||||||
|
font-weight: 600 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead
|
||||||
|
{
|
||||||
|
border-bottom: 2px solid var(--background-modifier-border) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.HyperMD-table-row
|
||||||
|
{
|
||||||
|
line-height: normal !important;
|
||||||
|
padding-left: 4px !important;
|
||||||
|
padding-right: 4px !important;
|
||||||
|
/* background-color: var(--pre-code) !important; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.HyperMD-table-row-0
|
||||||
|
{
|
||||||
|
/* padding-top: 4px !important; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.CodeMirror-foldgutter-folded,
|
||||||
|
.is-collapsed .nav-folder-collapse-indicator
|
||||||
|
{
|
||||||
|
color: var(--text-a) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-file-tag
|
||||||
|
{
|
||||||
|
color: var(--text-a) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-active .nav-file-title
|
||||||
|
{
|
||||||
|
color: var(--text-a) !important;
|
||||||
|
background-color: var(--background-primary-alt) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-file-title
|
||||||
|
{
|
||||||
|
border-bottom-left-radius: 0 !important;
|
||||||
|
border-bottom-right-radius: 0 !important;
|
||||||
|
border-top-left-radius: 0 !important;
|
||||||
|
border-top-right-radius: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.HyperMD-list-line
|
||||||
|
{
|
||||||
|
padding-top: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.CodeMirror-linenumber
|
||||||
|
{
|
||||||
|
font-family: var(--font-monospace);
|
||||||
|
color: var(--frost2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-preview-section pre code,
|
||||||
|
.markdown-preview-section code
|
||||||
|
{
|
||||||
|
font-size: 0.9em !important;
|
||||||
|
background-color: var(--pre-code) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-preview-section pre code
|
||||||
|
{
|
||||||
|
padding: 4px !important;
|
||||||
|
line-height: 1.4em !important;
|
||||||
|
display: block !important;
|
||||||
|
color: var(--code-block) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-preview-section code
|
||||||
|
{
|
||||||
|
color: var(--inline-code) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-s-obsidian,
|
||||||
|
.cm-inline-code
|
||||||
|
{
|
||||||
|
-webkit-font-smoothing: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-inline-code
|
||||||
|
{
|
||||||
|
color: var(--inline-code) !important;
|
||||||
|
background-color: var(--pre-code) !important;
|
||||||
|
padding: 1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-leaf-header-title
|
||||||
|
{
|
||||||
|
font-weight: 600 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.side-dock-title
|
||||||
|
{
|
||||||
|
padding-top: 15px !important;
|
||||||
|
font-size: 20px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.side-dock-ribbon-tab:hover,
|
||||||
|
.side-dock-ribbon-action:hover,
|
||||||
|
.side-dock-ribbon-action.is-active:hover,
|
||||||
|
.nav-action-button:hover,
|
||||||
|
.side-dock-collapse-btn:hover
|
||||||
|
{
|
||||||
|
color: var(--text-a);
|
||||||
|
}
|
||||||
|
|
||||||
|
.side-dock
|
||||||
|
{
|
||||||
|
border-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-s-obsidian,
|
||||||
|
.markdown-preview-view
|
||||||
|
{
|
||||||
|
/* padding-left: 10px !important; */
|
||||||
|
padding-right: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* vertical resize-handle */
|
||||||
|
.workspace-split.mod-vertical > * > .workspace-leaf-resize-handle,
|
||||||
|
.workspace-split.mod-left-split > .workspace-leaf-resize-handle,
|
||||||
|
.workspace-split.mod-right-split > .workspace-leaf-resize-handle
|
||||||
|
{
|
||||||
|
width: 1px !important;
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* horizontal resize-handle */
|
||||||
|
.workspace-split.mod-horizontal > * > .workspace-leaf-resize-handle
|
||||||
|
{
|
||||||
|
height: 1px !important;
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Remove vertical split padding */
|
||||||
|
.workspace-split.mod-root .workspace-split.mod-vertical .workspace-leaf-content,
|
||||||
|
.workspace-split.mod-vertical > .workspace-split,
|
||||||
|
.workspace-split.mod-vertical > .workspace-leaf,
|
||||||
|
.workspace-tabs
|
||||||
|
{
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-embed-title
|
||||||
|
{
|
||||||
|
font-weight: 600 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-embed
|
||||||
|
{
|
||||||
|
padding-left: 10px !important;
|
||||||
|
padding-right: 10px !important;
|
||||||
|
margin-left: 10px !important;
|
||||||
|
margin-right: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.cm-header-1.cm-header-1,
|
||||||
|
.markdown-preview-section.markdown-preview-section h1 {
|
||||||
|
font-family: var(--font-title);
|
||||||
|
font-weight: 400;
|
||||||
|
text-shadow: 1px 1px rgba(0,0,0,0.05),
|
||||||
|
2px 2px rgba(0,0,0,0.05),
|
||||||
|
3px 3px rgba(0,0,0,0.05),
|
||||||
|
4px 4px rgba(0,0,0,0.05),
|
||||||
|
5px 5px rgba(0,0,0,0.05),
|
||||||
|
6px 6px rgba(0,0,0,0.05),
|
||||||
|
7px 7px rgba(0,0,0,0.05),
|
||||||
|
8px 8px rgba(0,0,0,0.05),
|
||||||
|
9px 9px rgba(0,0,0,0.05)
|
||||||
|
}
|
||||||
|
.theme-light .cm-header-1.cm-header-1,
|
||||||
|
.theme-light .markdown-preview-section.markdown-preview-section h1 {
|
||||||
|
text-shadow: 1px 1px rgba(0,0,0,0.02),
|
||||||
|
2px 2px rgba(0,0,0,0.02),
|
||||||
|
3px 3px rgba(0,0,0,0.02),
|
||||||
|
4px 4px rgba(0,0,0,0.02),
|
||||||
|
5px 5px rgba(0,0,0,0.02),
|
||||||
|
6px 6px rgba(0,0,0,0.02),
|
||||||
|
7px 7px rgba(0,0,0,0.02),
|
||||||
|
8px 8px rgba(0,0,0,0.02),
|
||||||
|
9px 9px rgba(0,0,0,0.02)
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-preview-section.markdown-preview-section h1 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-preview-section h2,
|
||||||
|
.markdown-preview-section.markdown-preview-section h2,
|
||||||
|
.markdown-preview-section.markdown-preview-section h3,
|
||||||
|
.markdown-preview-section.markdown-preview-section h4,
|
||||||
|
.markdown-preview-section.markdown-preview-section h5,
|
||||||
|
.markdown-preview-section.markdown-preview-section h6
|
||||||
|
{
|
||||||
|
font-family: var(--font-headings);
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* @settings
|
||||||
|
|
||||||
|
name: Vileplume settings
|
||||||
|
id: vileplume-settings
|
||||||
|
settings:
|
||||||
|
-
|
||||||
|
id: h1-size
|
||||||
|
title: Title size
|
||||||
|
description: Font size of your level 1 headings (#), in ems
|
||||||
|
type: variable-number
|
||||||
|
default: 3
|
||||||
|
format: em
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
.cm-header-1.cm-header-1,
|
||||||
|
.markdown-preview-section.markdown-preview-section h1
|
||||||
|
{
|
||||||
|
color: var(--text-title-h1);
|
||||||
|
line-height: 0.75;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-header-2,
|
||||||
|
.markdown-preview-section h2
|
||||||
|
{
|
||||||
|
color: var(--text-title-h2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-header-3,
|
||||||
|
.markdown-preview-section h3
|
||||||
|
{
|
||||||
|
color: var(--text-title-h3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-header-4,
|
||||||
|
.markdown-preview-section h4
|
||||||
|
{
|
||||||
|
color: var(--text-title-h4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-header-5,
|
||||||
|
.markdown-preview-section h5
|
||||||
|
{
|
||||||
|
color: var(--text-title-h5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-header-6,
|
||||||
|
.markdown-preview-section h6
|
||||||
|
{
|
||||||
|
color: var(--text-title-h6);
|
||||||
|
}
|
||||||
|
|
||||||
|
.suggestion-item.is-selected
|
||||||
|
{
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.empty-state-container:hover
|
||||||
|
{
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
border: 5px solid var(--interactive-accent) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checkbox-container
|
||||||
|
{
|
||||||
|
background-color: var(--interactive-before);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mod-cta
|
||||||
|
{
|
||||||
|
/* color: var(--background-secondary-alt) !important; */
|
||||||
|
font-weight: 600 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mod-cta:hover
|
||||||
|
{
|
||||||
|
background-color: var(--interactive-before) !important;
|
||||||
|
font-weight: 600 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.CodeMirror-cursor
|
||||||
|
{
|
||||||
|
background-color: var(--vim-cursor) !important;
|
||||||
|
opacity: 60% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.task-list-item-checkbox {
|
||||||
|
border: 1px solid var(--frost3);
|
||||||
|
appearance: none;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.task-list-item-checkbox:checked {
|
||||||
|
background-color: var(--frost2);
|
||||||
|
box-shadow: inset 0 0 0 2px var(--background-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mermaid .note
|
||||||
|
{
|
||||||
|
fill: var(--frost3) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
BEGIN - My code! 😀
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
|
.heading-collapse-indicator svg {
|
||||||
|
background: url('https://cdn.discordapp.com/attachments/560318304472793114/808721915627307058/lets_go_arrow.png');
|
||||||
|
background-size: contain;
|
||||||
|
width:12px;
|
||||||
|
height: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background-color: var(--dark3);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* There's no current good way to select an image that is alone, and NOT style images that are inline */
|
||||||
|
/* span:only-child img {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
} */
|
||||||
|
|
||||||
|
.view-header {
|
||||||
|
border-bottom-width: 0;
|
||||||
|
box-shadow: 0 5px 5px rgba(0,0,0,0.1), 0 10px 5px rgba(0,0,0,0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-buttons-container {
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-hashtag {
|
||||||
|
--tag-color: white;
|
||||||
|
background-color: var(--yellow59);
|
||||||
|
border: 1px solid rgba(255,255,255,0.3);
|
||||||
|
box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-hashtag-begin {
|
||||||
|
border-radius: 1em 0 0;
|
||||||
|
}
|
||||||
|
.cm-hashtag-end {
|
||||||
|
border-radius: 0 0 1em
|
||||||
|
}
|
||||||
|
|
||||||
|
a.tag {
|
||||||
|
--tag-color: white;
|
||||||
|
background-color: var(--yellow59);
|
||||||
|
box-shadow: inset 0px 0px 1px rgba(255,255,255,0.5), 10px 10px 30px rgba(0,0,0,0.2);
|
||||||
|
white-space: nowrap;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.tag:hover {
|
||||||
|
color: var(--tag-color);
|
||||||
|
background-color: var(--yellow);
|
||||||
|
transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
background-image: url('https://cdn.discordapp.com/attachments/560318304472793114/808721915627307058/lets_go_arrow.png')
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Triple class selector, to avoid using !important */
|
||||||
|
.cm-highlight.cm-highlight.cm-highlight,
|
||||||
|
.markdown-preview-view mark {
|
||||||
|
background-color: var(--text-mark);
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-preview-view blockquote {
|
||||||
|
border-radius: 10px;
|
||||||
|
border: 1px solid rgba(255,255,255,0.03);
|
||||||
|
padding: 10px 20px;
|
||||||
|
position: relative;
|
||||||
|
box-shadow: -10px -10px 30px rgba(255,255,255,0.05), 10px 10px 30px rgba(0,0,0,0.2);
|
||||||
|
background-color: rgba(255,255,255,0.01);
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-preview-view blockquote::before {
|
||||||
|
content: "\201C";
|
||||||
|
position: absolute;
|
||||||
|
font-size: 3em;
|
||||||
|
top: 0.3em;
|
||||||
|
left: -0.15em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* GRAPH VIEW */
|
||||||
|
.theme-dark .graph-view.color-fill {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark.graph-view.color-fill-highlight,
|
||||||
|
.theme-dark.graph-view.color-line-highlight
|
||||||
|
{
|
||||||
|
color: var(--interactive-accent-rgb);
|
||||||
|
}
|
||||||
|
.graph-view.color-text
|
||||||
|
{
|
||||||
|
color: var(--text-a-hover);
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
.graph-view.color-line
|
||||||
|
{
|
||||||
|
color: var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
.theme-light .graph-view.color-fill
|
||||||
|
{
|
||||||
|
color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
.graph-view.color-fill-highlight {
|
||||||
|
color: var(--interactive-accent);
|
||||||
|
}
|
||||||
|
.graph-view.color-circle-highlight {
|
||||||
|
color: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark .graph-view.color-fill-tag {
|
||||||
|
color: var(--yellow);
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark .graph-view.color-fill-attachment {
|
||||||
|
color: var(--red);
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark .graph-view.color-fill-unresolved {
|
||||||
|
color: var(--bloddish64);
|
||||||
|
}
|
||||||
|
/* END GRAPH VIEW */
|
||||||
|
|
||||||
|
.status-bar {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 5px 0 0 0;
|
||||||
|
box-shadow: 0 0 3px rgba(0,0,0,0.4);
|
||||||
|
}
|
||||||
850
.obsidian/themes/obsidian-night-owl-dev-theme.css
vendored
Normal file
850
.obsidian/themes/obsidian-night-owl-dev-theme.css
vendored
Normal file
@@ -0,0 +1,850 @@
|
|||||||
|
@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;1,400;1,500&family=Karla:ital,wght@0,400;0,600;1,400;1,600&family=Rubik:ital,wght@0,400;0,600;1,400;1,600&display=swap");
|
||||||
|
|
||||||
|
/*------------- --------------------*/
|
||||||
|
/* Typography */
|
||||||
|
/*------------- --------------------*/
|
||||||
|
/*-----------------------------*/
|
||||||
|
/* Colors */
|
||||||
|
/*-----------------------------*/
|
||||||
|
/* @settings
|
||||||
|
|
||||||
|
name: Night Owl Theme
|
||||||
|
id: night-owl-theme
|
||||||
|
settings:
|
||||||
|
-
|
||||||
|
id: night-owl-typography
|
||||||
|
title: Colors
|
||||||
|
type: heading
|
||||||
|
level: 3
|
||||||
|
-
|
||||||
|
id: text-bold-color
|
||||||
|
title: Bold Color
|
||||||
|
type: variable-color
|
||||||
|
format: hex
|
||||||
|
default: '#50fa7b'
|
||||||
|
-
|
||||||
|
id: text-italic-color
|
||||||
|
title: Italic Color
|
||||||
|
type: variable-color
|
||||||
|
format: hex
|
||||||
|
default: '#ffeb95'
|
||||||
|
-
|
||||||
|
id: text-italic-bold-color
|
||||||
|
title: Italic Bold Color
|
||||||
|
type: variable-color
|
||||||
|
format: hex
|
||||||
|
default: '#b380fb'
|
||||||
|
*/
|
||||||
|
/*-------------------------------------*/
|
||||||
|
/* CSS Variables */
|
||||||
|
/*-------------------------------------*/
|
||||||
|
:root {
|
||||||
|
--font-size-normal: 18px;
|
||||||
|
--font-size-code: 15px;
|
||||||
|
--font-size-side-dock: 15px;
|
||||||
|
--font-size-side-dock-title: 18px;
|
||||||
|
--font-size-status-bar: 15px;
|
||||||
|
--font-size-h1: 30px;
|
||||||
|
--font-size-h2: 25px;
|
||||||
|
--font-size-h3: 21px;
|
||||||
|
--font-size-h4: 20px;
|
||||||
|
--font-size-h5: 19px;
|
||||||
|
--font-size-h6: 18px;
|
||||||
|
--font-family-editor: IBM Plex Mono, Menlo, Monaco, Courier New, monospace;
|
||||||
|
--font-text: Karla, Avenir Next, Helvetica, Arial, sans-serif;
|
||||||
|
--font-family-preview: Karla, Avenir Next, Helvetica, Arial, sans-serif;
|
||||||
|
--font-family-preview-heading: Rubik, Avenir Next, Helvetica, Arial, sans-serif;
|
||||||
|
--primary-lavender: #b380fb;
|
||||||
|
}
|
||||||
|
.theme-light,
|
||||||
|
.theme-dark {
|
||||||
|
--background-primary: hsl(207deg, 95%, 8%);
|
||||||
|
--background-primary-alt: #011c32;
|
||||||
|
--background-secondary: #011c32;
|
||||||
|
--background-secondary-alt: #02223c;
|
||||||
|
--background-accent: #f8f8f2;
|
||||||
|
--background-modifier-border: #f8f8f2;
|
||||||
|
--background-modifier-form-field: rgba(0, 0, 0, 0.2);
|
||||||
|
--background-modifier-form-field-highlighted: rgba(0, 0, 0, 0.5);
|
||||||
|
--background-modifier-box-shadow: rgba(0, 0, 0, 0.3);
|
||||||
|
--background-modifier-success: #50fa7b; /*no sure*/
|
||||||
|
--background-modifier-error: #3d0000; /*no sure*/
|
||||||
|
--background-modifier-error-rgb: 61, 0, 0;
|
||||||
|
--background-modifier-error-hover: #470000;
|
||||||
|
--background-modifier-cover: rgba(0, 0, 0, 0.6);
|
||||||
|
--text-accent: #ffeb95;
|
||||||
|
--text-accent-hover: #8be9fd;
|
||||||
|
--text-bold-color: #50fa7b;
|
||||||
|
--text-italic-color: #ffeb95;
|
||||||
|
--text-italic-bold-color: #b380fb;
|
||||||
|
--text-normal: #f8f8f2;
|
||||||
|
--text-muted: #f8f8f2;
|
||||||
|
--text-faint: #7fdbca;
|
||||||
|
--text-highlight-bg: hsla(61deg, 100%, 32%, 0.8);
|
||||||
|
--text-error: #ff79c6;
|
||||||
|
--text-error-hover: #ff79c6;
|
||||||
|
--text-selection: #6272a4; /* Chromium precess this color with alpha channel */
|
||||||
|
--text-on-accent: #bd93f9;
|
||||||
|
--interactive-normal: #ffb86c;
|
||||||
|
--interactive-hover: #ff5555;
|
||||||
|
--interactive-accent: #ffeb95;
|
||||||
|
--interactive-accent-rgb: 123, 108, 217;
|
||||||
|
--interactive-accent-hover: #ff5555;
|
||||||
|
--scrollbar-active-thumb-bg: #282a36;
|
||||||
|
--scrollbar-bg: #282a36;
|
||||||
|
--scrollbar-thumb-bg: #282a36;
|
||||||
|
--text-title-h1: #ff79c6;
|
||||||
|
--text-title-h2: #82aaff;
|
||||||
|
--text-title-h3: #c5e478;
|
||||||
|
--text-title-h4: #ffb86c;
|
||||||
|
--text-title-h5: #50fa7b;
|
||||||
|
--text-title-h6: #8be9fd;
|
||||||
|
--inline-code: #bd93f9;
|
||||||
|
--code-block: #8be9fd;
|
||||||
|
--pre-code: #44475a;
|
||||||
|
--blockquote-border: #ffb86c;
|
||||||
|
--vim-cursor: #ff5555;
|
||||||
|
--border-color: #2b2727; /*also like transparent*/
|
||||||
|
}
|
||||||
|
/*-------------------------------------*/
|
||||||
|
/* Search the following lines */
|
||||||
|
/* to jump to specific section */
|
||||||
|
/*-------------------------------------*/
|
||||||
|
/* resize-handle and borders */
|
||||||
|
/* tags */
|
||||||
|
/* link */
|
||||||
|
/* Cursor */
|
||||||
|
/* basic format in EDITOR and PREVIEW */
|
||||||
|
/* Headings - EDITOR and PREVIEW */
|
||||||
|
/* Code block in Preview */
|
||||||
|
/* Code block in Editor */
|
||||||
|
/* Brackets */
|
||||||
|
/* Blockquote */
|
||||||
|
/* table */
|
||||||
|
/* Checkbox */
|
||||||
|
/* html in editor */
|
||||||
|
/* popover */
|
||||||
|
/* Side panel */
|
||||||
|
/* internal embedded link in preview */
|
||||||
|
/* graph view */
|
||||||
|
/* settings */
|
||||||
|
/* Hide side bar */
|
||||||
|
/* width of content */
|
||||||
|
/* note header bar for non-andy mode */
|
||||||
|
/* andy mode activated in light mode */
|
||||||
|
/* at a rule line before ul list *
|
||||||
|
/* Hide Scrollbar (recommend for mac) */
|
||||||
|
/*-------------------------------------*/
|
||||||
|
/***************************************/
|
||||||
|
/* resize-handle and borders */
|
||||||
|
/***************************************/
|
||||||
|
/*vertical resize-handle*/
|
||||||
|
.workspace-split.mod-vertical > * > .workspace-leaf-resize-handle,
|
||||||
|
.workspace-split.mod-left-split > .workspace-leaf-resize-handle,
|
||||||
|
.workspace-split.mod-right-split > .workspace-leaf-resize-handle {
|
||||||
|
width: 1px !important;
|
||||||
|
background-color: var(--border-color);
|
||||||
|
}
|
||||||
|
/*horizontal resize-handle*/
|
||||||
|
.workspace-split.mod-horizontal > * > .workspace-leaf-resize-handle {
|
||||||
|
height: 1px !important;
|
||||||
|
background-color: var(--border-color);
|
||||||
|
}
|
||||||
|
/*workspace ribbon when collapsed*/
|
||||||
|
.workspace-ribbon.is-collapsed {
|
||||||
|
background-color: var(--background-primary-alt);
|
||||||
|
}
|
||||||
|
/*the vertical split*/
|
||||||
|
.workspace-split.mod-root .workspace-split.mod-vertical .workspace-leaf-content,
|
||||||
|
.workspace-split.mod-vertical > .workspace-split,
|
||||||
|
.workspace-split.mod-vertical > .workspace-leaf,
|
||||||
|
.workspace-tabs {
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
/*status-bar*/
|
||||||
|
.status-bar {
|
||||||
|
font-size: var(--font-size-status-bar);
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
border-top: 0px;
|
||||||
|
}
|
||||||
|
.document-search-container {
|
||||||
|
border-top: 0px;
|
||||||
|
border-right: 0px;
|
||||||
|
z-index: inherit;
|
||||||
|
}
|
||||||
|
.workspace-ribbon.mod-left.is-collapsed {
|
||||||
|
border-right: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
.workspace-ribbon.mod-right.is-collapsed {
|
||||||
|
border-left: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
/*************************************/
|
||||||
|
/* tags */
|
||||||
|
/*************************************/
|
||||||
|
/* Tag hover in preview */
|
||||||
|
a.tag:hover {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
/* Tag Color in editor and preview*/
|
||||||
|
.cm-hashtag,
|
||||||
|
a.tag {
|
||||||
|
color: var(--text-accent-hover) !important;
|
||||||
|
text-decoration: none !important;
|
||||||
|
font-style: normal !important;
|
||||||
|
}
|
||||||
|
/*********************************/
|
||||||
|
/* link */
|
||||||
|
/*********************************/
|
||||||
|
/* link */
|
||||||
|
a,
|
||||||
|
.internal-link,
|
||||||
|
.cm-hmd-internal-link,
|
||||||
|
.cm-link,
|
||||||
|
.cm-formatting-link,
|
||||||
|
.cm-url {
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
/* the url string in editor */
|
||||||
|
.cm-s-obsidian span.cm-string {
|
||||||
|
color: var(--text-accent-hover) !important;
|
||||||
|
}
|
||||||
|
/* make external links italics to differentiate */
|
||||||
|
a:not(.internal-link) {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
/*footnote*/
|
||||||
|
.cm-s-obsidian pre.HyperMD-footnote span.cm-hmd-footnote,
|
||||||
|
.cm-s-obsidian span.cm-footref {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Cursor */
|
||||||
|
/***************************************/
|
||||||
|
/* Cursor color and opacity */
|
||||||
|
.cm-fat-cursor .CodeMirror-cursor,
|
||||||
|
.cm-animate-fat-cursor {
|
||||||
|
width: 0.5em;
|
||||||
|
background: var(--vim-cursor);
|
||||||
|
opacity: 60% !important;
|
||||||
|
}
|
||||||
|
/**************************************/
|
||||||
|
/* basic format in EDITOR and PREVIEW */
|
||||||
|
/**************************************/
|
||||||
|
/* font for everything outside of editor/preview panes */
|
||||||
|
.app-container {
|
||||||
|
font-family: var(--font-family-preview);
|
||||||
|
}
|
||||||
|
/* set the text selection color for preview mode */
|
||||||
|
::selection {
|
||||||
|
background-color: var(--text-selection);
|
||||||
|
}
|
||||||
|
/* normal text outside of headings and code of editor */
|
||||||
|
.cm-s-obsidian,
|
||||||
|
.mod-single-child .cm-s-obsidian {
|
||||||
|
font-family: var(--font-family-editor);
|
||||||
|
font-size: var(--font-size-normal);
|
||||||
|
}
|
||||||
|
/* bold in preview and editor */
|
||||||
|
strong,
|
||||||
|
.cm-strong {
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--text-bold-color);
|
||||||
|
}
|
||||||
|
/* emphasis in preview and editor */
|
||||||
|
em,
|
||||||
|
.cm-em {
|
||||||
|
color: var(--text-italic-color);
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.cm-em.cm-strong {
|
||||||
|
color: var(--text-italic-bold-color);
|
||||||
|
}
|
||||||
|
/* strikethrough in preview and editor */
|
||||||
|
s,
|
||||||
|
.cm-strikethrough {
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
/* list in editor */
|
||||||
|
.cm-s-obsidian span.cm-formatting-list {
|
||||||
|
color: var(--text-normal) !important;
|
||||||
|
}
|
||||||
|
/* horizontal line in preview */
|
||||||
|
.markdown-preview-view hr {
|
||||||
|
background-color: var(--text-faint) !important;
|
||||||
|
}
|
||||||
|
/* embedded images */
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
/* img hover zoom out img*/
|
||||||
|
img:hover {
|
||||||
|
transform: scale(1.04);
|
||||||
|
transition: transform 0.25s ease-in-out 0s;
|
||||||
|
}
|
||||||
|
.community-theme img:hover {
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Code block in Preview */
|
||||||
|
/***************************************/
|
||||||
|
/* code blocks in preview */
|
||||||
|
pre code {
|
||||||
|
font-family: monaco !important;
|
||||||
|
font-size: var(--font-size-code) !important;
|
||||||
|
padding: 6px !important;
|
||||||
|
line-height: normal;
|
||||||
|
display: block;
|
||||||
|
color: var(--code-block) !important;
|
||||||
|
}
|
||||||
|
/* padding of code blocks in preview */
|
||||||
|
.markdown-preview-view pre {
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
/* font-size of in-line block for preview */
|
||||||
|
.markdown-preview-view code {
|
||||||
|
font-size: var(--font-size-code);
|
||||||
|
}
|
||||||
|
/* remove the shadow that typically affect light mode */
|
||||||
|
.theme-dark code[class*=language-],
|
||||||
|
.theme-dark pre[class*=language-],
|
||||||
|
.theme-light code[class*=language-],
|
||||||
|
.theme-light pre[class*=language-] {
|
||||||
|
text-shadow: none !important;
|
||||||
|
color: var(--text-faint) !important;
|
||||||
|
background-color: var(--pre-code);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Brackets */
|
||||||
|
/***************************************/
|
||||||
|
.cm-s-obsidian span.cm-formatting-link {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Blockquote */
|
||||||
|
/***************************************/
|
||||||
|
/* for editor */
|
||||||
|
.cm-quote {
|
||||||
|
color: var(--text-normal) !important;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
/* for preview */
|
||||||
|
.markdown-preview-view blockquote {
|
||||||
|
background-color: var(--pre-code);
|
||||||
|
border: 0px solid;
|
||||||
|
border-color: var(--blockquote-border) !important;
|
||||||
|
border-left-width: 4px !important;
|
||||||
|
border-radius: 0 8px 8px 0;
|
||||||
|
line-height: 1.5em;
|
||||||
|
margin: 30px 0px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* table */
|
||||||
|
/***************************************/
|
||||||
|
th {
|
||||||
|
font-weight: 800 !important;
|
||||||
|
}
|
||||||
|
.markdown-preview-view th {
|
||||||
|
font-weight: 800;
|
||||||
|
background-color: var(--background-secondary) !important;
|
||||||
|
}
|
||||||
|
thead {
|
||||||
|
border-bottom: 3px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
.table {
|
||||||
|
padding: 4px;
|
||||||
|
line-height: normal;
|
||||||
|
display: block;
|
||||||
|
border-top-left-radius: 4px;
|
||||||
|
border-top-right-radius: 4px;
|
||||||
|
border-bottom-right-radius: 4px;
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* popover */
|
||||||
|
/***************************************/
|
||||||
|
.popover {
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Side panel */
|
||||||
|
/***************************************/
|
||||||
|
/* search result in backlink or file search */
|
||||||
|
.search-result-file-title {
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
.search-result-file-matches,
|
||||||
|
.search-empty-state {
|
||||||
|
font-size: var(--font-size-side-dock);
|
||||||
|
}
|
||||||
|
/*decrease the spacing between result items*/
|
||||||
|
.search-result-file-title,
|
||||||
|
.search-result-file-match {
|
||||||
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
|
.nav-file-title,
|
||||||
|
.nav-folder-title {
|
||||||
|
border-bottom-left-radius: 0 !important;
|
||||||
|
border-bottom-right-radius: 0 !important;
|
||||||
|
border-top-left-radius: 0 !important;
|
||||||
|
border-top-right-radius: 0 !important;
|
||||||
|
}
|
||||||
|
/*backlink pane*/
|
||||||
|
.workspace-leaf-content[data-type=backlink] .view-content {
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
.workspace-leaf-content[data-type=tag] .tag-pane-tag-count,
|
||||||
|
.workspace-leaf-content[data-type=tag] .tag-pane-tag-text {
|
||||||
|
font-size: var(--font-size-side-dock);
|
||||||
|
}
|
||||||
|
.workspace-leaf-content[data-type=backlink] .search-result-file-matches {
|
||||||
|
font-size: var(--font-size-side-dock);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* internal embedded link in preview */
|
||||||
|
/***************************************/
|
||||||
|
/* Naked Embeds */
|
||||||
|
.markdown-embed-title {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.markdown-preview-view .markdown-embed-content > :first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.markdown-preview-view .markdown-embed-content > :last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
/*remove the following two line, you will get border and scroll*/
|
||||||
|
.markdown-preview-view .markdown-embed {
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.markdown-preview-view .markdown-embed-content {
|
||||||
|
max-height: unset;
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
/* the link on the top right corner*/
|
||||||
|
.markdown-embed-link {
|
||||||
|
color: var(--text-faint) !important;
|
||||||
|
}
|
||||||
|
.markdown-embed-link:hover {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* graph view */
|
||||||
|
/***************************************/
|
||||||
|
.graph-view.color-circle,
|
||||||
|
.graph-view.color-fill-highlight,
|
||||||
|
.graph-view.color-line-highlight {
|
||||||
|
color: var(--text-accent) !important;
|
||||||
|
}
|
||||||
|
.graph-view.color-text {
|
||||||
|
color: var(--text-normal) !important;
|
||||||
|
}
|
||||||
|
.graph-view.color-line {
|
||||||
|
color: #6272a4;
|
||||||
|
}
|
||||||
|
.graph-view.color-fill {
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
.workspace-leaf-content[data-type=graph] .view-content {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* settings */
|
||||||
|
/***************************************/
|
||||||
|
.modal.mod-settings button:not(.mod-cta):hover {
|
||||||
|
background-color: var(--interactive-accent-hover);
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Hide side bar */
|
||||||
|
/***************************************/
|
||||||
|
.workspace-ribbon:not(:hover) .workspace-ribbon-collapse-btn,
|
||||||
|
.workspace-ribbon:not(:hover) .side-dock-actions,
|
||||||
|
.workspace-ribbon:not(:hover) .side-dock-settings {
|
||||||
|
display: none;
|
||||||
|
transition: all 300ms ease-in-out;
|
||||||
|
}
|
||||||
|
.workspace-ribbon:not(:hover) {
|
||||||
|
width: 0px;
|
||||||
|
transition: all 300ms ease-in-out;
|
||||||
|
}
|
||||||
|
.workspace-split.mod-left-split {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
.workspace-split.mod-right-split {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* width of content */
|
||||||
|
/***************************************/
|
||||||
|
.markdown-source-view.is-readable-line-width .CodeMirror {
|
||||||
|
max-width: 900px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
.markdown-preview-view.is-readable-line-width .markdown-preview-section {
|
||||||
|
max-width: 900px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
/* shift sticky position, so titles will stack up to the left */
|
||||||
|
/* This will currently stack to a maximum of 10 before resetting */
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-8) {
|
||||||
|
left: calc(var(--sticky-left) * 0);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-7) {
|
||||||
|
left: calc(var(--sticky-left) * 1);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-6) {
|
||||||
|
left: calc(var(--sticky-left) * 2);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-5) {
|
||||||
|
left: calc(var(--sticky-left) * 3);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-4) {
|
||||||
|
left: calc(var(--sticky-left) * 4);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-3) {
|
||||||
|
left: calc(var(--sticky-left) * 5);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-2) {
|
||||||
|
left: calc(var(--sticky-left) * 6);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n-1) {
|
||||||
|
left: calc(var(--sticky-left) * 7);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n+0) {
|
||||||
|
left: calc(var(--sticky-left) * 8);
|
||||||
|
}
|
||||||
|
.theme-light .mod-root.workspace-split.mod-vertical > div:nth-child(10n+1) {
|
||||||
|
left: calc(var(--sticky-left) * 9);
|
||||||
|
}
|
||||||
|
/* now it's time for the fancy vertical titles */
|
||||||
|
/* first we'll add a bit of gap for the title to sit inside of */
|
||||||
|
.theme-light .workspace-leaf-content {
|
||||||
|
padding-left: var(--sticky-left);
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
/* this is where the magic happens */
|
||||||
|
.theme-light .view-header {
|
||||||
|
writing-mode: vertical-lr;
|
||||||
|
border-right: 1px solid var(--border-color);
|
||||||
|
border-left: 0px !important;
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
|
height: auto;
|
||||||
|
width: 36px;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}
|
||||||
|
/* fix the long-title-obscuring shadows */
|
||||||
|
.theme-light .view-header-title-container:after {
|
||||||
|
width: 100%;
|
||||||
|
height: 30px;
|
||||||
|
top: unset;
|
||||||
|
bottom: 0;
|
||||||
|
background: linear-gradient(to bottom, transparent, var(--background-primary)) !important;
|
||||||
|
}
|
||||||
|
/* unset the title container height and swap padding */
|
||||||
|
.theme-light .view-header-title-container {
|
||||||
|
height: unset;
|
||||||
|
padding-left: unset;
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
/* active titles have different border colours */
|
||||||
|
.theme-light .workspace-leaf.mod-active .view-header {
|
||||||
|
background-color: var(--background-secondary-alt) !important;
|
||||||
|
border-right: 3px solid var(--interactive-accent) !important;
|
||||||
|
border-left: 0px;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
/* swap the padding/margin around for the header and actions icons */
|
||||||
|
.theme-light .view-header-icon,
|
||||||
|
.theme-light .view-actions {
|
||||||
|
padding: 10px 5px;
|
||||||
|
}
|
||||||
|
.theme-light .view-action {
|
||||||
|
margin: 8px 0;
|
||||||
|
}
|
||||||
|
/* get rid of the gap left by the now-missing horizontal title */
|
||||||
|
.theme-light .view-content {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
/* make the fake drop target overlay have a background so you can see it. */
|
||||||
|
/* TODO: figure out how the fake target overlay works so we can put the title back, too */
|
||||||
|
.theme-light .workspace-fake-target-overlay {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
}
|
||||||
|
/*preview padding too small*/
|
||||||
|
.theme-light .markdown-preview-view,
|
||||||
|
.theme-light .mod-single-child .markdown-preview-view {
|
||||||
|
font-family: var(--font-family-editor);
|
||||||
|
font-size: var(--font-size-normal);
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-left: 4% !important;
|
||||||
|
padding-right: 2% !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* at a rule line before ul list */
|
||||||
|
/***************************************/
|
||||||
|
ul ul {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
ul ul::before {
|
||||||
|
content: "";
|
||||||
|
border-left: 1px solid var(--border-color);
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
ul ul::before {
|
||||||
|
left: -1em;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Code block in Editor */
|
||||||
|
/***************************************/
|
||||||
|
/* in-line block for editor */
|
||||||
|
.cm-s-obsidian span.cm-inline-code,
|
||||||
|
.cm-s-obsidian span.cm-inline-code.cm-hmd-indented-code,
|
||||||
|
.cm-s-obsidian span.cm-inline-code:not(.cm-formatting):not(.cm-hmd-indented-code) {
|
||||||
|
background-color: var(--pre-code-bg);
|
||||||
|
color: var(--inline-code) !important;
|
||||||
|
bottom: 0px !important;
|
||||||
|
}
|
||||||
|
/* Editor CodeBlock TEXT Appearance */
|
||||||
|
.cm-s-obsidian pre.HyperMD-codeblock {
|
||||||
|
font-family: monaco !important;
|
||||||
|
font-size: var(--font-size-code) !important;
|
||||||
|
padding: 1px !important;
|
||||||
|
display: block;
|
||||||
|
color: var(--code-block) !important;
|
||||||
|
font-weight: 500;
|
||||||
|
text-indent: 0px !important;
|
||||||
|
}
|
||||||
|
/*remove the border of codeblock in editor */
|
||||||
|
.HyperMD-codeblock-bg {
|
||||||
|
border: 0px !important;
|
||||||
|
}
|
||||||
|
/*an active line highlight in vim normal mode
|
||||||
|
.cm-fat-cursor .CodeMirror-activeline .CodeMirror-linebackground{
|
||||||
|
background-color: var(--text-selection) !important;
|
||||||
|
} */
|
||||||
|
/* in-line block for preview */
|
||||||
|
code {
|
||||||
|
color: var(--inline-code) !important;
|
||||||
|
bottom: 0px !important;
|
||||||
|
}
|
||||||
|
/* graph css */
|
||||||
|
.theme-dark .graph-view.color-arrow {
|
||||||
|
color: #50fa7b;
|
||||||
|
}
|
||||||
|
.theme-dark .graph-view.color-fill-tag {
|
||||||
|
color: #ffb86c;
|
||||||
|
}
|
||||||
|
.theme-dark .graph-view.color-fill-attachment {
|
||||||
|
color: #ff5555;
|
||||||
|
}
|
||||||
|
.theme-dark .graph-view.color-fill-unresolved {
|
||||||
|
color: #6272a4;
|
||||||
|
}
|
||||||
|
.search-result-collapse-indicator {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: -3px;
|
||||||
|
color: var(--text-faint);
|
||||||
|
transition: transform 100ms ease-in-out;
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
font-size: var(--font-size-normal);
|
||||||
|
}
|
||||||
|
.nav-file-title,
|
||||||
|
.nav-folder-title {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
border-radius: 3px;
|
||||||
|
cursor: pointer;
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: 20px;
|
||||||
|
padding: 1px 20px 0 26px;
|
||||||
|
position: relative;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: max-content;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
.markdown-preview-view .list-collapse-indicator {
|
||||||
|
margin-left: -60px;
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
|
/* rule line when there are checkboxes*/
|
||||||
|
ul .task-list-item ul::before {
|
||||||
|
left: 0.15em !important;
|
||||||
|
}
|
||||||
|
/***************************************/
|
||||||
|
/* Checkbox */
|
||||||
|
/***************************************/
|
||||||
|
.markdown-preview-view .task-list-item-checkbox {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
top: 0.2em !important;
|
||||||
|
right: 8px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
position: relative;
|
||||||
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
|
margin: 0;
|
||||||
|
box-shadow: 0 0 0.1em var(--text-muted);
|
||||||
|
}
|
||||||
|
.markdown-preview-view .task-list-item-checkbox:checked::before {
|
||||||
|
content: "✓";
|
||||||
|
position: absolute;
|
||||||
|
left: -1px;
|
||||||
|
top: -3px;
|
||||||
|
color: var(--text-accent);
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: 1.25rem;
|
||||||
|
width: 1.2rem;
|
||||||
|
text-align: center;
|
||||||
|
text-shadow: 0 0 0.1rem var(--text-accent);
|
||||||
|
}
|
||||||
|
.markdown-preview-view ul > li.task-list-item.is-checked {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.checkbox-container {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
}
|
||||||
|
/**************************************/
|
||||||
|
/* note header bar for non-andy mode */
|
||||||
|
/* activated in dark mode */
|
||||||
|
/**************************************/
|
||||||
|
/* header */
|
||||||
|
.theme-dark .view-header {
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
border-top: 1px solid var(--border-color) !important;
|
||||||
|
border-bottom: 1px solid var(--border-color) !important;
|
||||||
|
}
|
||||||
|
.theme-dark .view-header-title-container:after {
|
||||||
|
background: linear-gradient(to bottom, transparent, var(--background-primary)) !important;
|
||||||
|
}
|
||||||
|
.theme-dark .workspace-leaf.mod-active .view-header {
|
||||||
|
background-color: var(--background-primary-alt) !important;
|
||||||
|
border-top: 0px !important;
|
||||||
|
border-bottom: 3px solid var(--interactive-accent) !important;
|
||||||
|
}
|
||||||
|
.workspace-leaf.mod-active .view-header-title-container:after {
|
||||||
|
background: linear-gradient(to bottom, transparent, var(--background-secondary-alt)) !important;
|
||||||
|
}
|
||||||
|
.workspace-leaf.mod-active .view-header-title,
|
||||||
|
.workspace-leaf.mod-active .view-header-icon {
|
||||||
|
color: var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
.view-header-title,
|
||||||
|
.view-header-icon,
|
||||||
|
.view-action {
|
||||||
|
color: var(--text-faint);
|
||||||
|
}
|
||||||
|
.cm-header-1,
|
||||||
|
.cm-header-2,
|
||||||
|
.cm-header-3,
|
||||||
|
.cm-header-4,
|
||||||
|
.cm-header-5,
|
||||||
|
.cm-header-6 {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
.cm-header-1 {
|
||||||
|
font-size: var(--font-size-h1);
|
||||||
|
color: var(--text-title-h1);
|
||||||
|
}
|
||||||
|
.cm-header-2 {
|
||||||
|
font-size: var(--font-size-h2);
|
||||||
|
color: var(--text-title-h2);
|
||||||
|
}
|
||||||
|
.cm-header-3 {
|
||||||
|
font-size: var(--font-size-h3);
|
||||||
|
color: var(--text-title-h3);
|
||||||
|
}
|
||||||
|
.cm-header-4 {
|
||||||
|
font-size: var(--font-size-h4);
|
||||||
|
color: var(--text-title-h4);
|
||||||
|
}
|
||||||
|
.cm-header-5 {
|
||||||
|
font-size: var(--font-size-h5);
|
||||||
|
color: var(--text-title-h5);
|
||||||
|
}
|
||||||
|
.cm-header-6 {
|
||||||
|
font-size: var(--font-size-h6);
|
||||||
|
color: var(--text-title-h6);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h1 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h1);
|
||||||
|
color: var(--text-title-h1);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h2 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h2);
|
||||||
|
color: var(--text-title-h2);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h3 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h3);
|
||||||
|
color: var(--text-title-h3);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h4 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h4);
|
||||||
|
color: var(--text-title-h4);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h5 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h5);
|
||||||
|
color: var(--text-title-h5);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h6 {
|
||||||
|
font-family: var(--font-family-preview-heading);
|
||||||
|
font-size: var(--font-size-h6);
|
||||||
|
color: var(--text-title-h6);
|
||||||
|
}
|
||||||
|
.markdown-preview-view h1 {
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
.markdown-preview-view h2 {
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
.markdown-preview-view h3 {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
.markdown-preview-view h4 {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.markdown-preview-view h5,
|
||||||
|
.markdown-preview-view h6 {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
.markdown-source-view.mod-cm6 .HyperMD-task-line[data-task]:not([data-task=" "]) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.markdown-source-view.mod-cm6 .is-unresolved {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
.markdown-source-view.mod-cm6 .is-unresolved .cm-hmd-internal-link::after {
|
||||||
|
content: "↩️";
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
margin-left: 3px;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
.statediagram-note rect {
|
||||||
|
fill: var(--background-secondary-alt) !important;
|
||||||
|
stroke: #fff !important;
|
||||||
|
}
|
||||||
|
* {
|
||||||
|
border: 1px solid cyan !important;
|
||||||
|
}
|
||||||
28
.obsidian/types.json
vendored
Normal file
28
.obsidian/types.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"types": {
|
||||||
|
"aliases": "aliases",
|
||||||
|
"cssclasses": "multitext",
|
||||||
|
"tags": "tags",
|
||||||
|
"updated": "datetime",
|
||||||
|
"dates": "date",
|
||||||
|
"topics": "multitext",
|
||||||
|
"streamType": "date",
|
||||||
|
"last-modified": "datetime",
|
||||||
|
"mode": "multitext",
|
||||||
|
"created-on": "datetime",
|
||||||
|
"last-modified-on": "datetime",
|
||||||
|
"relationship": "multitext",
|
||||||
|
"week": "text",
|
||||||
|
"team": "multitext",
|
||||||
|
"episode": "number",
|
||||||
|
"youtube-on": "date",
|
||||||
|
"twitch-on": "date",
|
||||||
|
"livestream-on": "date",
|
||||||
|
"lesson-on": "datetime",
|
||||||
|
"published-on": "date",
|
||||||
|
"updated-on": "datetime",
|
||||||
|
"occured-on": "date",
|
||||||
|
"occurred-on": "text",
|
||||||
|
"uuid": "number"
|
||||||
|
}
|
||||||
|
}
|
||||||
180
.obsidian/workspace
vendored
180
.obsidian/workspace
vendored
@@ -1,180 +0,0 @@
|
|||||||
{
|
|
||||||
"main": {
|
|
||||||
"id": "c6e868ad46e36bad",
|
|
||||||
"type": "split",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "6d32ff89db5740d6",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "README.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"direction": "vertical"
|
|
||||||
},
|
|
||||||
"left": {
|
|
||||||
"id": "a8ef4ae0a04052e3",
|
|
||||||
"type": "split",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "c40b3f61390dbc5d",
|
|
||||||
"type": "tabs",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "ec1698e7d057ce27",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "file-explorer",
|
|
||||||
"state": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "7f99185fd6d0d4fe",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "search",
|
|
||||||
"state": {
|
|
||||||
"query": "\"Mem",
|
|
||||||
"matchingCase": false,
|
|
||||||
"explainSearch": true,
|
|
||||||
"collapseAll": false,
|
|
||||||
"extraContext": false,
|
|
||||||
"sortOrder": "byCreatedTime"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "baf3a0fb4cf01b6b",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "starred",
|
|
||||||
"state": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"direction": "horizontal",
|
|
||||||
"width": 369.5
|
|
||||||
},
|
|
||||||
"right": {
|
|
||||||
"id": "85ecf5f9629d0b69",
|
|
||||||
"type": "split",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "4769a36c58d6845c",
|
|
||||||
"type": "tabs",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "81f1c2cff5bba3f1",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "calendar",
|
|
||||||
"state": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "71c9fc12f34d0fd4",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "outline",
|
|
||||||
"state": {
|
|
||||||
"file": "README.md"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "4cb042d22bc1a658",
|
|
||||||
"type": "tabs",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "e467f7565d1dbad3",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "backlink",
|
|
||||||
"state": {
|
|
||||||
"file": "README.md",
|
|
||||||
"collapseAll": false,
|
|
||||||
"extraContext": false,
|
|
||||||
"sortOrder": "alphabetical",
|
|
||||||
"showSearch": false,
|
|
||||||
"searchQuery": "",
|
|
||||||
"backlinkCollapsed": false,
|
|
||||||
"unlinkedCollapsed": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "1ba04d1f24ae7365",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "localgraph",
|
|
||||||
"state": {
|
|
||||||
"file": "README.md",
|
|
||||||
"options": {
|
|
||||||
"collapse-filter": true,
|
|
||||||
"search": "-path:reports",
|
|
||||||
"localJumps": 2,
|
|
||||||
"localBacklinks": true,
|
|
||||||
"localForelinks": true,
|
|
||||||
"localInterlinks": true,
|
|
||||||
"showTags": true,
|
|
||||||
"showAttachments": false,
|
|
||||||
"hideUnresolved": false,
|
|
||||||
"collapse-color-groups": true,
|
|
||||||
"colorGroups": [],
|
|
||||||
"collapse-display": true,
|
|
||||||
"showArrow": true,
|
|
||||||
"textFadeMultiplier": 0,
|
|
||||||
"nodeSizeMultiplier": 1.21017543859649,
|
|
||||||
"lineSizeMultiplier": 3.19842105263158,
|
|
||||||
"collapse-forces": true,
|
|
||||||
"centerStrength": 0.518713248970312,
|
|
||||||
"repelStrength": 10,
|
|
||||||
"linkStrength": 1,
|
|
||||||
"linkDistance": 250,
|
|
||||||
"scale": 1.0136072508934197,
|
|
||||||
"close": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "c5fa2af64af5676c",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "tag",
|
|
||||||
"state": {
|
|
||||||
"sortOrder": "frequency",
|
|
||||||
"useHierarchy": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"direction": "horizontal",
|
|
||||||
"width": 326.9686584472656
|
|
||||||
},
|
|
||||||
"active": "6d32ff89db5740d6",
|
|
||||||
"lastOpenFiles": [
|
|
||||||
"README.md",
|
|
||||||
"Books Dashboard.md",
|
|
||||||
"assets/obsidian-prompt.png",
|
|
||||||
"assets/preferences-panel.png",
|
|
||||||
"notes/Hello World.md",
|
|
||||||
"notes/Book.md",
|
|
||||||
"templates/Last Modified Date (Template).md",
|
|
||||||
"templates/Base Note (Template).md",
|
|
||||||
"templates/Book (Template).md",
|
|
||||||
"templates/Daily Note (Template).md"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
93
.obsidian/workspace.json
vendored
93
.obsidian/workspace.json
vendored
@@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"main": {
|
"main": {
|
||||||
"id": "390ce2f9b053bb3c",
|
"id": "164a08f7cefb42fb",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "0ce7b63055adad06",
|
"id": "5d7066bc4d23a8ec",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "6519938022b3fdc8",
|
"id": "f8c8ecf70c03bb98",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/Obsidian Theme Demo File.md",
|
"file": "templates/Frontmatter (Template).md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
@@ -25,15 +25,15 @@
|
|||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"id": "7e11ed0b2ad341ae",
|
"id": "e7603db1e8397fa1",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "9b2b54a0dbbb215d",
|
"id": "a2cf45ee0c4f6254",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "4cd46a0ca99c06f1",
|
"id": "fb856f856aa3f888",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "file-explorer",
|
"type": "file-explorer",
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "e8b0550146f5c99e",
|
"id": "414cd9f3f8e6759e",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "search",
|
"type": "search",
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "924f2f4b672c3982",
|
"id": "a424dc3b9601ad37",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "bookmarks",
|
"type": "bookmarks",
|
||||||
@@ -72,15 +72,15 @@
|
|||||||
"width": 300
|
"width": 300
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "8bb12e8b3365261b",
|
"id": "bddedfe46a674ee5",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "6217fad8ae07b96b",
|
"id": "681b99785834025d",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "f2632ace54f501f6",
|
"id": "de8129c495f0a991",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "calendar",
|
"type": "calendar",
|
||||||
@@ -88,12 +88,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "09bebd2aba949028",
|
"id": "de78676c121afb63",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/Obsidian Theme Demo File.md",
|
"file": "templates/Frontmatter (Template).md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -105,19 +105,19 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ef9dea5e933e8a6c",
|
"id": "f33178d1f80010ae",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/Obsidian Theme Demo File.md",
|
"file": "templates/Frontmatter (Template).md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "8a24cc53f3c9685a",
|
"id": "e3a620f415b7dc93",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "tag",
|
"type": "tag",
|
||||||
@@ -128,12 +128,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "c9d3216a78fba7d4",
|
"id": "f4a7bd12343609d4",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "all-properties",
|
||||||
|
"state": {
|
||||||
|
"sortOrder": "frequency",
|
||||||
|
"showSearch": false,
|
||||||
|
"searchQuery": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "f86a162b39930dfa",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/Obsidian Theme Demo File.md"
|
"file": "templates/Frontmatter (Template).md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -145,20 +157,49 @@
|
|||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
|
"obsidian-excalidraw-plugin:Create new drawing": false,
|
||||||
|
"templater-obsidian:Templater": false,
|
||||||
|
"obsidian-omnivore:Omnivore": false,
|
||||||
|
"obsidian-projects:Open projects": false,
|
||||||
"switcher:Open quick switcher": false,
|
"switcher:Open quick switcher": false,
|
||||||
"graph:Open graph view": false,
|
"graph:Open graph view": false,
|
||||||
"canvas:Create new canvas": false,
|
"canvas:Create new canvas": false,
|
||||||
"command-palette:Open command palette": false,
|
"command-palette:Open command palette": false,
|
||||||
"markdown-importer:Open format converter": false,
|
"random-note:Open random note": false,
|
||||||
"workspaces:Manage workspace layouts": false,
|
"workspaces:Manage workspace layouts": false,
|
||||||
"periodic-notes:Open today": false,
|
"publish:Publish changes...": false,
|
||||||
"templater-obsidian:Templater": false
|
"periodic-notes:Open today": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "6519938022b3fdc8",
|
"active": "f8c8ecf70c03bb98",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"obsidian.css",
|
"notes/Obsidian Theme Demo File.md",
|
||||||
"obsidian.css.md",
|
"notes/Hello World.md",
|
||||||
"notes/Obsidian Office Hours (033).md"
|
"README.md",
|
||||||
|
"zettelkasten/@Cennydd Bowles and James Box.md",
|
||||||
|
"scripts",
|
||||||
|
"zettelkasten/How to Know a Person by David Brooks.md",
|
||||||
|
"zettelkasten/The Miracle Morning by Hal Elrod.md",
|
||||||
|
"zettelkasten/The 12 Week Year by Brian P. Moran, Michael Lennington.md",
|
||||||
|
"zettelkasten/You Need a Budget by Jesse Mecham .md",
|
||||||
|
"zettelkasten/Man's Search for Meaning by Viktor E. Frankl, Harold S. Kushner, and William J. Winslade.md",
|
||||||
|
"zettelkasten/Hidden Potential by Adam Grant.md",
|
||||||
|
"zettelkasten/Braving the Wilderness by Brené Brown .md",
|
||||||
|
"zettelkasten/Art & Fear by David Bayles, Ted Orland.md",
|
||||||
|
"zettelkasten/Keep Going by Austin Kleon.md",
|
||||||
|
"zettelkasten/Show Your Work! by Austin Kleon.md",
|
||||||
|
"zettelkasten/The Sympathizer by Viet Thanh Nguyen.md",
|
||||||
|
"zettelkasten/Steal Like an Artist by Austin Kleon.md",
|
||||||
|
"zettelkasten/The Psychology of Money by Morgan Housel.md",
|
||||||
|
"zettelkasten/I Will Teach You to Be Rich by Ramit Sethi-2.md",
|
||||||
|
"zettelkasten/The Power of Habit by Charles Duhigg.md",
|
||||||
|
"zettelkasten/Building a Second Brain by Tiago Forte.md",
|
||||||
|
"zettelkasten/Tuesdays With Morrie by Mitch Albom.md",
|
||||||
|
"zettelkasten/The Pathless Path by Paul Millerd.md",
|
||||||
|
"zettelkasten/marcusolssonobsidian-projects by marcusolsson.md",
|
||||||
|
"zettelkasten/marcusolssonobsidian-projects Plain text project planning in Obsidian by Natalie Kraneiß.md",
|
||||||
|
"zettelkasten/Waybound by Will Wight.md",
|
||||||
|
"zettelkasten/The Minimalist Entrepreneur by Sahil Lavingia.md",
|
||||||
|
"zettelkasten"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
1
.obsidian/workspaces.json
vendored
1
.obsidian/workspaces.json
vendored
File diff suppressed because one or more lines are too long
1
.obsidian/zk-prefixer.json
vendored
1
.obsidian/zk-prefixer.json
vendored
@@ -1 +0,0 @@
|
|||||||
{"folder":"quick-capture","template":"templates/Zettel — Template"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
# Hello Obsidian!
|
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
||||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
created-on: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
last-modified-on: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
alias:
|
aliases: []
|
||||||
|
tags:
|
||||||
|
- type/note
|
||||||
|
related: []
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user