This commit is contained in:
snus xD
2026-02-25 14:01:01 +03:00
commit 3afb853cbd
139 changed files with 56188 additions and 0 deletions

7
.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"alwaysUpdateLinks": true,
"promptDelete": false,
"showInlineTitle": true,
"attachmentFolderPath": "_images",
"showUnsupportedFiles": true
}

12
.obsidian/appearance.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"cssTheme": "Cupertino",
"monospaceFontFamily": "Iosevka Term",
"baseFontSize": 18,
"baseFontSizeAction": true,
"nativeMenus": true,
"translucency": false,
"theme": "system",
"showViewHeader": true,
"showRibbon": true,
"accentColor": "#1c70ea"
}

4
.obsidian/community-plugins.json vendored Normal file
View File

@@ -0,0 +1,4 @@
[
"obsidian-latex-suite",
"obsidian-icon-folder"
]

33
.obsidian/core-plugins.json vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false,
"webviewer": false,
"footnotes": false,
"bases": true
}

22
.obsidian/graph.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.7288434640622188,
"close": true
}

View File

@@ -0,0 +1,43 @@
{
"settings": {
"migrated": 6,
"iconPacksPath": ".obsidian/icons",
"fontSize": 16,
"emojiStyle": "native",
"iconColor": null,
"recentlyUsedIcons": [
"LiQuestionMarkGlyph",
"LiBookCopy",
"LiImages",
"LiWorkflow",
"LiListTodo"
],
"recentlyUsedIconsSize": 5,
"rules": [],
"extraMargin": {
"top": 0,
"right": 4,
"bottom": 0,
"left": 0
},
"iconInTabsEnabled": false,
"iconInTitleEnabled": false,
"iconInTitlePosition": "above",
"iconInFrontmatterEnabled": false,
"iconInFrontmatterFieldName": "icon",
"iconColorInFrontmatterFieldName": "iconColor",
"iconsBackgroundCheckEnabled": false,
"iconsInNotesEnabled": true,
"iconsInLinksEnabled": true,
"iconIdentifier": ":",
"lucideIconPackType": "native",
"debugMode": false,
"useInternalPlugins": false
},
"Конспекты": "LiNotebookTabs",
"Задания": "LiListTodo",
"Работы": "LiWorkflow",
"_images": "LiImages",
"Учебники": "LiBookCopy",
"unsorted": "LiQuestionMarkGlyph"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-icon-folder",
"name": "Iconize",
"version": "2.14.7",
"minAppVersion": "0.9.12",
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
"author": "Florian Woelki",
"authorUrl": "https://florianwoelki.com/",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,120 @@
.iconize-inline-title-wrapper {
width: var(--line-width);
max-width: var(--max-width);
margin-inline: var(--content-margin);
}
.iconize-title-icon {
max-width: var(--max-width);
margin-right: var(--size-4-2);
}
.iconize-icon-in-link {
transform: translateY(20%);
margin-right: var(--size-2-2);
display: inline-flex;
}
.iconize-icon {
border: 1px solid transparent;
margin: 0px 4px 0px 0px;
display: flex;
align-self: center;
margin: auto 0;
}
.nav-folder-title,
.nav-file-title {
align-items: center;
}
.iconize-setting input[type='color'] {
margin: 0 6px;
}
.iconize-modal.prompt-results {
margin: 0;
overflow-y: auto;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.prompt .iconize-subheadline {
margin-top: 12px;
font-size: 12px;
color: gray;
grid-column-start: 1;
grid-column-end: 6;
}
@media (max-width: 640px) {
.iconize-modal.prompt-results {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.prompt .iconize-subheadline {
grid-column-end: 4;
}
}
.iconize-modal.prompt-results .suggestion-item {
cursor: pointer;
white-space: pre-wrap;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column-reverse;
text-align: center;
font-size: 13px;
color: var(--text-muted);
padding: 16px 8px;
line-break: auto;
word-break: break-word;
line-height: 1.3;
}
.iconize-modal.prompt-results .suggestion-item.suggestion-item__center {
justify-content: center;
}
.iconize-icon-preview {
font-size: 22px;
}
.iconize-icon-preview img {
width: 16px;
height: 16px;
}
.iconize-icon-preview svg {
width: 24px;
height: 24px;
color: currentColor;
margin-bottom: 4px;
}
.iconize-dragover {
position: relative;
}
.iconize-dragover-el {
position: absolute;
width: 100%;
height: 100%;
color: var(--text-normal);
background-color: var(--background-secondary-alt);
display: flex;
align-items: center;
justify-content: center;
}
/* Custom rule modal. */
.iconize-custom-modal .modal-content {
display: flex;
align-items: center;
justify-content: center;
}
.iconize-custom-modal .modal-content input {
width: 100%;
margin-right: 0.5rem;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "obsidian-latex-suite",
"name": "Latex Suite",
"version": "1.9.8",
"minAppVersion": "1.0.0",
"description": "Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements",
"author": "artisticat",
"authorUrl": "https://github.com/artisticat1",
"fundingUrl": "https://ko-fi.com/artisticat",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,235 @@
/* Settings panel */
.setting-item.hidden {
display: none;
}
.setting-item.setting-item-heading .latex-suite-settings-icon {
margin-right: var(--size-4-2);
display: inline-flex;
}
.setting-item.setting-item-heading:has(.latex-suite-settings-icon) {
border-bottom: 1px solid var(--background-modifier-border);
}
.setting-item.setting-item-heading:has(.latex-suite-settings-icon) + .setting-item {
border-top: none;
}
.setting-item.setting-item-heading:has(.latex-suite-settings-icon) ~ .setting-item:not(.setting-item-heading), .latex-suite-snippet-variables-setting + .setting-item-control {
width: calc(100% - 26px);
margin-left: 26px;
}
.latex-suite-snippet-variables-setting .setting-item-control {
height: 120px;
}
.latex-suite-snippet-variables-setting .setting-item-control textarea {
width: 100%;
height: 100%;
}
.snippets-text-area, .latex-suite-snippet-variables-setting {
display: inline-block;
}
.snippets-text-area .setting-item-info, .latex-suite-snippet-variables-setting .setting-item-info {
margin-bottom: 0.75rem;
}
.snippets-text-area .setting-item-control {
flex-direction: column;
align-items: flex-end;
}
.snippets-editor-wrapper {
width: 100%;
margin-bottom: 0.75rem;
}
.snippets-editor-wrapper .cm-editor {
border: 1px solid var(--background-modifier-border);
border-radius: 4px;
font-size: var(--font-inputs);
height: 20em;
outline: none !important;
text-align: left;
}
.snippets-editor-wrapper .cm-line, .snippets-editor-wrapper .cm-lineNumbers {
font-family: var(--font-monospace);
}
.snippets-footer {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.snippets-editor-validity {
display: flex;
align-items: center;
}
.snippets-editor-validity-indicator {
color: white;
display: inline-block;
border-radius: 1em;
margin-right: 10px;
cursor: default;
visibility: hidden;
}
.snippets-editor-validity-indicator svg {
width: 16px !important;
height: 16px !important;
}
.snippets-editor-validity-indicator:hover {
color: white;
}
.snippets-editor-validity-indicator.valid {
background-color: var(--color-green);
visibility: visible;
}
.snippets-editor-validity-indicator.invalid {
background-color: var(--color-red);
visibility: visible;
}
.snippets-editor-buttons {
display: flex;
flex-direction: row;
}
.latex-suite-confirmation-modal .setting-item {
border: none;
}
.search-input-container input.latex-suite-location-input-el {
width: initial;
}
/*
Snippet color classes.
*/
/* These extra selectors enforce their color on all children, because CodeMirror does weird nesting of spans when
nesting multiple decorations. */
.latex-suite-snippet-placeholder {
border-radius: 2px;
background-color: var(--placeholder-bg);
outline: var(--placeholder-outline) solid 1px;
}
.latex-suite-snippet-placeholder-0, span.latex-suite-snippet-placeholder-0 span {
--placeholder-bg: #87cefa2e;
--placeholder-outline: #87cefa6e;
}
.theme-dark .latex-suite-snippet-placeholder-0, span.latex-suite-snippet-placeholder-0 span {
--placeholder-outline: #87cefa43;
}
.latex-suite-snippet-placeholder-1, span.latex-suite-snippet-placeholder-1 span {
--placeholder-bg: #ffa50033;
--placeholder-outline: #ffa5006b;
}
.theme-dark .latex-suite-snippet-placeholder-1, span.latex-suite-snippet-placeholder-1 span {
--placeholder-outline: #ffa5004d;
}
.latex-suite-snippet-placeholder-2, span.latex-suite-snippet-placeholder-2 span {
--placeholder-bg: #00ff0022;
--placeholder-outline: #00ff0060;
}
.theme-dark .latex-suite-snippet-placeholder-2, span.latex-suite-snippet-placeholder-2 span {
--placeholder-outline: #00ff003d;
}
/* Conceal */
span.cm-math.cm-concealed-bold {
font-weight: bold;
}
span.cm-math.cm-concealed-underline {
text-decoration: underline;
}
span.cm-math.cm-concealed-mathrm, sub.cm-math.cm-concealed-mathrm {
font-style: normal;
}
/* Conceal superscripts without changing line height */
sup.cm-math {
line-height: 0;
}
sup.cm-math, sub.cm-math {
font-style: italic;
}
/* Inline math tooltip styling */
.theme-light .cm-tooltip.cm-tooltip-cursor {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.028), 0px 3.4px 6.7px rgba(0, 0, 0, .042), 0px 5px 20px rgba(0, 0, 0, .07);
}
.theme-dark .cm-tooltip.cm-tooltip-cursor {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1),
0px 3.4px 6.7px rgba(0, 0, 0, 0.15),
0px 0px 30px rgba(0, 0, 0, 0.27);
}
/* Highlight brackets */
.theme-light .latex-suite-highlighted-bracket, .theme-light .latex-suite-highlighted-bracket [class^="latex-suite-color-bracket-"] {
background-color: hsl(var(--accent-h), var(--accent-s), 40%, 0.3);
}
.theme-dark .latex-suite-highlighted-bracket, .theme-dark .latex-suite-highlighted-bracket [class^="latex-suite-color-bracket-"] {
background-color: hsl(var(--accent-h), var(--accent-s), 70%, 0.6);
}
/* Color matching brackets */
.theme-light .latex-suite-color-bracket-0, .theme-light .latex-suite-color-bracket-0 .cm-bracket {
color: #527aff;
}
.theme-dark .latex-suite-color-bracket-0, .theme-dark .latex-suite-color-bracket-0 .cm-bracket {
color: #47b8ff;
}
.theme-light .latex-suite-color-bracket-1, .theme-light .latex-suite-color-bracket-1 .cm-bracket {
color: #ff50b7;
}
.theme-dark .latex-suite-color-bracket-1, .theme-dark .latex-suite-color-bracket-1 .cm-bracket {
color: #ff55cd;
}
.theme-light .latex-suite-color-bracket-2, .theme-light .latex-suite-color-bracket-2 .cm-bracket {
color: #69ba00;
}
.theme-dark .latex-suite-color-bracket-2, .theme-dark .latex-suite-color-bracket-2 .cm-bracket {
color: #73ff63;
}
/* .latex-suite-color-bracket-3 {
color: #8de15c;
} */

View File

@@ -0,0 +1,8 @@
{
"name": "Cupertino",
"version": "3.2.5",
"minAppVersion": "1.11.6",
"author": "Alexis C",
"authorUrl": "https://github.com/aaaaalexis",
"fundingUrl": "https://www.buymeacoffee.com/sevenaxis"
}

147
.obsidian/themes/Cupertino/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
{
"name": "Material 3",
"version": "1.9.1",
"minAppVersion": "1.0.0",
"author": "HarmfulBreeze",
"authorUrl": "https://github.com/HarmfulBreeze"
}

1
.obsidian/themes/Material 3/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
{
"name": "Material Flat",
"version": "1.4.3",
"minAppVersion": "1.1.0",
"author": "Threethan, Joschua",
"authorUrl": "https://github.com/Threethan/"
}

2597
.obsidian/themes/Material Flat/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
{
"name": "Minimal",
"version": "8.1.5",
"minAppVersion": "1.9.0",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano"
}

2251
.obsidian/themes/Minimal/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

232
.obsidian/workspace.json vendored Normal file
View File

@@ -0,0 +1,232 @@
{
"main": {
"id": "960fdfb58c74e7f8",
"type": "split",
"children": [
{
"id": "8643818ba7836ce8",
"type": "tabs",
"children": [
{
"id": "ea6e5d00e34a7975",
"type": "leaf",
"state": {
"type": "graph",
"state": {},
"icon": "lucide-git-fork",
"title": "Graph view"
}
},
{
"id": "6dd4447182c2e2b7",
"type": "leaf",
"state": {
"type": "pdf",
"state": {
"file": "Учебники/Английский.pdf"
},
"icon": "lucide-file-text",
"title": "Английский"
}
}
],
"currentTab": 1
}
],
"direction": "vertical"
},
"left": {
"id": "0fc5741495bf466d",
"type": "split",
"children": [
{
"id": "1f0b93b14f17f477",
"type": "tabs",
"children": [
{
"id": "cde275d305ff3cf3",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "fc279ae42da6f590",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "tag:#Лекция",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "ef2b1c8fb3a2d292",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 324.5004348754883
},
"right": {
"id": "4399e0337c2c3a03",
"type": "split",
"children": [
{
"id": "a6bc2b8664505122",
"type": "tabs",
"children": [
{
"id": "58e3a7067e6075ad",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "2 СЕМ/Английский язык/АНГЛИЙСКИЙ ЯЗЫК В СФЕРЕ ЦИФРОВЫХ ТЕХНОЛОГИЙ И ТЕЛЕКОММУНИКАЦИЙ.pdf",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for АНГЛИЙСКИЙ ЯЗЫК В СФЕРЕ ЦИФРОВЫХ ТЕХНОЛОГИЙ И ТЕЛЕКОММУНИКАЦИЙ"
}
},
{
"id": "1fc2fbf248eaf9d4",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "ОРГ/08.09 ОРГ Практика.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from 08.09 ОРГ Практика"
}
},
{
"id": "687df79c231db392",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "1fe039fbca647d91",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "ОРГ/08.09 ОРГ Практика.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of 08.09 ОРГ Практика"
}
}
],
"currentTab": 2
}
],
"direction": "horizontal",
"width": 319.5,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"bases:Create new base": true,
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": true,
"templates:Insert template": true,
"command-palette:Open command palette": true
}
},
"active": "6dd4447182c2e2b7",
"lastOpenFiles": [
"Работы/Лабы/~$ИТ-ЛР1.docx",
"Учебники/Английский.pdf",
"Конспекты/2 СЕМ/10.02.md",
"Untitled.md",
"Untitled",
"Учебники/ВышМат Сборник Бек..pdf",
"Задания/ВышМат/ДЗ Высшая математика.md",
"unsorted/LaTeX shortcuts.md",
"Конспекты/2 СЕМ/Английский язык/АНГЛИЙСКИЙ ЯЗЫК В СФЕРЕ ЦИФРОВЫХ ТЕХНОЛОГИЙ И ТЕЛЕКОММУНИКАЦИЙ.pdf",
"Конспекты/1 СЕМ/Введение в профессию/Установка систем Windows, Linux, macOS. Мобильные ОС, сравнение..md",
"Конспекты/1 СЕМ/Английский/Модальные глаголы и их эквиваленты.md",
"Конспекты/1 СЕМ/Английский/Сложное подлежащее.md",
"Конспекты/1 СЕМ/Английский/Условные предложения.md",
"Конспекты/1 СЕМ/Английский/Текста короче да.md",
"Учебники",
"Конспекты/1 СЕМ/ОРГ/memi-klev-club-g3le-p-memi-super-umnii-chelovek-15.jpg",
"_images",
"_images/Pasted image 20251216164449.png",
"Конспекты/1 СЕМ/Вышмат/Матрица.md",
"Конспекты/1 СЕМ/композиции.md",
"Конспекты/1 СЕМ/АНЕКДОТ ДЛЯ НОВИКОВА.md",
"Конспекты/1 СЕМ/2025-12-17.md",
"Работы/Практики",
"Работы/Лабы",
"~$ИТ-ЛР1.docx",
"Отличия российской цивилизации от западной цивилизации.md",
"README.md",
"LaTex teach.md",
"Untitled 1.canvas",
"Untitled.canvas",
"Конспекты/2 СЕМ/Английский язык/Text summary 24 feb.md",
"Конспекты/1 СЕМ/Английский/11.11 Вопросы.md",
"TESTING.md",
"test.md",
"Конспекты/1 СЕМ/Английский/4 UNIT/Part 1/1 задание.md",
"2026-02-10.md",
"Конспекты/1 СЕМ/Вышмат/Производные.md",
"Конспекты/1 СЕМ/Вышмат/Определённый интеграл.md",
"Конспекты/1 СЕМ/Вышмат/Несобственные интегралы.md",
"_images/Pasted image 20251216164141.png",
"_images/Pasted image 20251216164139.png",
"Английский/Untitled.canvas",
"Pasted image 20251115145729.png",
"telegram-cloud-photo-size-2-5242271244680367818-w.jpg",
"telegram-cloud-photo-size-2-5242271244680367854-w.jpg",
"telegram-cloud-photo-size-2-5242271244680367853-w.jpg",
"telegram-cloud-photo-size-2-5242271244680367817-w.jpg"
]
}