mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
better
This commit is contained in:
parent
50ba960842
commit
553baba6e5
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@ resources
|
||||
content/.obsidian
|
||||
assets/indices/linkIndex.json
|
||||
assets/indices/contentIndex.json
|
||||
content/Obsidian\ Vault/textbooks/
|
||||
content/Obsidian\ Vault/private/
|
||||
|
||||
5
content/Obsidian Vault/.obsidian/app.json
vendored
Normal file
5
content/Obsidian Vault/.obsidian/app.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"alwaysUpdateLinks": true,
|
||||
"vimMode": true,
|
||||
"useMarkdownLinks": false
|
||||
}
|
||||
9
content/Obsidian Vault/.obsidian/appearance.json
vendored
Normal file
9
content/Obsidian Vault/.obsidian/appearance.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"baseFontSize": 16,
|
||||
"theme": "obsidian",
|
||||
"translucency": false,
|
||||
"cssTheme": "Everforest",
|
||||
"enabledCssSnippets": [
|
||||
"big-math"
|
||||
]
|
||||
}
|
||||
13
content/Obsidian Vault/.obsidian/community-plugins.json
vendored
Normal file
13
content/Obsidian Vault/.obsidian/community-plugins.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
[
|
||||
"flashcards-obsidian",
|
||||
"obsidian-pocket",
|
||||
"nldates-obsidian",
|
||||
"cycle-through-panes",
|
||||
"obsidian-auto-link-title",
|
||||
"tag-wrangler",
|
||||
"simple-embeds",
|
||||
"oz-image-plugin",
|
||||
"quick-latex",
|
||||
"wikilinks-to-mdlinks-obsidian",
|
||||
"obsidian-local-images"
|
||||
]
|
||||
21
content/Obsidian Vault/.obsidian/core-plugins.json
vendored
Normal file
21
content/Obsidian Vault/.obsidian/core-plugins.json
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"outgoing-link",
|
||||
"tag-pane",
|
||||
"page-preview",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"starred",
|
||||
"markdown-importer",
|
||||
"outline",
|
||||
"slides",
|
||||
"audio-recorder",
|
||||
"open-with-default-app",
|
||||
"workspaces",
|
||||
"file-recovery",
|
||||
"sync"
|
||||
]
|
||||
22
content/Obsidian Vault/.obsidian/graph.json
vendored
Normal file
22
content/Obsidian Vault/.obsidian/graph.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"collapse-filter": false,
|
||||
"search": "tag:#math/linear_algebra",
|
||||
"showTags": true,
|
||||
"showAttachments": false,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": false,
|
||||
"colorGroups": [],
|
||||
"collapse-display": false,
|
||||
"showArrow": true,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"collapse-forces": false,
|
||||
"centerStrength": 0.518713248970312,
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 0.32100750399017636,
|
||||
"close": true
|
||||
}
|
||||
42
content/Obsidian Vault/.obsidian/hotkeys.json
vendored
Normal file
42
content/Obsidian Vault/.obsidian/hotkeys.json
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"editor:toggle-fold": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "."
|
||||
}
|
||||
],
|
||||
"backlink:open-backlinks": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "b"
|
||||
}
|
||||
],
|
||||
"tag-pane:open": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "3"
|
||||
}
|
||||
],
|
||||
"app:go-back": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowLeft"
|
||||
}
|
||||
],
|
||||
"app:go-forward": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowRight"
|
||||
}
|
||||
]
|
||||
}
|
||||
4
content/Obsidian Vault/.obsidian/note-composer.json
vendored
Normal file
4
content/Obsidian Vault/.obsidian/note-composer.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"askBeforeMerging": true,
|
||||
"template": ""
|
||||
}
|
||||
63347
content/Obsidian Vault/.obsidian/plugins/better-pdf-plugin/main.js
vendored
Normal file
63347
content/Obsidian Vault/.obsidian/plugins/better-pdf-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/better-pdf-plugin/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/better-pdf-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "better-pdf-plugin",
|
||||
"name": "Better PDF Plugin",
|
||||
"version": "1.2.0",
|
||||
"minAppVersion": "0.10.12",
|
||||
"description": "Goal of this Plugin in to implement a native PDF handling workflow",
|
||||
"author": "MSzturc",
|
||||
"authorUrl": "https://github.com/MSzturc",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
130
content/Obsidian Vault/.obsidian/plugins/code-block-copy/main.js
vendored
Normal file
130
content/Obsidian Vault/.obsidian/plugins/code-block-copy/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
content/Obsidian Vault/.obsidian/plugins/code-block-copy/manifest.json
vendored
Normal file
8
content/Obsidian Vault/.obsidian/plugins/code-block-copy/manifest.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "code-block-copy",
|
||||
"name": "Copy button for code blocks",
|
||||
"author": "Daniel Brandenburg",
|
||||
"description": "Copy button for code blocks",
|
||||
"isDesktopOnly": false,
|
||||
"version": "0.1.0"
|
||||
}
|
||||
41
content/Obsidian Vault/.obsidian/plugins/code-block-copy/styles.css
vendored
Normal file
41
content/Obsidian Vault/.obsidian/plugins/code-block-copy/styles.css
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
.copy-code-button {
|
||||
color: var(--background-primary);
|
||||
background-color: var(--text-faint);
|
||||
border-radius: 1px 1px 0px 0px;
|
||||
/* right-align */
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
margin-bottom: -2px;
|
||||
padding: 3px 8px;
|
||||
font-size: 0.8em;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.copy-code-button:hover {
|
||||
cursor: pointer;
|
||||
background-color: var(--text-normal);
|
||||
}
|
||||
|
||||
.copy-code-button:focus {
|
||||
/* Avoid an ugly focus outline on click in Chrome,
|
||||
but darken the button for accessibility.
|
||||
See https://stackoverflow.com/a/25298082/1481479 */
|
||||
background-color: var(--text-normal);
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.copy-code-button:active {
|
||||
background-color: var(--text-normal);
|
||||
}
|
||||
|
||||
.highlight pre {
|
||||
/* Avoid pushing up the copy buttons. */
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.has-copy-button {
|
||||
position: relative;
|
||||
}
|
||||
275
content/Obsidian Vault/.obsidian/plugins/convert-url-to-iframe/main.js
vendored
Normal file
275
content/Obsidian Vault/.obsidian/plugins/convert-url-to-iframe/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
content/Obsidian Vault/.obsidian/plugins/convert-url-to-iframe/manifest.json
vendored
Normal file
9
content/Obsidian Vault/.obsidian/plugins/convert-url-to-iframe/manifest.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "convert-url-to-iframe",
|
||||
"name": "Convert url to preview (iframe)",
|
||||
"version": "0.2.0",
|
||||
"description": "Convert an url (ex, youtube) into an iframe (preview)",
|
||||
"author": "Hachez Floran",
|
||||
"authorUrl": "https://github.com/FHachez",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
26
content/Obsidian Vault/.obsidian/plugins/convert-url-to-iframe/styles.css
vendored
Normal file
26
content/Obsidian Vault/.obsidian/plugins/convert-url-to-iframe/styles.css
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
.iframe__modal {
|
||||
max-width: 90vw;
|
||||
}
|
||||
|
||||
.iframe__modal .space-x {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.iframe__modal__container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.iframe__modal__container .iframe__container:after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
background-color: white;
|
||||
width: 8px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.iframe__modal__container .button__container {
|
||||
text-align: center;
|
||||
}
|
||||
322
content/Obsidian Vault/.obsidian/plugins/cycle-through-panes/main.js
vendored
Normal file
322
content/Obsidian Vault/.obsidian/plugins/cycle-through-panes/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/cycle-through-panes/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/cycle-through-panes/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "cycle-through-panes",
|
||||
"name": "Cycle through Panes",
|
||||
"version": "0.0.12",
|
||||
"minAppVersion": "0.12.5",
|
||||
"description": "Cycle through your open Panes with `ctrl + Tab`, just like with Tabs in your Browser!, ctrl+shift+Tab for Reverse",
|
||||
"author": "Vinadon & Rythm",
|
||||
"authorUrl": "https://github.com/phibr0",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
13421
content/Obsidian Vault/.obsidian/plugins/dataview/main.js
vendored
Normal file
13421
content/Obsidian Vault/.obsidian/plugins/dataview/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/dataview/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/dataview/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "dataview",
|
||||
"name": "Dataview",
|
||||
"version": "0.4.19",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Complex data views for the data-obsessed.",
|
||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||
"authorUrl": "https://github.com/blacksmithgu",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
71
content/Obsidian Vault/.obsidian/plugins/dataview/styles.css
vendored
Normal file
71
content/Obsidian Vault/.obsidian/plugins/dataview/styles.css
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
/* List View Default Styling; rendered internally as a table. */
|
||||
.table-view-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table-view-table > thead > tr, .table-view-table > tbody > tr {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.table-view-table > thead > tr > th {
|
||||
font-weight: 700;
|
||||
font-size: larger;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: solid;
|
||||
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.table-view-table > tbody > tr > td {
|
||||
text-align: left;
|
||||
border: none;
|
||||
font-weight: 400;
|
||||
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/** Rendered value styling for any view. */
|
||||
.dataview-result-list-root-ul {
|
||||
padding: 0em !important;
|
||||
margin: 0em !important;
|
||||
}
|
||||
|
||||
/** Generic grouping styling. */
|
||||
.dataview.result-group {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
/** Inline Field Rendering. */
|
||||
|
||||
.dataview.inline-field-key {
|
||||
border-top-left-radius: 250px;
|
||||
border-bottom-left-radius: 250px;
|
||||
padding-left: 16px;
|
||||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-primary-alt);
|
||||
color: var(--text-nav-selected);
|
||||
}
|
||||
|
||||
.dataview.inline-field-value {
|
||||
border-top-right-radius: 250px;
|
||||
border-bottom-right-radius: 250px;
|
||||
padding-left: 8px;
|
||||
padding-right: 16px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--text-nav-selected);
|
||||
}
|
||||
|
||||
.dataview.inline-field-standalone-value {
|
||||
border-radius: 250px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--text-nav-selected);
|
||||
}
|
||||
14
content/Obsidian Vault/.obsidian/plugins/flashcards-obsidian/data.json
vendored
Normal file
14
content/Obsidian Vault/.obsidian/plugins/flashcards-obsidian/data.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"contextAwareMode": true,
|
||||
"sourceSupport": true,
|
||||
"codeHighlightSupport": false,
|
||||
"inlineID": true,
|
||||
"contextSeparator": " > ",
|
||||
"deck": "default_obsidian",
|
||||
"folderBasedDeck": true,
|
||||
"flashcardsTag": "card",
|
||||
"inlineSeparator": "::",
|
||||
"inlineSeparatorReverse": ":::",
|
||||
"defaultAnkiTag": "obsidian",
|
||||
"ankiConnectPermission": true
|
||||
}
|
||||
7237
content/Obsidian Vault/.obsidian/plugins/flashcards-obsidian/main.js
vendored
Normal file
7237
content/Obsidian Vault/.obsidian/plugins/flashcards-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/flashcards-obsidian/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/flashcards-obsidian/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "flashcards-obsidian",
|
||||
"name": "Flashcards",
|
||||
"version": "1.6.3",
|
||||
"minAppVersion": "0.9.17",
|
||||
"description": "Anki integration",
|
||||
"author": "Alex Colucci",
|
||||
"authorUrl": "https://github.com/reuseman",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
9202
content/Obsidian Vault/.obsidian/plugins/nldates-obsidian/main.js
vendored
Normal file
9202
content/Obsidian Vault/.obsidian/plugins/nldates-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/nldates-obsidian/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.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.1",
|
||||
"author": "Argentina Ortega Sainz",
|
||||
"authorUrl": "https://argentinaos.com/",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.13.0"
|
||||
}
|
||||
11
content/Obsidian Vault/.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
11
content/Obsidian Vault/.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"includeFirstLineAsNoteHeading": false,
|
||||
"excludeFirstLineInNote": false,
|
||||
"headingFormat": "#",
|
||||
"newFileLocation": 2,
|
||||
"customFolder": "trying refactor thing",
|
||||
"fileNamePrefix": "",
|
||||
"transcludeByDefault": false,
|
||||
"noteLinkTemplate": "",
|
||||
"refactoredNoteTemplate": ""
|
||||
}
|
||||
6731
content/Obsidian Vault/.obsidian/plugins/note-refactor-obsidian/main.js
vendored
Normal file
6731
content/Obsidian Vault/.obsidian/plugins/note-refactor-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
content/Obsidian Vault/.obsidian/plugins/note-refactor-obsidian/manifest.json
vendored
Normal file
9
content/Obsidian Vault/.obsidian/plugins/note-refactor-obsidian/manifest.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "note-refactor-obsidian",
|
||||
"name": "Note Refactor",
|
||||
"version": "1.7.1",
|
||||
"description": "Extract note content into new notes and split notes",
|
||||
"isDesktopOnly": false,
|
||||
"js": "main.js",
|
||||
"css": "style.css"
|
||||
}
|
||||
7
content/Obsidian Vault/.obsidian/plugins/note-refactor-obsidian/styles.css
vendored
Normal file
7
content/Obsidian Vault/.obsidian/plugins/note-refactor-obsidian/styles.css
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
.note-refactor-filename .setting-item-info {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.note-refactor-filename .setting-item-name {
|
||||
padding-top: 10px;
|
||||
}
|
||||
31243
content/Obsidian Vault/.obsidian/plugins/obsidian-annotator/main.js
vendored
Normal file
31243
content/Obsidian Vault/.obsidian/plugins/obsidian-annotator/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/obsidian-annotator/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/obsidian-annotator/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-annotator",
|
||||
"name": "Annotator",
|
||||
"version": "0.1.9",
|
||||
"minAppVersion": "0.13.19",
|
||||
"description": "This is a sample plugin for Obsidian. It allows you to open and annotate PDF and EPUB files.",
|
||||
"author": "Obsidian",
|
||||
"authorUrl": "https://obsidian.md/about",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
332
content/Obsidian Vault/.obsidian/plugins/obsidian-auto-link-title/main.js
vendored
Normal file
332
content/Obsidian Vault/.obsidian/plugins/obsidian-auto-link-title/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/obsidian-auto-link-title/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/obsidian-auto-link-title/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-auto-link-title",
|
||||
"name": "Auto Link Title",
|
||||
"version": "1.2.3",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This plugin automatically fetches the titles of links from the web",
|
||||
"author": "Matt Furden",
|
||||
"authorUrl": "https://github.com/zolrath",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
16498
content/Obsidian Vault/.obsidian/plugins/obsidian-checklist-plugin/main.js
vendored
Normal file
16498
content/Obsidian Vault/.obsidian/plugins/obsidian-checklist-plugin/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
content/Obsidian Vault/.obsidian/plugins/obsidian-checklist-plugin/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/obsidian-checklist-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-checklist-plugin",
|
||||
"name": "Checklist",
|
||||
"version": "2.0.2",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Combines checklists across pages into users sidebar",
|
||||
"author": "delashum",
|
||||
"authorUrl": "https://www.hivewire.co/jobs",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
47
content/Obsidian Vault/.obsidian/plugins/obsidian-checklist-plugin/styles.css
vendored
Normal file
47
content/Obsidian Vault/.obsidian/plugins/obsidian-checklist-plugin/styles.css
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
/* no content */
|
||||
.checklist-plugin-main {
|
||||
--checklist-checkboxSize: 20px;
|
||||
--checklist-checkboxCheckedSize: 12px;
|
||||
--checklist-checkboxBorder: 2px solid var(--text-muted);
|
||||
--checklist-checkboxFill: var(--text-muted);
|
||||
--checklist-listItemBorderRadius: 8px;
|
||||
--checklist-listItemMargin: 0 0 12px;
|
||||
--checklist-listItemBackground: var(--interactive-normal);
|
||||
--checklist-listItemBackground--hover: var(--interactive-hover);
|
||||
--checklist-listItemMargin--compact: 0 0 8px;
|
||||
--checklist-headerMargin: 0 0 8px;
|
||||
--checklist-headerGap: 4px;
|
||||
--checklist-headerFontSize: 18px;
|
||||
--checklist-headerFontWeight: 600;
|
||||
--checklist-iconSize: 24px;
|
||||
--checklist-iconFill: var(--text-normal);
|
||||
--checklist-iconFill--accent: #777;
|
||||
--checklist-textColor: var(--text-muted);
|
||||
--checklist-accentColor: var(--text-accent);
|
||||
--checklist-accentColor--active: var(--text-accent-hover);
|
||||
--checklist-pageMargin: 0 0 4px;
|
||||
--checklist-loaderSize: 16px;
|
||||
--checklist-loaderBorderColor: var(--text-muted) var(--text-muted) var(--text-normal);
|
||||
--checklist-buttonPadding: 0 5px;
|
||||
--checklist-countPadding: 0 6px;
|
||||
--checklist-countBackground: var(--interactive-normal);
|
||||
--checklist-countFontSize: 13px;
|
||||
--checklist-togglePadding: 8px 8px 8px 12px;
|
||||
--checklist-contentPadding: 8px 12px 8px 0;
|
||||
--checklist-contentPadding--compact: 4px 8px;
|
||||
--checklist-togglePadding--compact: 4px 8px;
|
||||
--checklist-countBorderRadius: 4px;
|
||||
--checklist-tagBaseColor: var(--text-faint);
|
||||
--checklist-tagSubColor: #bbb;
|
||||
--checklist-groupMargin: 8px;
|
||||
--checklist-contentFontSize: var(--editor-font-size);
|
||||
--checklist-searchBackground: var(--background-primary);
|
||||
}
|
||||
|
||||
.checklist-plugin-main button {
|
||||
margin: initial;
|
||||
}
|
||||
|
||||
.checklist-plugin-main p {
|
||||
margin: initial;
|
||||
}
|
||||
35
content/Obsidian Vault/.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
Normal file
35
content/Obsidian Vault/.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"folder": "Excalidraw",
|
||||
"templateFilePath": "Excalidraw/Template.excalidraw",
|
||||
"drawingFilenamePrefix": "Drawing ",
|
||||
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
|
||||
"width": "400",
|
||||
"matchTheme": false,
|
||||
"matchThemeAlways": false,
|
||||
"zoomToFitOnResize": true,
|
||||
"zoomToFitMaxLevel": 2,
|
||||
"linkPrefix": "📍",
|
||||
"urlPrefix": "🌐",
|
||||
"openInAdjacentPane": false,
|
||||
"showLinkBrackets": true,
|
||||
"allowCtrlClick": true,
|
||||
"forceWrap": false,
|
||||
"pageTransclusionCharLimit": 200,
|
||||
"pngExportScale": 1,
|
||||
"exportWithTheme": true,
|
||||
"exportWithBackground": true,
|
||||
"keepInSync": false,
|
||||
"autoexportSVG": false,
|
||||
"autoexportPNG": false,
|
||||
"autoexportExcalidraw": false,
|
||||
"embedType": "excalidraw",
|
||||
"syncExcalidraw": false,
|
||||
"experimentalFileType": false,
|
||||
"experimentalFileTag": "✏️",
|
||||
"compatibilityMode": false,
|
||||
"loadCount": 1,
|
||||
"drawingOpenCount": 0,
|
||||
"library": "{\"type\":\"excalidrawlib\",\"version\":1,\"library\":[]}",
|
||||
"patchCommentBlock": false,
|
||||
"imageElementNotice": false
|
||||
}
|
||||
48
content/Obsidian Vault/.obsidian/plugins/obsidian-excalidraw-plugin/main.js
vendored
Normal file
48
content/Obsidian Vault/.obsidian/plugins/obsidian-excalidraw-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "1.6.25",
|
||||
"minAppVersion": "0.12.16",
|
||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||
"author": "Zsolt Viczian",
|
||||
"authorUrl": "https://zsolt.blog",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1
content/Obsidian Vault/.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
vendored
Normal file
1
content/Obsidian Vault/.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.App{font-family:sans-serif;text-align:center}.excalidraw-wrapper{height:100%;margin:0px;background-color:#fff}.context-menu-option__shortcut{background-color:transparent!important}.block-language-excalidraw{text-align:center}.excalidraw .github-corner{display:none}img.excalidraw-svg-right-wrap{float:right;margin:0px 0px 20px 20px}img.excalidraw-svg-left-wrap{float:left;margin:0px 35px 20px 0px}img.excalidraw-svg-right{float:right}.excalidraw-svg-center{text-align:center}img.excalidraw-svg-left{float:left}div.excalidraw-svg-right,div.excalidraw-svg-left{display:table;width:100%}button.ToolIcon_type_button[title=Export]{display:none}.excalidraw-prompt-div{display:flex;max-width:800px}.excalidraw-prompt-form{display:flex;flex-grow:1}.excalidraw-prompt-input{flex-grow:1}li[data-testid]{border:0!important;margin:0!important;padding:0!important;width:100%!important}.excalidraw .context-menu-option-separator{margin:4px!important}.excalidraw .popover{padding:0!important;border-color:transparent!important;border:0!important;box-shadow:0!important;background-color:transparent!important}.disable-zen-mode--visible{color:var(--text-primary-color)}.disable-zen-mode{width:9em!important}.ex-coffee-div{text-align:center;margin-bottom:20px}.excalidraw-scriptengine-install td>img{width:100%;max-width:800px}.excalidraw-scriptengine-install img.coffee{width:130px}.excalidraw-scriptengine-install tr{vertical-align:top}.excalidraw-scriptengine-install table{max-width:130ch}.excalidraw-scriptengine-install td.label{min-width:11ch;font-weight:bold;padding-right:5px}.excalidraw-scriptengine-install td.data{width:100%}.modal-content.excalidraw-scriptengine-install{max-width:130ch;user-select:text}.excalidraw-scriptengine-install .modal{max-height:90%}.excalidraw-prompt-center{text-align:center}.excalidraw-prompt-center.filepath{text-align:center;font-weight:bold;margin-bottom:2em}.excalidraw-dirty{color:red}.workspace-leaf-content .excalidraw-view{padding:0px 1px}.excalidraw-videoWrapper{max-width:600px}.excalidraw-videoWrapper div{position:relative;padding-bottom:56.25%;height:0;margin:0 auto}.excalidraw-videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.excalidraw-release{padding-right:5px;margin-right:-5px;max-width:130ch;user-select:text}.excalidraw-release .modal{max-height:90%}.excalidraw .Island .scrollbar{--scrollbar-thumb-bg: silver}.excalidraw .ToolIcon__icon img{height:1em}.excalidraw-scriptengine-install tbody>tr>td>div>img{height:20px;background-color:silver;padding:2px}.excalidraw-scriptengine-install tbody>tr>td>div{width:50px;display:inline-block}.excalidraw-release p>a>img{width:100%}
|
||||
3343
content/Obsidian Vault/.obsidian/plugins/obsidian-jupyter/main.js
vendored
Normal file
3343
content/Obsidian Vault/.obsidian/plugins/obsidian-jupyter/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/obsidian-jupyter/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/obsidian-jupyter/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"author": "Till Hoffmann",
|
||||
"authorUrl": "https://github.com/tillahoffmann/obsidian-jupyter",
|
||||
"description": "This plugin allows code blocks to be executed as Jupyter notebooks.",
|
||||
"id": "obsidian-jupyter",
|
||||
"isDesktopOnly": true,
|
||||
"minAppVersion": "0.9.12",
|
||||
"name": "Jupyter plugin",
|
||||
"version": "0.8.1"
|
||||
}
|
||||
12
content/Obsidian Vault/.obsidian/plugins/obsidian-jupyter/styles.css
vendored
Normal file
12
content/Obsidian Vault/.obsidian/plugins/obsidian-jupyter/styles.css
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/* hide the output prompts of jupyter cells*/
|
||||
.obsidian-jupyter .prompt, .obsidian-jupyter .input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wideSettingsElement textarea, .wideSettingsElement input {
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
.setupScriptTextArea textarea {
|
||||
font-family: monospace;
|
||||
}
|
||||
187
content/Obsidian Vault/.obsidian/plugins/obsidian-link-archive/main.js
vendored
Normal file
187
content/Obsidian Vault/.obsidian/plugins/obsidian-link-archive/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/obsidian-link-archive/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/obsidian-link-archive/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-link-archive",
|
||||
"name": "Link Archive",
|
||||
"version": "0.2.0",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This plugin archives links in your note so they're available to you even if the original site goes down or gets removed.",
|
||||
"author": "Tamás Deme - @tomzorz_",
|
||||
"authorUrl": "https://tomzorz.me",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1
content/Obsidian Vault/.obsidian/plugins/obsidian-link-archive/styles.css
vendored
Normal file
1
content/Obsidian Vault/.obsidian/plugins/obsidian-link-archive/styles.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
/* nothing to see here for now */
|
||||
9
content/Obsidian Vault/.obsidian/plugins/obsidian-local-images/data.json
vendored
Normal file
9
content/Obsidian Vault/.obsidian/plugins/obsidian-local-images/data.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"realTimeUpdate": false,
|
||||
"realTimeUpdateInterval": 1000,
|
||||
"realTimeAttemptsToProcess": 3,
|
||||
"cleanContent": true,
|
||||
"showNotifications": true,
|
||||
"include": ".*\\.md",
|
||||
"mediaRootDirectory": "media"
|
||||
}
|
||||
21186
content/Obsidian Vault/.obsidian/plugins/obsidian-local-images/main.js
vendored
Normal file
21186
content/Obsidian Vault/.obsidian/plugins/obsidian-local-images/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/obsidian-local-images/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/obsidian-local-images/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-local-images",
|
||||
"name": "Local images",
|
||||
"version": "0.14.2",
|
||||
"minAppVersion": "0.12.15",
|
||||
"description": "Searches your notes for hotlinked images, downloads, saves them locally than fix tags in md-files.",
|
||||
"author": "catalysm, aleksey-rezvov",
|
||||
"authorUrl": "https://github.com/aleksey-rezvov/obsidian-local-images",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
1
content/Obsidian Vault/.obsidian/plugins/obsidian-local-images/styles.css
vendored
Normal file
1
content/Obsidian Vault/.obsidian/plugins/obsidian-local-images/styles.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
/* This file was created to satisfy requirements for Obsidian's plugins */
|
||||
32629
content/Obsidian Vault/.obsidian/plugins/obsidian-mind-map/main.js
vendored
Normal file
32629
content/Obsidian Vault/.obsidian/plugins/obsidian-mind-map/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
content/Obsidian Vault/.obsidian/plugins/obsidian-mind-map/manifest.json
vendored
Normal file
8
content/Obsidian Vault/.obsidian/plugins/obsidian-mind-map/manifest.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "obsidian-mind-map",
|
||||
"name": "Mind Map",
|
||||
"version": "1.1.0",
|
||||
"description": "A plugin to preview notes as Markmap mind maps",
|
||||
"isDesktopOnly": false,
|
||||
"js": "main.js"
|
||||
}
|
||||
1
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/.__pocket_access_info__
vendored
Normal file
1
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/.__pocket_access_info__
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"accessToken":"32a8cac4-1789-94de-964e-f8ddb4","username":"jaden.lorenc@gmail.com"}
|
||||
4
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/data.json
vendored
Normal file
4
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/data.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"item-note-template": "templates/pocket_item",
|
||||
"item-notes-folder": "pocket/"
|
||||
}
|
||||
32888
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/main.js
vendored
Normal file
32888
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-pocket",
|
||||
"name": "Pocket",
|
||||
"version": "0.7.1",
|
||||
"minAppVersion": "0.12.11",
|
||||
"description": "Access your Pocket reading list entries and create notes for them easily",
|
||||
"author": "Nimalan Mahendran",
|
||||
"authorUrl": "https://twitter.com/nimalan",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
66
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/styles.css
vendored
Normal file
66
content/Obsidian Vault/.obsidian/plugins/obsidian-pocket/styles.css
vendored
Normal file
@ -0,0 +1,66 @@
|
||||
.PocketItemTagList-styles-module_itemTagList__nVMsD {
|
||||
list-style: none;
|
||||
padding-inline-start: 0px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.PocketItemTagList-styles-module_itemTagList__nVMsD > li {
|
||||
display: inline;
|
||||
color: var(--text-muted);
|
||||
background-color: var(--background-secondary);
|
||||
margin: 4px;
|
||||
padding: 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.PocketItem-styles-module_item__3n5s8 {
|
||||
color: var(--background-modifier-border);
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
display: block;
|
||||
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.PocketItem-styles-module_item__3n5s8 > span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.PocketItem-styles-module_header__nWH2B {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
width: 100%;
|
||||
|
||||
/* emulating the not-well-supported behavior of flexbox gap */
|
||||
--gap: 8px;
|
||||
margin: 0 calc(-1 * var(--gap)) 0 0;
|
||||
width: calc(100% + var(--gap));
|
||||
}
|
||||
|
||||
.PocketItem-styles-module_header__nWH2B > * {
|
||||
margin: 0 var(--gap) 0 0;
|
||||
}
|
||||
|
||||
.PocketItem-styles-module_itemTitle__2bkMG {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.PocketItem-styles-module_itemExcerpt__3umt6 {
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.PocketItem-styles-module_externalLink__3clhz {
|
||||
display: inline-block;
|
||||
}
|
||||
.PocketItemList-styles-module_list__2zKhb {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.PocketItemList-styles-module_item__3rjWY {
|
||||
margin: 8px;
|
||||
}
|
||||
.settings-styles-module_error__3S0_A {
|
||||
border-color: var(--background-modifier-error-hover) !important;
|
||||
}
|
||||
19396
content/Obsidian Vault/.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
19396
content/Obsidian Vault/.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-tasks-plugin",
|
||||
"name": "Tasks",
|
||||
"version": "1.3.0",
|
||||
"minAppVersion": "0.12.3",
|
||||
"description": "Task management for Obsidian",
|
||||
"author": "Martin Schenck",
|
||||
"authorUrl": "https://github.com/schemar",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
39
content/Obsidian Vault/.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
39
content/Obsidian Vault/.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
.tasks-count {
|
||||
color: var(--text-faint);
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
/* 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");
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
vertical-align: middle;
|
||||
margin-left: 0.3em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tasks-setting-important {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tasks-modal label {
|
||||
display: block;
|
||||
margin: 5px 0 5px 0;
|
||||
}
|
||||
|
||||
.tasks-modal input[type=text] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tasks-modal hr {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tasks-modal-section {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
329
content/Obsidian Vault/.obsidian/plugins/oz-image-plugin/main.js
vendored
Normal file
329
content/Obsidian Vault/.obsidian/plugins/oz-image-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/oz-image-plugin/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/oz-image-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "oz-image-plugin",
|
||||
"name": "Ozan's Image in Editor Plugin",
|
||||
"version": "2.1.1",
|
||||
"minAppVersion": "0.13.14",
|
||||
"description": "View Images, Transclusions, iFrames and PDF Files within the Editor without a necessity to switch to Preview.",
|
||||
"author": "Ozan Tellioglu",
|
||||
"authorUrl": "https://ozan.pl/aboutme/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
270
content/Obsidian Vault/.obsidian/plugins/oz-image-plugin/styles.css
vendored
Normal file
270
content/Obsidian Vault/.obsidian/plugins/oz-image-plugin/styles.css
vendored
Normal file
@ -0,0 +1,270 @@
|
||||
.CodeMirror-linewidget img {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.theme-dark img[alt$='#invert'],
|
||||
.theme-dark div.oz-image-widget > img[alt$='#invert'],
|
||||
.theme-dark div.oz-image-widget-cm6 > img[alt$='#invert'] {
|
||||
filter: invert(1) hue-rotate(180deg);
|
||||
}
|
||||
|
||||
.oz-transclusion-widget,
|
||||
.oz-transclusion-widget-cm6 {
|
||||
padding: 3px 3px 3px 19px;
|
||||
border: 0.7px solid var(--text-muted);
|
||||
max-height: 600px;
|
||||
overflow: auto;
|
||||
border-radius: 7px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.oz-coffee-div {
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* Line Numbers In Editor CodeBlock Renders */
|
||||
pre[class*='language-'].line-numbers {
|
||||
position: relative;
|
||||
padding-left: 3.8em;
|
||||
counter-reset: linenumber;
|
||||
}
|
||||
pre[class*='language-'].line-numbers > code {
|
||||
position: relative;
|
||||
white-space: inherit;
|
||||
}
|
||||
.line-numbers .line-numbers-rows {
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
top: 0;
|
||||
font-size: 100%;
|
||||
left: -3.8em;
|
||||
width: 3em; /* works for line-numbers below 1000 lines */
|
||||
letter-spacing: -1px;
|
||||
border-right: 1px solid #999;
|
||||
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.line-numbers-rows > span {
|
||||
display: block;
|
||||
counter-increment: linenumber;
|
||||
}
|
||||
.line-numbers-rows > span:before {
|
||||
content: counter(linenumber);
|
||||
color: #999;
|
||||
display: block;
|
||||
padding-right: 0.8em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.mermaid-error-information {
|
||||
color: red;
|
||||
font-size: 14px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.oz-modal-center {
|
||||
text-align: center;
|
||||
margin: 20px 10px 20px 10px;
|
||||
}
|
||||
|
||||
.oz-modal-title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.inline-mathjax-block {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.oz-image-widget > img,
|
||||
.oz-image-widget-cm6 > img {
|
||||
-webkit-user-drag: none;
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
div.oz-transclusion-widget pre,
|
||||
div.oz-transclusion-widget-cm6 pre {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.oz-transclusion-widget > *,
|
||||
.oz-transclusion-widget-cm6 > * {
|
||||
user-select: text !important;
|
||||
}
|
||||
|
||||
/* Rich Link Cards */
|
||||
/* Credit: https://github.com/dhamaniasad/obsidian-rich-links */
|
||||
.oz-rich-link-card {
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
border-radius: 3px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
text-decoration: none;
|
||||
background-color: var(--background-primary);
|
||||
}
|
||||
|
||||
.oz-rich-link-card-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.oz-rich-link-image-container {
|
||||
height: 100px;
|
||||
width: 35%;
|
||||
min-width: 120px;
|
||||
overflow: hidden;
|
||||
border-right: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.oz-rich-link-image {
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
padding-bottom: 100px;
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
.oz-rich-link-card-text {
|
||||
padding: 4px;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.oz-rich-link-card-title {
|
||||
font-family: sans-serif;
|
||||
font-size: 16px;
|
||||
margin: 0 0 4px 0;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.oz-rich-link-card-description {
|
||||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
color: var(--text-muted);
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.oz-rich-link-href {
|
||||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
color: var(--text-faint);
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.image-in-editor-settings-main-header {
|
||||
text-align: center !important;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.image-in-editor-cm-header {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.image-in-editor-editor-header {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
/* Sizing for CM5 and CM6 */
|
||||
|
||||
div.oz-image-widget > img[alt$='#small'],
|
||||
div.oz-image-widget-cm6 > img[alt$='#small'] {
|
||||
max-width: 75% !important;
|
||||
min-width: 200pt !important;
|
||||
}
|
||||
|
||||
div.oz-image-widget > img[alt$='#x-small'],
|
||||
div.oz-image-widget-cm6 > img[alt$='#x-small'] {
|
||||
max-width: 50% !important;
|
||||
min-width: 100pt !important;
|
||||
}
|
||||
|
||||
div.oz-image-widget > img[alt$='#xx-small'],
|
||||
div.oz-image-widget-cm6 > img[alt$='#xx-small'] {
|
||||
max-width: 25% !important;
|
||||
min-width: 50pt !important;
|
||||
}
|
||||
|
||||
/* Style For CM6 */
|
||||
|
||||
div.oz-image-widget-cm6,
|
||||
div.oz-custom-html-widget-cm6,
|
||||
div.oz-pdf-widget-cm6 {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
div.oz-image-widget-cm6 + br,
|
||||
div.oz-custom-html-widget-cm6 + br,
|
||||
div.oz-pdf-widget-cm6 + br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cm-line div.oz-transclusion-widget-cm6 {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.cm-line div.oz-transclusion-widget-cm6 * {
|
||||
margin-block-start: 0px !important;
|
||||
margin-block-end: 0px !important;
|
||||
}
|
||||
|
||||
/* Legacy Admonition */
|
||||
|
||||
.oz-admonition {
|
||||
margin: 1.5em 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
page-break-inside: avoid;
|
||||
border-left: 0.3rem solid rgb(var(--oz-admonition-color));
|
||||
border-radius: 0.1rem;
|
||||
box-shadow: 0 0.2rem 0.5rem rgb(44, 43, 43);
|
||||
}
|
||||
|
||||
.oz-admonition-title {
|
||||
position: relative;
|
||||
padding: 15px 5px 15px 15px;
|
||||
font-weight: 700;
|
||||
background-color: rgba(var(--oz-admonition-color), 0.1);
|
||||
}
|
||||
|
||||
.oz-admonition-title-content {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.oz-admonition-content-holder {
|
||||
position: relative;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.oz-admonition-content {
|
||||
margin: 10px 15px;
|
||||
position: relative;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.oz-admonition-title-markdown {
|
||||
text-transform: capitalize;
|
||||
display: block;
|
||||
}
|
||||
4
content/Obsidian Vault/.obsidian/plugins/pdf-to-markdown-plugin/data.json
vendored
Normal file
4
content/Obsidian Vault/.obsidian/plugins/pdf-to-markdown-plugin/data.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"createNewFile": true,
|
||||
"copyToClipboard": true
|
||||
}
|
||||
62245
content/Obsidian Vault/.obsidian/plugins/pdf-to-markdown-plugin/main.js
vendored
Normal file
62245
content/Obsidian Vault/.obsidian/plugins/pdf-to-markdown-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
content/Obsidian Vault/.obsidian/plugins/pdf-to-markdown-plugin/manifest.json
vendored
Normal file
9
content/Obsidian Vault/.obsidian/plugins/pdf-to-markdown-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "pdf-to-markdown-plugin",
|
||||
"name": "PDF to Markdown",
|
||||
"version": "0.0.7",
|
||||
"description": "Save a PDF's text (headings, paragraphs, lists, etc.) to a Markdown file.",
|
||||
"author": "Alexis Rondeau",
|
||||
"authorUrl": "https://publish.obsidian.md/alexisrondeau",
|
||||
"js": "main.js"
|
||||
}
|
||||
1
content/Obsidian Vault/.obsidian/plugins/pdf-to-markdown-plugin/styles.css
vendored
Normal file
1
content/Obsidian Vault/.obsidian/plugins/pdf-to-markdown-plugin/styles.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
/* */
|
||||
1434
content/Obsidian Vault/.obsidian/plugins/quick-latex/main.js
vendored
Normal file
1434
content/Obsidian Vault/.obsidian/plugins/quick-latex/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/quick-latex/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/quick-latex/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "quick-latex",
|
||||
"name": "Quick Latex for Obsidian",
|
||||
"version": "2.3.3",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Speedup latex math typing with auto fraction, align block shortcut, matrix shortcut...etc",
|
||||
"author": "joeyuping",
|
||||
"authorUrl": "https://github.com/joeyuping/quick_latex_obsidian",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
259
content/Obsidian Vault/.obsidian/plugins/simple-embeds/main.js
vendored
Normal file
259
content/Obsidian Vault/.obsidian/plugins/simple-embeds/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/simple-embeds/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/simple-embeds/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "simple-embeds",
|
||||
"name": "Simple Embeds",
|
||||
"version": "1.3.0",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Replaces Twitter and YouTube links with embeds when previewing a file.",
|
||||
"author": "Sam Warnick",
|
||||
"authorUrl": "https://github.com/samwarnick",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
17
content/Obsidian Vault/.obsidian/plugins/simple-embeds/styles.css
vendored
Normal file
17
content/Obsidian Vault/.obsidian/plugins/simple-embeds/styles.css
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
.embed-container {
|
||||
max-width: 550px;
|
||||
}
|
||||
.video-wrapper {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%; /* 16:9 */
|
||||
height: 0;
|
||||
min-width: 300px;
|
||||
min-height: calc(300px * 0.5625);
|
||||
}
|
||||
.video-wrapper iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
7727
content/Obsidian Vault/.obsidian/plugins/tag-wrangler/main.js
vendored
Normal file
7727
content/Obsidian Vault/.obsidian/plugins/tag-wrangler/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
content/Obsidian Vault/.obsidian/plugins/tag-wrangler/manifest.json
vendored
Normal file
8
content/Obsidian Vault/.obsidian/plugins/tag-wrangler/manifest.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "tag-wrangler",
|
||||
"name": "Tag Wrangler",
|
||||
"version": "0.5.2",
|
||||
"minAppVersion": "0.13.19",
|
||||
"description": "Rename, merge, toggle, and search tags from the tag pane",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
168
content/Obsidian Vault/.obsidian/plugins/tag-wrangler/styles.css
vendored
Normal file
168
content/Obsidian Vault/.obsidian/plugins/tag-wrangler/styles.css
vendored
Normal file
@ -0,0 +1,168 @@
|
||||
.smalltalk {
|
||||
display: flex;
|
||||
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
transition: 200ms opacity;
|
||||
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
padding: 20px;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.smalltalk + .smalltalk {
|
||||
transition: ease 1s;
|
||||
}
|
||||
|
||||
.smalltalk .page {
|
||||
border-radius: 3px;
|
||||
background: white;
|
||||
box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15);
|
||||
color: #333;
|
||||
min-width: 400px;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
.smalltalk .page {
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.smalltalk .page > .close-button {
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAUklEQVR4XqXPYQrAIAhAYW/gXd8NJxTopVqsGEhtf+L9/ERU2k/HSMFQpKcYJeNFI9Be0LCMij8cYyjj5EHIivGBkwLfrbX3IF8PqumVmnDpEG+eDsKibPG2JwAAAABJRU5ErkJggg==);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
height: 14px;
|
||||
position: absolute;
|
||||
right: 7px;
|
||||
top: 7px;
|
||||
width: 14px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.smalltalk .page > .close-button:hover {
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAnUlEQVR4XoWQQQ6CQAxFewjkJkMCyXgJPMk7AiYczyBeZEAX6AKctGIaN+bt+trk9wtGQc/IkhnoKGxqqiWxOSZalapWFZ6VrIUDExsN0a5JRBq9LoVOR0eEQMoEhKizXhhsn0p1sCWVo7CwOf1RytPL8CPvwuBUoHL6ugeK30CVD1TqK7V/hdpe+VNChhOzV8xWny/+xosHF8578W/Hmc1OOC3wmwAAAABJRU5ErkJggg==);
|
||||
}
|
||||
|
||||
.smalltalk .progress {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.smalltalk .page header {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
max-width: 500px;
|
||||
|
||||
user-select: none;
|
||||
color: #333;
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 14px 17px;
|
||||
text-shadow: white 0 1px 2px;
|
||||
}
|
||||
|
||||
.smalltalk .page .content-area {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
padding: 6px 17px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.smalltalk .page .action-area {
|
||||
padding: 14px 17px;
|
||||
}
|
||||
|
||||
.smalltalk button, .smalltalk .smalltalk {
|
||||
min-height: 2em;
|
||||
min-width: 4em;
|
||||
}
|
||||
|
||||
.smalltalk button {
|
||||
appearance: none;
|
||||
user-select: none;
|
||||
background-image: linear-gradient(#ededed, #ededed 38%, #dedede);
|
||||
|
||||
border: 1px solid rgba(0, 0, 0, 0.25);
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
|
||||
color: #444;
|
||||
font: inherit;
|
||||
margin: 0 1px 0 0;
|
||||
text-shadow: 0 1px 0 rgb(240, 240, 240);
|
||||
}
|
||||
|
||||
.smalltalk button::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.smalltalk button:enabled:active {
|
||||
background-image: linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.smalltalk .page .button-strip {
|
||||
display: flex;
|
||||
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.smalltalk .page .button-strip > button {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.smalltalk input {
|
||||
width: 100%;
|
||||
border: 1px solid #bfbfbf;
|
||||
border-radius: 2px;
|
||||
box-sizing: border-box;
|
||||
color: #444;
|
||||
font: inherit;
|
||||
margin: 0;
|
||||
min-height: 2em;
|
||||
padding: 3px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.smalltalk button:enabled:focus, .smalltalk input:enabled:focus {
|
||||
transition: border-color 200ms;
|
||||
border-color: rgb(77, 144, 254);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
.smalltalk input[pattern]:invalid, .smalltalk input[pattern]:invalid:enabled:focus, .smalltalk input[pattern][aria-invalid='true'], .smalltalk input[pattern][aria-invalid='true']:enabled:focus {
|
||||
border-color: var(--text-error);
|
||||
background-color: var(--background-modifier-error); }
|
||||
|
||||
.smalltalk .page, .smalltalk .page header, .smalltalk input, .smalltalk button {
|
||||
color: var(--text-normal);
|
||||
text-shadow: none; }
|
||||
|
||||
.smalltalk .page {
|
||||
background: var(--background-primary); }
|
||||
|
||||
.smalltalk button[data-name="js-ok"] {
|
||||
background: var(--background-modifier-error); }
|
||||
|
||||
.smalltalk button[data-name="js-cancel"] {
|
||||
background: var(--background-secondary-alt); }
|
||||
|
||||
.smalltalk button {
|
||||
box-shadow: none; }
|
||||
15460
content/Obsidian Vault/.obsidian/plugins/todoist-sync-plugin/main.js
vendored
Normal file
15460
content/Obsidian Vault/.obsidian/plugins/todoist-sync-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/todoist-sync-plugin/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/todoist-sync-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "todoist-sync-plugin",
|
||||
"name": "Todoist Plugin",
|
||||
"version": "1.9.0",
|
||||
"minAppVersion": "0.12.2",
|
||||
"description": "Materialize Todoist tasks within Obsidian notes.",
|
||||
"author": "Jamie Brynes",
|
||||
"authorUrl": "https://github.com/jamiebrynes7/obsidian-todoist-plugin",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
78
content/Obsidian Vault/.obsidian/plugins/todoist-sync-plugin/styles.css
vendored
Normal file
78
content/Obsidian Vault/.obsidian/plugins/todoist-sync-plugin/styles.css
vendored
Normal file
@ -0,0 +1,78 @@
|
||||
.todoist-query-title {
|
||||
display: inline;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.todoist-refresh-button {
|
||||
display: inline;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.todoist-refresh-spin {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
@-webkit-keyframes spin {
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.task-metadata {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.task-calendar-icon,
|
||||
.task-project-icon,
|
||||
.task-labels-icon {
|
||||
vertical-align: middle;
|
||||
height: 17px;
|
||||
width: 17px;
|
||||
}
|
||||
|
||||
.task-date.task-overdue {
|
||||
color: var(--text-error);
|
||||
}
|
||||
|
||||
.todoist-project {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.todoist-project .todoist-project {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.todoist-project .todoist-section {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.todoist-error {
|
||||
background-color: rgb(var(--background-modifier-error-rgb), 0.5);
|
||||
border: 1px solid var(--background-modifier-error);
|
||||
padding: 0 10px 20px 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.todoist-success {
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
padding: 0 10px 20px 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.todoist-task-content {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
ul.todoist-task-list {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.markdown-reading-view .hide-in-reading-view {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.is-live-preview .block-language-todoist {
|
||||
padding-left: 15px;
|
||||
}
|
||||
154
content/Obsidian Vault/.obsidian/plugins/wikilinks-to-mdlinks-obsidian/main.js
vendored
Normal file
154
content/Obsidian Vault/.obsidian/plugins/wikilinks-to-mdlinks-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/Obsidian Vault/.obsidian/plugins/wikilinks-to-mdlinks-obsidian/manifest.json
vendored
Normal file
10
content/Obsidian Vault/.obsidian/plugins/wikilinks-to-mdlinks-obsidian/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "wikilinks-to-mdlinks-obsidian",
|
||||
"name": "Wikilinks to MDLinks",
|
||||
"version": "0.0.12",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "A plugin that converts wikilinks to markdown links and vice versa",
|
||||
"author": "Agatha Uy",
|
||||
"authorUrl": "https://github.com/agathauy",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
3
content/Obsidian Vault/.obsidian/snippets/big-math.css
vendored
Normal file
3
content/Obsidian Vault/.obsidian/snippets/big-math.css
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
mjx-math {
|
||||
font-size: 140% !important;
|
||||
}
|
||||
19
content/Obsidian Vault/.obsidian/starred.json
vendored
Normal file
19
content/Obsidian Vault/.obsidian/starred.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"type": "file",
|
||||
"title": "Integration by Parts",
|
||||
"path": "Integration by Parts.md"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"title": "mean value theorem",
|
||||
"path": "mean value theorem.md"
|
||||
},
|
||||
{
|
||||
"type": "search",
|
||||
"title": "tag:#linear_algebra",
|
||||
"query": "tag:#linear_algebra"
|
||||
}
|
||||
]
|
||||
}
|
||||
1723
content/Obsidian Vault/.obsidian/themes/Cybertron.css
vendored
Normal file
1723
content/Obsidian Vault/.obsidian/themes/Cybertron.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
673
content/Obsidian Vault/.obsidian/themes/Everforest.css
vendored
Normal file
673
content/Obsidian Vault/.obsidian/themes/Everforest.css
vendored
Normal file
@ -0,0 +1,673 @@
|
||||
/***** TABLE OF CONTENTS *****/
|
||||
/* TODO: Reformat entire CSS file as below.
|
||||
/* 1. Font
|
||||
/* 2. Colours
|
||||
/* 2.1. Dark theme color variables
|
||||
/* 2.2. Light theme color variables
|
||||
/* 2.3. Dark theme implementation
|
||||
/* 2.4. Light theme implementation
|
||||
/* 3. General UI
|
||||
/* 3.1. Title Bar
|
||||
/* 4. Markdown (editor / preview)
|
||||
/* 4.1. Headings
|
||||
/* 4.1.1. Fix font weights
|
||||
/* 4.2. Links
|
||||
/* 4.2.1. Nifty arrow before internal links (also applies to embeds)
|
||||
/* 4.3. Embeds
|
||||
/* 4.4. Tables
|
||||
/* 4.5. Popovers
|
||||
/* 4.6. Task Lists
|
||||
/* 4.7. Blockquotes
|
||||
/* 4.8. Code
|
||||
/* 4.9. Bulleted lists
|
||||
/* 4.10. Misc Fixes
|
||||
/* 5. Graph view colours
|
||||
/* 6. Notion Colour Blocks
|
||||
/* 7. In-document header (scrolls with the document) [remove for compatibility with Andy's mode]
|
||||
/* 7.1. Adjustments for non-in-document headers (graphs, etc)\
|
||||
/* 7.2. Active pane border
|
||||
/* 7.3. Misc fixes
|
||||
/* 8. Tags
|
||||
/* 8.1. Tag custom colours
|
||||
/***** *****/
|
||||
|
||||
/* 1. Font */
|
||||
body {
|
||||
/* font stacks taken directly from Notion */
|
||||
--font-monospace: "Hack Nerd Font", "Source Code Pro", monospace;
|
||||
-webkit-font-smoothing: auto;
|
||||
}
|
||||
|
||||
/* 2. Colours */
|
||||
:root
|
||||
{
|
||||
/* 2.1 Dark theme color variables */
|
||||
--bg0-dark: #22282c;
|
||||
--bg1-dark: #272f34;
|
||||
--bg-dark: #2f383e;
|
||||
--bg2-dark: #374247;
|
||||
--bg3-dark: #404c51;
|
||||
--bg4-dark: #4a555b;
|
||||
--bg5-dark: #525c62;
|
||||
--bg_visual: #503946;
|
||||
--bg_red: #4e3e43;
|
||||
--bg_green: #404d44;
|
||||
--bg_blue: #394f5a;
|
||||
--bg_yellow: #4a4940;
|
||||
--shadow: #00000070;
|
||||
|
||||
--fg-dark: #d3c6aa;
|
||||
--grey0-dark: #7f897d;
|
||||
--grey1-dark: #859289;
|
||||
--grey2-dark: #9aa79d;
|
||||
|
||||
--faded-red: #e67e80;
|
||||
--faded-orange: #e69875;
|
||||
--faded-yellow: #dbbc7f;
|
||||
--faded-green: #a7c080;
|
||||
--faded-aqua: #83c092;
|
||||
--faded-blue: #7fbbb3;
|
||||
--faded-purple: #d699b6;
|
||||
|
||||
--dim-red: #da6362;
|
||||
--dim-orange: #d77f48;
|
||||
--dim-yellow: #bf983d;
|
||||
--dim-green: #899c40;
|
||||
--dim-aqua: #569d79;
|
||||
--dim-blue: #5a93a2;
|
||||
--dim-purple: #b87b9d;
|
||||
|
||||
|
||||
/* 2.2 Light theme color variables */
|
||||
--bg0-light: #f0edd8;
|
||||
--bg1-light: #f6f1dd;
|
||||
--bg-light: #fdf6e3;
|
||||
--bg2-light: #f3efda;
|
||||
--bg3-light: #edead5;
|
||||
--bg4-light: #e4e1cd;
|
||||
--bg5-light: #dfdbc8;
|
||||
--grey0-light: #a4ad9e;
|
||||
--grey1-light: #939f91;
|
||||
--grey2-light: #879686;
|
||||
--shadow-light: #3c474d20;
|
||||
|
||||
|
||||
--bg_visual_light: #eaedc8;
|
||||
--bg_red_light: #fbe3da;
|
||||
--bg_green_light: #f0f1d2;
|
||||
--bg_blue_light: #e9f0e9;
|
||||
--bg_yellow_light: #faedcd;
|
||||
|
||||
--fg-light: #5c6a72;
|
||||
|
||||
--light-red: #f85552;
|
||||
--light-orange: #f57d26;
|
||||
--light-yellow: #bf983d;
|
||||
--light-green: #899c40;
|
||||
--light-aqua: #569d79;
|
||||
--light-blue: #5a93a2;
|
||||
--light-purple: #b87b9d;
|
||||
|
||||
--light-dim-red: #f1706f;
|
||||
--light-dim-orange: #f39459;
|
||||
--light-dim-yellow: #e4b649;
|
||||
--light-dim-green: #a4bb4a;
|
||||
--light-dim-aqua: #6ec398;
|
||||
--light-dim-blue: #6cb3c6;
|
||||
--light-dim-purple: #e092be;
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* 2.3 Dark theme implementation */
|
||||
.theme-dark
|
||||
{
|
||||
--background-primary: var(--bg-dark);
|
||||
--background-primary-alt: var(--bg-dark);
|
||||
--background-secondary: var(--bg-dark);
|
||||
--background-secondary-alt: var(--bg-dark);
|
||||
--text-normal: var(--fg-dark);
|
||||
--text-faint: var(--grey1-dark);
|
||||
--text-title-h1: var(--dim-red);
|
||||
--text-title-h2: var(--dim-orange);
|
||||
--text-title-h3: var(--dim-yellow);
|
||||
--text-title-h4: var(--dim-green);
|
||||
--text-title-h5: var(--dim-aqua);
|
||||
--text-title-h6: var(--dim-purple);
|
||||
--text-link: var(--faded-blue);
|
||||
--text-a: var(--dim-aqua);
|
||||
--text-a-hover: var(--faded-aqua);
|
||||
--text-mark: rgba(215, 153, 33, 0.4); /* light-yellow */
|
||||
--pre-code: var(--bg1-dark);
|
||||
--text-highlight-bg: var(--bg_green);
|
||||
--interactive-accent: var(--dim-aqua);
|
||||
--interactive-before: var(--bg5-dark);
|
||||
--background-modifier-border: var(--bg5-dark);
|
||||
--text-accent: var(--dim-blue);
|
||||
--interactive-accent-rgb: var(--dim-blue);
|
||||
--inline-code: var(--dim-blue);
|
||||
--code-block: var(--fg-dark);
|
||||
--vim-cursor: var(--faded-blue);
|
||||
--text-selection: var(--bg5-dark);
|
||||
}
|
||||
|
||||
/* 2.4 Light theme implementation */
|
||||
.theme-light
|
||||
{
|
||||
--background-primary: var(--bg-light);
|
||||
--background-primary-alt: var(--bg-light);
|
||||
--background-secondary: var(--bg-light);
|
||||
--background-secondary-alt: var(--bg-light);
|
||||
--text-normal: var(--fg-light);
|
||||
--text-faint: var(--grey1-light);
|
||||
--text-title-h1: var(--light-red);
|
||||
--text-title-h2: var(--light-orange);
|
||||
--text-title-h3: var(--light-yellow);
|
||||
--text-title-h4: var(--light-green);
|
||||
--text-title-h5: var(--light-aqua);
|
||||
--text-title-h6: var(--light-purple);
|
||||
--text-link: var(--light-blue);
|
||||
--text-a: var(--light-dim-blue);
|
||||
--text-a-hover: var(--light-blue);
|
||||
--text-mark: rgba(215, 153, 33, 0.4); /* light-yellow */
|
||||
--pre-code: var(--bg1-light);
|
||||
--text-highlight-bg: var(--light-dim-green);
|
||||
--interactive-accent: var(--bg5-light);
|
||||
--interactive-before: var(--bg5-light);
|
||||
--background-modifier-border: var(--bg5-light);
|
||||
--text-accent: var(--bg5-light);
|
||||
--interactive-accent-rgb: var(--light-dim-green);
|
||||
--inline-code: var(--light-blue);
|
||||
--code-block: var(--fg-light);
|
||||
--vim-cursor: var(--light-blue);
|
||||
--text-selection: rgba(189, 174, 147, 0.5); /* light3 */
|
||||
}
|
||||
|
||||
.theme-dark code[class*="language-"],
|
||||
.theme-dark pre[class*="language-"],
|
||||
.theme-light code[class*="language-"],
|
||||
.theme-light pre[class*="language-"]
|
||||
{
|
||||
text-shadow: none ;
|
||||
background-color: var(--pre-code) ;
|
||||
}
|
||||
|
||||
/* 3. General UI */
|
||||
.view-header-title {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* 3.1. Title bar */
|
||||
.titlebar {
|
||||
background-color: var(--background-secondary-alt);
|
||||
}
|
||||
|
||||
.titlebar-inner {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.graph-view.color-circle,
|
||||
.graph-view.color-fill-highlight,
|
||||
.graph-view.color-line-highlight
|
||||
{
|
||||
color: var(--interactive-accent-rgb) ;
|
||||
}
|
||||
.graph-view.color-text
|
||||
{
|
||||
color: var(--text-a-hover) ;
|
||||
}
|
||||
/*
|
||||
.graph-view.color-fill
|
||||
{
|
||||
color: var(--background-secondary);
|
||||
}
|
||||
.graph-view.color-line
|
||||
{
|
||||
color: var(--background-modifier-border);
|
||||
}
|
||||
*/
|
||||
|
||||
html,
|
||||
body
|
||||
{
|
||||
font-size: 16px ;
|
||||
}
|
||||
|
||||
strong
|
||||
{
|
||||
font-weight: 600 ;
|
||||
}
|
||||
|
||||
a,
|
||||
.cm-hmd-internal-link
|
||||
{
|
||||
color: var(--text-a) ;
|
||||
text-decoration: none ;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
.cm-hmd-internal-link:hover,
|
||||
.cm-url
|
||||
{
|
||||
color: var(--text-a-hover) ;
|
||||
text-decoration: none ;
|
||||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------
|
||||
TAGS
|
||||
----------------------------------------------------------------*/
|
||||
|
||||
.token.tag {
|
||||
padding: 0px 0px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.token.tag:hover {
|
||||
background: transparent;
|
||||
color: var(--text-a-hover) !important;
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------
|
||||
TAG PILLS
|
||||
----------------------------------------------------------------*/
|
||||
.markdown-preview-section h1 a.tag,
|
||||
.markdown-preview-section h2 a.tag,
|
||||
.markdown-preview-section h3 a.tag,
|
||||
.markdown-preview-section h4 a.tag,
|
||||
.markdown-preview-section h5 a.tag,
|
||||
.markdown-preview-section h4 a.tag {
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
.tag {
|
||||
background-color: var(--tag-base);
|
||||
border: 1px solid var(--interactive-accent);
|
||||
color: var(--text-a);
|
||||
font-weight: 500;
|
||||
padding: 1.5px 6px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
border-radius: 8px;
|
||||
transition: 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.tag:hover {
|
||||
color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------
|
||||
TAG REF STYLING
|
||||
----------------------------------------------------------------*/
|
||||
|
||||
.tag[href^="#❗️"],
|
||||
.tag[href^="#important❗️"] {
|
||||
background-color: var(--tag-base);
|
||||
border: 1px solid var(--boldred);
|
||||
}
|
||||
|
||||
.tag[href^="#📓"],
|
||||
.tag[href^="#journal📓"] {
|
||||
background-color: var(--tag-base);
|
||||
border: 1px solid var(--purple);
|
||||
}
|
||||
|
||||
.tag[href^="#🌱"],
|
||||
.tag[href^="#seedling🌱"],
|
||||
.tag[href^="#🌿"],
|
||||
.tag[href^="#budding🌿"],
|
||||
.tag[href^="#🌳"],
|
||||
.tag[href^="#evergreen🌳"] {
|
||||
background-color: var(--tag-base);
|
||||
border: 1px solid var(--boldgreen);
|
||||
}
|
||||
|
||||
mark
|
||||
{
|
||||
background-color: var(--text-mark) ;
|
||||
}
|
||||
|
||||
.view-actions a
|
||||
{
|
||||
color: var(--text-normal) ;
|
||||
}
|
||||
|
||||
.view-actions a:hover
|
||||
{
|
||||
color: var(--text-a) ;
|
||||
}
|
||||
|
||||
.HyperMD-codeblock-bg
|
||||
{
|
||||
background-color: var(--pre-code) ;
|
||||
}
|
||||
|
||||
.HyperMD-codeblock
|
||||
{
|
||||
line-height: 1.4em ;
|
||||
color: var(--code-block) ;
|
||||
}
|
||||
|
||||
.HyperMD-codeblock-begin
|
||||
{
|
||||
border-top-left-radius: 4px ;
|
||||
border-top-right-radius: 4px ;
|
||||
}
|
||||
|
||||
.HyperMD-codeblock-end
|
||||
{
|
||||
border-bottom-left-radius: 4px ;
|
||||
border-bottom-right-radius: 4px ;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
font-weight: 600 ;
|
||||
}
|
||||
|
||||
thead
|
||||
{
|
||||
border-bottom: 2px solid var(--background-modifier-border) ;
|
||||
}
|
||||
|
||||
.HyperMD-table-row
|
||||
{
|
||||
line-height: normal ;
|
||||
padding-left: 4px ;
|
||||
padding-right: 4px ;
|
||||
/* background-color: var(--pre-code) ; */
|
||||
}
|
||||
|
||||
.HyperMD-table-row-0
|
||||
{
|
||||
padding-top: 4px ;
|
||||
}
|
||||
|
||||
.CodeMirror-foldgutter-folded,
|
||||
.is-collapsed .nav-folder-collapse-indicator
|
||||
{
|
||||
color: var(--text-a) ;
|
||||
}
|
||||
|
||||
.nav-file-tag
|
||||
{
|
||||
color: var(--text-a) ;
|
||||
}
|
||||
|
||||
.is-active .nav-file-title
|
||||
{
|
||||
color: var(--text-a) ;
|
||||
background-color: var(--background-primary-alt) ;
|
||||
}
|
||||
|
||||
.nav-file-title
|
||||
{
|
||||
border-bottom-left-radius: 0 ;
|
||||
border-bottom-right-radius: 0 ;
|
||||
border-top-left-radius: 0 ;
|
||||
border-top-right-radius: 0 ;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
display: block ;
|
||||
margin-left: auto ;
|
||||
margin-right: auto ;
|
||||
}
|
||||
|
||||
.HyperMD-list-line
|
||||
{
|
||||
padding-top: 0 ;
|
||||
}
|
||||
|
||||
.CodeMirror-code,
|
||||
.CodeMirror-linenumber,
|
||||
.cm-formatting
|
||||
{
|
||||
font-family: var(--font-monospace) ;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.markdown-preview-section pre code,
|
||||
.markdown-preview-section code
|
||||
{
|
||||
font-size: 0.9em ;
|
||||
background-color: var(--pre-code) ;
|
||||
}
|
||||
|
||||
.markdown-preview-section pre code
|
||||
{
|
||||
padding: 4px ;
|
||||
line-height: 1.4em ;
|
||||
display: block ;
|
||||
color: var(--code-block) ;
|
||||
}
|
||||
|
||||
.markdown-preview-section code
|
||||
{
|
||||
color: var(--inline-code) ;
|
||||
}
|
||||
|
||||
.cm-s-obsidian,
|
||||
.cm-inline-code
|
||||
{
|
||||
-webkit-font-smoothing: auto ;
|
||||
}
|
||||
|
||||
.cm-inline-code
|
||||
{
|
||||
color: var(--inline-code) ;
|
||||
background-color: var(--pre-code) ;
|
||||
padding: 1px ;
|
||||
}
|
||||
|
||||
.workspace-leaf-header-title
|
||||
{
|
||||
font-weight: 600 ;
|
||||
}
|
||||
|
||||
.side-dock-title
|
||||
{
|
||||
padding-top: 15px ;
|
||||
font-size: 20px ;
|
||||
}
|
||||
|
||||
.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 ;
|
||||
}
|
||||
|
||||
.cm-s-obsidian,
|
||||
.markdown-preview-view
|
||||
{
|
||||
/* padding-left: 10px ; */
|
||||
padding-right: 10px ;
|
||||
}
|
||||
|
||||
/* 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 ;
|
||||
background-color: var(--dim-aqua);
|
||||
}
|
||||
|
||||
/* horizontal resize-handle */
|
||||
.workspace-split.mod-horizontal > * > .workspace-leaf-resize-handle
|
||||
{
|
||||
height: 1px ;
|
||||
background-color: var(--dim-aqua);
|
||||
}
|
||||
|
||||
/* 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 ;
|
||||
}
|
||||
|
||||
.markdown-embed
|
||||
{
|
||||
padding-left: 10px ;
|
||||
padding-right: 10px ;
|
||||
margin-left: 10px ;
|
||||
margin-right: 10px ;
|
||||
}
|
||||
|
||||
.cm-header-1,
|
||||
.markdown-preview-section h1
|
||||
{
|
||||
font-weight: 500 ;
|
||||
font-size: 34px ;
|
||||
color: var(--text-title-h1) ;
|
||||
}
|
||||
|
||||
.cm-header-2,
|
||||
.markdown-preview-section h2
|
||||
{
|
||||
font-weight: 500 ;
|
||||
font-size: 26px ;
|
||||
color: var(--text-title-h2) ;
|
||||
}
|
||||
|
||||
.cm-header-3,
|
||||
.markdown-preview-section h3
|
||||
{
|
||||
font-weight: 500 ;
|
||||
font-size: 22px ;
|
||||
color: var(--text-title-h3) ;
|
||||
}
|
||||
|
||||
.cm-header-4,
|
||||
.markdown-preview-section h4
|
||||
{
|
||||
font-weight: 500 ;
|
||||
font-size: 20px ;
|
||||
color: var(--text-title-h4) ;
|
||||
}
|
||||
|
||||
.cm-header-5,
|
||||
.markdown-preview-section h5
|
||||
{
|
||||
font-weight: 500 ;
|
||||
font-size: 18px ;
|
||||
color: var(--text-title-h5) ;
|
||||
}
|
||||
|
||||
.cm-header-6,
|
||||
.markdown-preview-section h6
|
||||
{
|
||||
font-weight: 500 ;
|
||||
font-size: 18px ;
|
||||
color: var(--text-title-h6) ;
|
||||
}
|
||||
|
||||
.suggestion-item.is-selected
|
||||
{
|
||||
background-color: var(--text-selection);
|
||||
}
|
||||
|
||||
.empty-state-container:hover
|
||||
{
|
||||
background-color: var(--background-secondary-alt);
|
||||
border: 5px solid var(--interactive-accent) ;
|
||||
}
|
||||
|
||||
.checkbox-container
|
||||
{
|
||||
background-color: var(--interactive-before);
|
||||
}
|
||||
|
||||
.checkbox-container:after
|
||||
{
|
||||
background-color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
.checkbox-container.is-enabled:after
|
||||
{
|
||||
background-color: var(--bg5-dark);
|
||||
}
|
||||
|
||||
.mod-cta
|
||||
{
|
||||
color: var(--background-secondary-alt) ;
|
||||
font-weight: 600 ;
|
||||
}
|
||||
|
||||
.mod-cta a
|
||||
{
|
||||
color: var(--background-secondary-alt) ;
|
||||
font-weight: 600 ;
|
||||
}
|
||||
|
||||
.mod-cta:hover
|
||||
{
|
||||
background-color: var(--interactive-before) ;
|
||||
font-weight: 600 ;
|
||||
}
|
||||
|
||||
.CodeMirror-cursor
|
||||
{
|
||||
background-color: var(--vim-cursor) ;
|
||||
opacity: 60% ;
|
||||
}
|
||||
|
||||
input.task-list-item-checkbox {
|
||||
border: 1px solid var(--faded-blue);
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input.task-list-item-checkbox:checked
|
||||
{
|
||||
background-color: var(--faded-blue);
|
||||
box-shadow: inset 0 0 0 2px var(--background-primary);
|
||||
}
|
||||
|
||||
::selection
|
||||
{
|
||||
background-color: var(--text-selection) ;
|
||||
}
|
||||
|
||||
.mermaid .note
|
||||
{
|
||||
fill: var(--dark3) ;
|
||||
}
|
||||
|
||||
.frontmatter-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Bullet point relationship lines */
|
||||
.cm-hmd-list-indent .cm-tab, ul ul { position: relative; }
|
||||
.cm-hmd-list-indent .cm-tab::before, ul ul::before {
|
||||
content:'';
|
||||
border-left: 1px solid var(--dim-blue);
|
||||
position: absolute;
|
||||
}
|
||||
.cm-hmd-list-indent .cm-tab::before { left: 0; top: -5px; bottom: -4px;
|
||||
}
|
||||
ul ul::before { left: -11px; top: 0; bottom: 0;
|
||||
}
|
||||
1058
content/Obsidian Vault/.obsidian/themes/Obsidian Windows 98 Edition.css
vendored
Normal file
1058
content/Obsidian Vault/.obsidian/themes/Obsidian Windows 98 Edition.css
vendored
Normal file
File diff suppressed because one or more lines are too long
587
content/Obsidian Vault/.obsidian/themes/Obsidian gruvbox.css
vendored
Normal file
587
content/Obsidian Vault/.obsidian/themes/Obsidian gruvbox.css
vendored
Normal file
@ -0,0 +1,587 @@
|
||||
|
||||
:root
|
||||
{
|
||||
--dark0-hard: #1d2021;
|
||||
--dark0: #282828;
|
||||
--dark0-soft: #32302f;
|
||||
--dark1: #3c3836;
|
||||
--dark2: #504945;
|
||||
--dark3: #665c54;
|
||||
--dark4: #7c6f64;
|
||||
|
||||
--gray: #928374;
|
||||
|
||||
--light0-hard: #f9f5d7;
|
||||
--light0: #fbf1c7;
|
||||
--light0-soft: #f2e5bc;
|
||||
--light1: #ebdbb2;
|
||||
--light2: #d5c4a1;
|
||||
--light3: #bdae93;
|
||||
--light4: #a89984;
|
||||
|
||||
--bright-red: #fb4934;
|
||||
--bright-green: #b8bb26;
|
||||
--bright-yellow: #fabd2f;
|
||||
--bright-blue: #83a598;
|
||||
--bright-purple: #d3869b;
|
||||
--bright-aqua: #8ec07c;
|
||||
--bright-orange: #fe8019;
|
||||
|
||||
--neutral-red: #cc241d;
|
||||
--neutral-green: #98971a;
|
||||
--neutral-yellow: #d79921;
|
||||
--neutral-blue: #458588;
|
||||
--neutral-purple: #b16286;
|
||||
--neutral-aqua: #689d6a;
|
||||
--neutral-orange: #d65d0e;
|
||||
|
||||
--faded-red: #9d0006;
|
||||
--faded-green: #79740e;
|
||||
--faded-yellow: #b57614;
|
||||
--faded-blue: #076678;
|
||||
--faded-purple: #8f3f71;
|
||||
--faded-aqua: #427b58;
|
||||
--faded-orange: #af3a03;
|
||||
}
|
||||
|
||||
.theme-dark
|
||||
{
|
||||
--background-primary: var(--dark0);
|
||||
--background-primary-alt: var(--dark0);
|
||||
--background-secondary: var(--dark0-hard);
|
||||
--background-secondary-alt: var(--dark1);
|
||||
--text-normal: var(--light0);
|
||||
--text-faint: var(--light3);
|
||||
--text-title-h1: var(--neutral-red);
|
||||
--text-title-h2: var(--neutral-orange);
|
||||
--text-title-h3: var(--neutral-yellow);
|
||||
--text-title-h4: var(--neutral-green);
|
||||
--text-title-h5: var(--neutral-aqua);
|
||||
--text-title-h6: var(--neutral-blue);
|
||||
--text-link: var(--bright-blue);
|
||||
--text-a: var(--bright-orange);
|
||||
--text-a-hover: var(--bright-blue);
|
||||
--text-mark: rgba(215, 153, 33, 0.4); /* neutral-yellow */
|
||||
--pre-code: var(--dark1);
|
||||
--text-highlight-bg: var(--faded-aqua);
|
||||
--interactive-accent: var(--bright-orange);
|
||||
--interactive-before: var(--dark4);
|
||||
--background-modifier-border: var(--dark2);
|
||||
--text-accent: var(--bright-orange);
|
||||
--interactive-accent-rgb: var(--bright-orange);
|
||||
--inline-code: var(--bright-blue);
|
||||
--code-block: var(--bright-blue);
|
||||
--vim-cursor: var(--bright-orange);
|
||||
--text-selection: rgba(168, 153, 132, 0.5); /* light4 */
|
||||
--text-tag: var(--bright-aqua);
|
||||
--task-checkbox: var(--dark4);
|
||||
--table-header: hsl(0, 0%, 14%);
|
||||
--table-row-even: hsl(0, 0%, 17%);
|
||||
--table-row-odd: hsl(0, 0%, 20%);
|
||||
--table-hover: var(--dark2);
|
||||
}
|
||||
|
||||
.theme-light
|
||||
{
|
||||
--background-primary: var(--light0);
|
||||
--background-primary-alt: var(--light0);
|
||||
--background-secondary: var(--light0-hard);
|
||||
--background-secondary-alt: var(--light1);
|
||||
--text-normal: var(--dark0);
|
||||
--text-faint: var(--dark3);
|
||||
--text-title-h1: var(--faded-red);
|
||||
--text-title-h2: var(--faded-orange);
|
||||
--text-title-h3: var(--faded-yellow);
|
||||
--text-title-h4: var(--faded-green);
|
||||
--text-title-h5: var(--faded-aqua);
|
||||
--text-title-h6: var(--faded-blue);
|
||||
--text-link: var(--neutral-blue);
|
||||
--text-a: var(--neutral-orange);
|
||||
--text-a-hover: var(--neutral-blue);
|
||||
--text-mark: rgba(215, 153, 33, 0.4); /* neutral-yellow */
|
||||
--pre-code: var(--light1);
|
||||
--text-highlight-bg: var(--bright-aqua);
|
||||
--interactive-accent: var(--neutral-orange);
|
||||
--interactive-before: var(--light4);
|
||||
--background-modifier-border: var(--light2);
|
||||
--text-accent: var(--neutral-orange);
|
||||
--interactive-accent-rgb: var(--neutral-orange);
|
||||
--inline-code: var(--neutral-blue);
|
||||
--vim-cursor: var(--neutral-orange);
|
||||
--text-selection: rgba(189, 174, 147, 0.5); /* light3 */
|
||||
--text-tag: var(--neutral-aqua);
|
||||
--task-checkbox: var(--light4);
|
||||
--table-header: hsl(43.2, 58.8%, 80%);
|
||||
--table-row-even: hsl(43.2, 58.8%, 83%);
|
||||
--table-row-odd: hsl(43.2, 58.8%, 86%);
|
||||
--table-hover: var(--light2);
|
||||
}
|
||||
|
||||
body {
|
||||
--font-text-theme: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
||||
|
||||
--font-monospace-theme: 'Hack Nerd Font', 'Source Code Pro', ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.graph-view.color-circle,
|
||||
.graph-view.color-fill-highlight,
|
||||
.graph-view.color-line-highlight
|
||||
{
|
||||
color: var(--interactive-accent-rgb) !important;
|
||||
}
|
||||
.graph-view.color-text
|
||||
{
|
||||
color: var(--text-a-hover) !important;
|
||||
}
|
||||
/*
|
||||
.graph-view.color-fill
|
||||
{
|
||||
color: var(--background-secondary);
|
||||
}
|
||||
.graph-view.color-line
|
||||
{
|
||||
color: var(--background-modifier-border);
|
||||
}
|
||||
*/
|
||||
|
||||
html,
|
||||
body
|
||||
{
|
||||
/* font-size: 16px !important; */
|
||||
}
|
||||
|
||||
strong
|
||||
{
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
a,
|
||||
.cm-hmd-internal-link
|
||||
{
|
||||
color: var(--text-a) !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
.cm-hmd-internal-link:hover,
|
||||
.cm-url
|
||||
{
|
||||
color: var(--text-a-hover) !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
a.tag, a.tag:hover {
|
||||
color: var(--text-tag) !important;
|
||||
background-color: var(--background-secondary-alt);
|
||||
padding: 2px 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
a.tag:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
mark
|
||||
{
|
||||
background-color: var(--text-mark);
|
||||
}
|
||||
|
||||
|
||||
.titlebar {
|
||||
background-color: var(--background-secondary-alt);
|
||||
}
|
||||
|
||||
.titlebar-inner {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid var(--background-secondary) !important;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: 600 !important;
|
||||
border: 0px !important;
|
||||
text-align: left;
|
||||
background-color: var(--table-header);
|
||||
color: var(--neutral-green);
|
||||
}
|
||||
|
||||
td {
|
||||
border-left: 0px !important;
|
||||
border-right: 0px !important;
|
||||
border-bottom: 1px solid var(--background-secondary) !important;
|
||||
}
|
||||
|
||||
tr:nth-child(even){ background-color: var(--table-row-even) }
|
||||
tr:nth-child(odd){ background-color: var(--table-row-odd) }
|
||||
tr:hover { background-color: var(--table-hover); }
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
.cm-hashtag-begin
|
||||
{
|
||||
color: var(--text-tag) !important;
|
||||
background-color: var(--background-secondary-alt);
|
||||
padding: 2px 0 2px 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.cm-hashtag-end
|
||||
{
|
||||
color: var(--text-tag) !important;
|
||||
background-color: var(--background-secondary-alt);
|
||||
padding: 2px 4px 2px 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.cm-hashtag-begin:hover, .cm-hashtag-end:hover
|
||||
{
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
/* 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-link,
|
||||
h1 a
|
||||
{
|
||||
color: var(--text-title-h1) !important;
|
||||
}
|
||||
|
||||
.cm-header-2.cm-link,
|
||||
h2 a
|
||||
{
|
||||
color: var(--text-title-h2) !important;
|
||||
}
|
||||
|
||||
.cm-header-3.cm-link,
|
||||
h3 a
|
||||
{
|
||||
color: var(--text-title-h3) !important;
|
||||
}
|
||||
.cm-header-4.cm-link,
|
||||
h4 a
|
||||
{
|
||||
color: var(--text-title-h4) !important;
|
||||
}
|
||||
.cm-header-5.cm-link,
|
||||
h5 a
|
||||
{
|
||||
color: var(--text-title-h5) !important;
|
||||
}
|
||||
.cm-header-6.cm-link,
|
||||
h6 a
|
||||
{
|
||||
color: var(--text-title-h6) !important;
|
||||
}
|
||||
|
||||
.cm-header {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
.HyperMD-header-1,
|
||||
.markdown-preview-section h1
|
||||
{
|
||||
font-weight: 500 !important;
|
||||
font-size: 2.2em !important;
|
||||
color: var(--text-title-h1) !important;
|
||||
}
|
||||
|
||||
.HyperMD-header-2,
|
||||
.markdown-preview-section h2
|
||||
{
|
||||
font-weight: 500 !important;
|
||||
font-size: 2.0em !important;
|
||||
color: var(--text-title-h2) !important;
|
||||
}
|
||||
|
||||
.HyperMD-header-3,
|
||||
.markdown-preview-section h3
|
||||
{
|
||||
font-weight: 500 !important;
|
||||
font-size: 1.8em !important;
|
||||
color: var(--text-title-h3) !important;
|
||||
}
|
||||
|
||||
.HyperMD-header-4,
|
||||
.markdown-preview-section h4
|
||||
{
|
||||
font-weight: 500 !important;
|
||||
font-size: 1.6em !important;
|
||||
color: var(--text-title-h4) !important;
|
||||
}
|
||||
|
||||
.HyperMD-header-5,
|
||||
.markdown-preview-section h5
|
||||
{
|
||||
font-weight: 500 !important;
|
||||
font-size: 1.4em !important;
|
||||
color: var(--text-title-h5) !important;
|
||||
}
|
||||
|
||||
.HyperMD-header-6,
|
||||
.markdown-preview-section h6
|
||||
{
|
||||
font-weight: 500 !important;
|
||||
font-size: 1.2em !important;
|
||||
color: var(--text-title-h6) !important;
|
||||
}
|
||||
|
||||
.suggestion-item.is-selected
|
||||
{
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
.empty-state-action:hover
|
||||
{
|
||||
color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
.empty-state-action:hover
|
||||
{
|
||||
color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
.checkbox-container
|
||||
{
|
||||
background-color: var(--interactive-before);
|
||||
}
|
||||
|
||||
.checkbox-container:after
|
||||
{
|
||||
background-color: var(--background-secondary-alt);
|
||||
}
|
||||
|
||||
.mod-cta
|
||||
{
|
||||
color: var(--background-secondary-alt) !important;
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
.mod-cta a
|
||||
{
|
||||
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(--task-checkbox);
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input.task-list-item-checkbox:checked
|
||||
{
|
||||
background-color: var(--task-checkbox);
|
||||
box-shadow: inset 0 0 0 2px var(--background-primary);
|
||||
}
|
||||
|
||||
::selection
|
||||
{
|
||||
background-color: var(--text-selection) !important;
|
||||
}
|
||||
|
||||
.mermaid .note
|
||||
{
|
||||
fill: var(--dark3) !important;
|
||||
}
|
||||
|
||||
1624
content/Obsidian Vault/.obsidian/themes/Obsidianite.css
vendored
Normal file
1624
content/Obsidian Vault/.obsidian/themes/Obsidianite.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
236
content/Obsidian Vault/.obsidian/themes/Wasp.css
vendored
Normal file
236
content/Obsidian Vault/.obsidian/themes/Wasp.css
vendored
Normal file
@ -0,0 +1,236 @@
|
||||
/* This Theme is called "Wasp" and Obsidian Theme created by Santi Younger */
|
||||
|
||||
/* Last Update:
|
||||
2021-07-27 14:48
|
||||
*/
|
||||
|
||||
:root
|
||||
{
|
||||
--font-monospace: "Source Code Pro", monospace;
|
||||
}
|
||||
|
||||
.theme-dark
|
||||
{
|
||||
--background-primary: #242424;
|
||||
--background-primary-alt: #242424;
|
||||
--background-secondary: #191919;
|
||||
--background-secondary-alt: #3D3D3D;
|
||||
--text-normal: #faf2d6;
|
||||
--text-faint: #bdae93;
|
||||
--text-title-h1: #E0E0E0;
|
||||
--text-title-h2: #E0E0E0;
|
||||
--text-title-h3: #E0E0E0;
|
||||
--text-title-h4: #E0E0E0;
|
||||
--text-title-h5: #E0E0E0;
|
||||
--text-title-h6: #E0E0E0;
|
||||
--text-highlight-bg: #640211;
|
||||
--text-link: #83a598;
|
||||
--text-a-hover: #83a598;
|
||||
--text-accent-hover: #D49335;
|
||||
/* ^^^ added for hover over bracket internal links */
|
||||
--inline-code: #83a598;
|
||||
--code-block: #83a598;
|
||||
--text-a: #f8c537;
|
||||
--interactive-accent: #f8c537;
|
||||
--text-accent: #f8c537;
|
||||
--text-on-accent: #fff;
|
||||
--interactive-accent-rgb: #f8c537;
|
||||
--vim-cursor: #f8c537;
|
||||
/* --text-mark: add text-mark if needed, this should work together with 'mark' */
|
||||
--pre-code: #;
|
||||
--interactive-before: #7c6f64;
|
||||
--background-modifier-border: #f8c537;
|
||||
--text-selection: #f8c537;
|
||||
}
|
||||
|
||||
.theme-dark .cm-s-obsidian span.obsidian-search-match-highlight {
|
||||
color: var(--text-normal);
|
||||
background-color: #483699;
|
||||
}
|
||||
|
||||
.theme-light
|
||||
{
|
||||
--background-primary: #EDEDED;
|
||||
--background-secondary: #C4C4C4;
|
||||
/* thick menu border */
|
||||
--background-primary-alt: #;
|
||||
--background-secondary-alt: #707070; /* ← ↓ corner */
|
||||
--text-normal: #1A2023;
|
||||
--text-faint: #DEDEDE;
|
||||
--text-title-h1: #D49335;
|
||||
--text-title-h2: #D49335;
|
||||
--text-title-h3: #D49335;
|
||||
--text-title-h4: #D49335;
|
||||
--text-title-h5: #D49335;
|
||||
--text-link: #D49335;
|
||||
--text-a-hover: #D49335;
|
||||
--text-accent-hover: #D49335;
|
||||
/* ^^^ added for hover over bracket internal links */
|
||||
--inline-code: #458588;
|
||||
/* --text-mark: add if needed */
|
||||
--pre-code: #bebebe;
|
||||
/* --text-highlight-bg: add if needed */
|
||||
--interactive-before: #a89984;
|
||||
--background-modifier-border: #D49335;
|
||||
--text-a: #961327;
|
||||
--interactive-accent: #f8c537;
|
||||
--text-accent: #961327;
|
||||
--interactive-accent-rgb: #961327;
|
||||
--vim-cursor: #961327;
|
||||
--text-selection: #EDC180;
|
||||
--text-white: #ffffff;
|
||||
}
|
||||
|
||||
.nav-file-title, .nav-folder-title {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.nav-file-title.is-active, .nav-folder-title.is-active, body:not(.is-grabbing) .nav-file-title:hover, body:not(.is-grabbing) .nav-folder-title:hover {
|
||||
background-color: var(--background-modifier-border);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.cm-s-obsidian span.cm-formatting-link {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.CodeMirror-guttermarker-subtle {
|
||||
color: var(--text-normal) !important;
|
||||
}
|
||||
|
||||
button.mod-cta {
|
||||
background-color: var(--interactive-accent);
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.vertical-tab-header-group-title {
|
||||
color: var(--text-white);
|
||||
}
|
||||
|
||||
.cm-header-1 {
|
||||
font-size: 18px;
|
||||
color: var(--text-title-h1) !important;
|
||||
}
|
||||
|
||||
.cm-header-2 {
|
||||
font-size: 18px;
|
||||
color: var(--text-title-h2) !important;
|
||||
}
|
||||
|
||||
.cm-header-3 {
|
||||
font-size: 18px;
|
||||
color: var(--text-title-h3) !important;
|
||||
}
|
||||
|
||||
.cm-header-4 {
|
||||
font-size: 18px;
|
||||
color: var(--text-title-h4) !important;
|
||||
}
|
||||
|
||||
.cm-header-5 {
|
||||
font-size: 18px;
|
||||
color: var(--text-title-h5) !important;
|
||||
}
|
||||
|
||||
.cm-header-6 {
|
||||
font-size: 18px;
|
||||
color: --text-normal;
|
||||
color: var(--text-title-h6) !important;
|
||||
}
|
||||
|
||||
.markdown-preview-view h1 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
color: var(--text-title-h1) !important;
|
||||
}
|
||||
|
||||
.markdown-preview-view h2 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
color: var(--text-title-h2) !important;
|
||||
}
|
||||
|
||||
.markdown-preview-view h3 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
color: var(--text-title-h3) !important;
|
||||
}
|
||||
|
||||
.markdown-preview-view h4 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
color: var(--text-title-h4) !important;
|
||||
}
|
||||
|
||||
.markdown-preview-view h5 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
color: var(--text-title-h5) !important;
|
||||
}
|
||||
|
||||
.markdown-preview-view h6 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
color: --text-normal;
|
||||
color: var(--text-title-h6) !important;
|
||||
}
|
||||
|
||||
/*-----------------------------------------*/
|
||||
/* End of main theme, extra functionality can be added below */
|
||||
|
||||
.markdown-source-view { font-family: var(--font-monospace)
|
||||
}
|
||||
|
||||
.cm-fat-cursor .CodeMirror-cursor {
|
||||
background-color: #f8c537 !important;
|
||||
opacity: 80% !important;
|
||||
width: 9px !important;
|
||||
visibility: visible !important
|
||||
}
|
||||
|
||||
.plugin-tabs .stayopen .view-header {
|
||||
border-bottom: 2px solid var(--interactive-accent)!important;
|
||||
}
|
||||
|
||||
.plugin-tabs .mod-root.workspace-split.mod-vertical div.workspace-leaf:not(.stayopen) > .workspace-leaf-content > .view-header .view-header-title::before{
|
||||
background-color:transparent!important
|
||||
}
|
||||
|
||||
.plugin-tabs .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf:not(.stayopen),
|
||||
.plugin-tabs .mod-root.workspace-split.mod-vertical > div.workspace-leaf:not(.stayopen){
|
||||
border-radius: 5px 5px 0px 0px!important;
|
||||
}
|
||||
|
||||
.plugin-tabs .mod-root.workspace-split.mod-vertical div.workspace-leaf{
|
||||
border-color: var(--background-secondary-alt)!important;
|
||||
border-bottom-width: 0px!important;
|
||||
border-right-width: 0px!important
|
||||
}
|
||||
|
||||
.theme-light.plugin-tabs .mod-root.workspace-split.mod-vertical div.workspace-leaf{
|
||||
border-color: var(--background-secondary-alt)!important;
|
||||
border-left-width:3px!important;
|
||||
border-bottom-width: 0px!important;
|
||||
border-right-width: 0px!important
|
||||
}
|
||||
|
||||
.plugin-tabs .mod-root.workspace-split.mod-vertical > div.workspace-leaf hr.workspace-leaf-resize-handle,
|
||||
.plugin-tabs .mod-root.workspace-split.mod-vertical > .mod-vertical hr.workspace-leaf-resize-handle{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.plugin-tabs .mod-root.workspace-split.mod-vertical div.workspace-leaf .view-header{
|
||||
border-left-color: transparent!important
|
||||
}
|
||||
|
||||
.plugin-tabs .workspace-split.mod-root > .workspace-leaf:last-of-type .workspace-leaf-content,
|
||||
.plugin-tabs .workspace-split.mod-root > .workspace-leaf:first-of-type .workspace-leaf-content {
|
||||
border-radius: 0px!important;
|
||||
}
|
||||
|
||||
.plugin-tabs .theme-dark .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.mod-active,
|
||||
.plugin-tabs .theme-dark .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active {
|
||||
border: 0!important;
|
||||
border-radius: 0px 0px 0px 0px!important;
|
||||
}
|
||||
168
content/Obsidian Vault/.obsidian/workspace
vendored
Normal file
168
content/Obsidian Vault/.obsidian/workspace
vendored
Normal file
@ -0,0 +1,168 @@
|
||||
{
|
||||
"main": {
|
||||
"id": "3dfe76e716fd37b6",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "e6ce38905c7e26b9",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "binomial series.md",
|
||||
"mode": "source"
|
||||
}
|
||||
},
|
||||
"group": "06317d38b659cb78"
|
||||
},
|
||||
{
|
||||
"id": "cdd64046e6539952",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "binomial series.md",
|
||||
"mode": "preview"
|
||||
}
|
||||
},
|
||||
"group": "06317d38b659cb78"
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "ad5c4b55035e3117",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "80e9ffa47fbb58b0",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "940526f040b0068d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dda4cedc3e1acfc9",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "tag:#math/calculus",
|
||||
"matchingCase": true,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "byModifiedTime"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d782cc74532b942b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "starred",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f83f90f0aa7ff5f0",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "sequence.md",
|
||||
"mode": "preview"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "72769155e5467b05",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "4e235122ff08a6b6",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "6fbae27c4e9558a3",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "binomial series.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "62f74522b44cd8cf",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "binomial series.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d2a780e8f87d19f7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "binomial series.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d955da1879dc9900",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 3
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"active": "cdd64046e6539952",
|
||||
"lastOpenFiles": [
|
||||
"binomial series.md",
|
||||
"taylor.md",
|
||||
"power series.md",
|
||||
"orthogonal.md",
|
||||
"Series.md",
|
||||
"strategies for computing sum of series.md",
|
||||
"remnote backup/taxes.md",
|
||||
"remnote backup/why square and then square root when getting standard deviation??.md",
|
||||
"remnote backup/The Eternal Family Unit 6 .md",
|
||||
"Pasted image 20220518001233.png"
|
||||
]
|
||||
}
|
||||
632
content/Obsidian Vault/.obsidian/workspaces.json
vendored
Normal file
632
content/Obsidian Vault/.obsidian/workspaces.json
vendored
Normal file
@ -0,0 +1,632 @@
|
||||
{
|
||||
"workspaces": {
|
||||
"lecture notes": {
|
||||
"main": {
|
||||
"id": "67981a8049665b34",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "077d6f45882b83a8",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "pdf",
|
||||
"state": {
|
||||
"file": "econometrics/378 Lecture notes(1).pdf"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "b8ad270fe663e65a",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "d87ecb8f9804756b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "econometrics/stats-econ-lecture-notes.md",
|
||||
"mode": "source"
|
||||
}
|
||||
},
|
||||
"group": "8d1dc6bb4c13b81b"
|
||||
},
|
||||
{
|
||||
"id": "36497da6fa514d3e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "econometrics/stats-econ-lecture-notes.md",
|
||||
"mode": "preview"
|
||||
}
|
||||
},
|
||||
"group": "8d1dc6bb4c13b81b"
|
||||
}
|
||||
],
|
||||
"direction": "horizontal"
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "0f07534aad04d662",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "890d0e6748a944c5",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "2d6b999f0713592d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "b101b92a733f1622",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "tag:#church",
|
||||
"matchingCase": false,
|
||||
"explainSearch": true,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "336800316d62f6c2",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "starred",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"right": {
|
||||
"id": "246755fc16d44f80",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "1e8b8550ca314c1c",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "a69442234bdccff8",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "econometrics/stats-econ-lecture-notes.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dc2a8278a5403c1c",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "0af34b5c22ee577a",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "econometrics/stats-econ-lecture-notes.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d3f5a063388285ed",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "econometrics/stats-econ-lecture-notes.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"active": "d87ecb8f9804756b"
|
||||
},
|
||||
"bio": {
|
||||
"main": {
|
||||
"id": "3dfe76e716fd37b6",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "aeffcd8c6ac3e690",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "dna replication, short tandem repeats.md",
|
||||
"mode": "source"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "04edebe9cbfda31d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "sequence dna.md",
|
||||
"mode": "source"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "ad5c4b55035e3117",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "80e9ffa47fbb58b0",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "940526f040b0068d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dda4cedc3e1acfc9",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "sequence file:",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d782cc74532b942b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "starred",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f83f90f0aa7ff5f0",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "empty",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "72769155e5467b05",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "4e235122ff08a6b6",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "6fbae27c4e9558a3",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "sequence dna.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "62f74522b44cd8cf",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "sequence dna.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d2a780e8f87d19f7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "sequence dna.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d955da1879dc9900",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"active": "04edebe9cbfda31d"
|
||||
},
|
||||
"calc": {
|
||||
"main": {
|
||||
"id": "3dfe76e716fd37b6",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "b17ae6b294e65d2e",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "e6eedd85e96699a5",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "calc questions.md",
|
||||
"mode": "source"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d8318de744e2cbb3",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Series.md",
|
||||
"mode": "preview"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "ad5c4b55035e3117",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "80e9ffa47fbb58b0",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "940526f040b0068d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dda4cedc3e1acfc9",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "tag:#math/calculus",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d782cc74532b942b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "starred",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f83f90f0aa7ff5f0",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "sequence.md",
|
||||
"mode": "preview"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "72769155e5467b05",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "4e235122ff08a6b6",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "6fbae27c4e9558a3",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "calc questions.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "62f74522b44cd8cf",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "calc questions.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d2a780e8f87d19f7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "calc questions.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d955da1879dc9900",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 3
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"active": "e6eedd85e96699a5"
|
||||
},
|
||||
"linear algebra": {
|
||||
"main": {
|
||||
"id": "3dfe76e716fd37b6",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "e6eedd85e96699a5",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Subspaces.md",
|
||||
"mode": "source"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "3ad35ac6bfd9e982",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Subspaces.md",
|
||||
"mode": "preview"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "ad5c4b55035e3117",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "80e9ffa47fbb58b0",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "940526f040b0068d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dda4cedc3e1acfc9",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "tag:#math/linear_algebra dep",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d782cc74532b942b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "starred",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f83f90f0aa7ff5f0",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "sequences.md",
|
||||
"mode": "preview"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "72769155e5467b05",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "4e235122ff08a6b6",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "6fbae27c4e9558a3",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Subspaces.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "62f74522b44cd8cf",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Subspaces.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d2a780e8f87d19f7",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Subspaces.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d955da1879dc9900",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 3
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"active": "e6eedd85e96699a5"
|
||||
}
|
||||
},
|
||||
"active": "calc"
|
||||
}
|
||||
21362
content/Obsidian Vault/378-Lecture-notes.txt
Normal file
21362
content/Obsidian Vault/378-Lecture-notes.txt
Normal file
File diff suppressed because one or more lines are too long
13
content/Obsidian Vault/Alternating Series Test.md
Normal file
13
content/Obsidian Vault/Alternating Series Test.md
Normal file
@ -0,0 +1,13 @@
|
||||
#math/calculus
|
||||
|
||||
another freaking test for convergence/divergence of a series
|
||||
|
||||
apparently even $\sum\limits \frac{1}{n}$ converges when it's alternating. Just take out the $(-1)^{n}$.
|
||||
|
||||
# procedure
|
||||
take out the $(-1)^{n}$, and you're left with $b_{n}$, if $\lim_{n->\infty} b_{n} = 0$, and $b_{n+1}\leq b_n$ for all $n$, then the whole series converges.
|
||||
|
||||
# absolute vs conditional convergence
|
||||
|
||||
# error
|
||||
edek: ![[Pasted image 20220526122840.png]]
|
||||
16
content/Obsidian Vault/Approximation.md
Normal file
16
content/Obsidian Vault/Approximation.md
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
#math/calculus
|
||||
|
||||
# approximate an integral
|
||||
these are cool because these functions can approximate any integral, even if the integration cannot be calculated by hand. imo, this is how every integral should be done, since we have so many computers.
|
||||
|
||||
## trapezoidal
|
||||
![[PXL_20220511_145131617~3.jpg]]
|
||||
### error formula
|
||||
$$|E_T|=\frac{k(b-a)^{3}}{12n^{2}}$$
|
||||
|
||||
## midpoint
|
||||
![[PXL_20220511_145131617~2 1.jpg]]
|
||||
|
||||
### error formula
|
||||
$$|E_M|=\frac{k(b-a)^{3}}{24n^{2}}$$
|
||||
1
content/Obsidian Vault/BYU wifi.md
Normal file
1
content/Obsidian Vault/BYU wifi.md
Normal file
@ -0,0 +1 @@
|
||||
![[Screenshot_20220427-101325.png]]
|
||||
10
content/Obsidian Vault/Bayes' Rule.md
Normal file
10
content/Obsidian Vault/Bayes' Rule.md
Normal file
@ -0,0 +1,10 @@
|
||||
#math #stats
|
||||
P(A)P(B|A) = P(B)P(A|B)
|
||||
If you know P(A|B) and want P(B|A):
|
||||
#### definition of [[Conditional Expectations|conditional probability]]:
|
||||
$$P(B|A)=\frac{P(B)P(A|B)}{P(A)}$$
|
||||
since
|
||||
$$P(B|A)=\frac{P(B\cap A)}{P(A)}$$
|
||||
because of [[joint probability]].
|
||||
|
||||
[wikipedia](https://en.wikipedia.org/wiki/Bayes%27_theorem)
|
||||
4
content/Obsidian Vault/Bernoulli Distribution.md
Normal file
4
content/Obsidian Vault/Bernoulli Distribution.md
Normal file
@ -0,0 +1,4 @@
|
||||
#econ #stats
|
||||
|
||||
Sample distribution type: Normal
|
||||
The population variance is $p(1-p)$, thus the variance of the sample means is $\sigma_{\hat \mu}^2 = \frac{p(1-p)}{n}$ because [[confidence intervals#^ae395f]]
|
||||
1
content/Obsidian Vault/Bored.md
Normal file
1
content/Obsidian Vault/Bored.md
Normal file
@ -0,0 +1 @@
|
||||
Go on TV tropes
|
||||
3
content/Obsidian Vault/Carbonara recipe.md
Normal file
3
content/Obsidian Vault/Carbonara recipe.md
Normal file
@ -0,0 +1,3 @@
|
||||
#recipe
|
||||
|
||||
RECIPE: (sorry for my bad english, I’m Italian btw) Ok then: First of all you should put the amount of black pepper you’d like to use (it depends on ur personal taste) on the cooking pan, turn on the cooker and toast it for something like 2mins. While it’s toasting, prepare your carbocream respecting these rules: 2 egg yolks per persone, never use the full egg. Pecorino (or parmesan if you like soft flavors) must ALWAY be much more than eggs, by mixing them you shouldn’t obtain a cream, you should rather end up with having a carbocream with a texture similar to tomate paste’s. Once the black pepper is toasted put it into the carbocream and mix. After doing this, pick another cooking pan, put water in it (not too much tho) and start boiling it. Then, in the same cooking pan as pepper put in guanciale (it’s really important to have guanciale, otherwise if you can’t find it go on with bacon, sigh) and turn the cooker on, and let it’s fats go out (the liquid you get is EXTREMELY important, that’s why guanciale’s better: it has way more fats than bacon), while you’re doing that probably the water will already be boiling, so salt it (only after it boils) and put the pasta. After you notice the bacon or guanciale is crunchy enough, remove it from the pan (watch out from not removing the fats liquid) and put the half of the fats it produced into the carbocream and mix it, now it will become much more similar to an ordinary cream. After cooking the pasta for 3/4 of the minutes you have to turn down the cooker, take some pasta water into a case or another pan (you have to pick up at least 3/4 dippers of pasta water, THAT’S REALLY IMPORTANT otherwise your dish won’t be even half as creamy as mine), then drain the pasta, turn on the cookers on the guanciale’s pan (which now has only liquid fats) and after 30 secs put in it the pasta water, let it boil (it will boil very quickly, max after 25/30 sec) and then put in the pasta. Cook it the remaining 1/4 of the time eventually adding more water if you notice that there isn’t enough and here you go. If u notice a soft cream made of pasta water you know u did it well. Then turn off the cooker (IT’S VERY IMPORTANT TO TURN IT OFF), wait 15 sec and put in the pasta the carbocream, then mix and mix and mix until it’s as creamy as mine. Then just put bacon or guanciale on it and here you go!
|
||||
3
content/Obsidian Vault/Class Forum.md
Normal file
3
content/Obsidian Vault/Class Forum.md
Normal file
@ -0,0 +1,3 @@
|
||||
#ideas
|
||||
A university research group on learning and human computer interaction.
|
||||
Investigates and implements internet forums, chat rooms, discords, slacks, subreddits, stack overflows, and group chats for question-answers between students, professors and TAs.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user