Base sync backup: 2025-01-16 00:06:10

This commit is contained in:
Stitch505
2025-01-16 00:06:11 +04:00
parent a873a47b1c
commit dd236086a6
668 changed files with 145069 additions and 0 deletions

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

@@ -0,0 +1,7 @@
{
"trashOption": "local",
"promptDelete": false,
"attachmentFolderPath": "./Cache/Screen",
"showLineNumber": true,
"alwaysUpdateLinks": true
}

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

@@ -0,0 +1,5 @@
{
"cssTheme": "Mado Miniflow",
"theme": "moonstone",
"accentColor": "#283e3a"
}

3
.obsidian/backlink.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"backlinkInDocument": true
}

5
.obsidian/command-palette.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"pinned": [
"insert-template"
]
}

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

@@ -0,0 +1,6 @@
[
"obsidian-git",
"dataview",
"mood-tracker",
"meld-encrypt"
]

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

@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": false,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": false,
"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
}

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

@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": false,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": false,
"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
}

4
.obsidian/daily-notes.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"folder": "Ежедневник",
"template": "Шаблоны/Дневной Шаблон"
}

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.5087618855792603,
"close": true
}

26
.obsidian/hotkeys.json vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"obsidian-style-settings:show-style-settings-leaf": [
{
"modifiers": [
"Mod"
],
"key": "Numpad3"
}
],
"editor:insert-callout": [
{
"modifiers": [
"Mod"
],
"key": "Q"
}
],
"obsidian-git:push": [
{
"modifiers": [
"Mod"
],
"key": "S"
}
]
}

4
.obsidian/note-composer.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"askBeforeMerging": true,
"template": "Шаблоны/2024-04-11 продуктивность"
}

20723
.obsidian/plugins/dataview/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.67",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",
"authorUrl": "https://github.com/blacksmithgu",
"helpUrl": "https://blacksmithgu.github.io/obsidian-dataview/",
"isDesktopOnly": false
}

146
.obsidian/plugins/dataview/styles.css vendored Normal file
View File

@@ -0,0 +1,146 @@
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
line-height: 1.0;
}
.block-language-dataview {
overflow-y: auto;
}
/*****************/
/** Table Views **/
/*****************/
/* 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 > tbody > tr:hover {
background-color: var(--table-row-background-hover);
}
.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%;
}
.table-view-table ul, .table-view-table ol {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Rendered value styling for any view. */
.dataview-result-list-root-ul {
padding: 0em !important;
margin: 0em !important;
}
.dataview-result-list-ul {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Generic grouping styling. */
.dataview.result-group {
padding-left: 8px;
}
/*******************/
/** Inline Fields **/
/*******************/
.dataview.inline-field-key {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-primary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-standalone-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}
/***************/
/** Task View **/
/***************/
.dataview.task-list-item, .dataview.task-list-basic-item {
margin-top: 3px;
margin-bottom: 3px;
transition: 0.4s;
}
.dataview.task-list-item:hover, .dataview.task-list-basic-item:hover {
background-color: var(--text-selection);
box-shadow: -40px 0 0 var(--text-selection);
cursor: pointer;
}
/*****************/
/** Error Views **/
/*****************/
div.dataview-error-box {
width: 100%;
min-height: 150px;
display: flex;
align-items: center;
justify-content: center;
border: 4px dashed var(--background-secondary);
}
.dataview-error-message {
color: var(--text-muted);
text-align: center;
}
/*************************/
/** Additional Metadata **/
/*************************/
.dataview.small-text {
font-size: smaller;
color: var(--text-muted);
margin-left: 3px;
}
.dataview.small-text::before {
content: "(";
}
.dataview.small-text::after {
content: ")";
}

View File

@@ -0,0 +1,13 @@
{
"confirmPassword": true,
"rememberPassword": true,
"rememberPasswordTimeout": 30,
"rememberPasswordLevel": "vault",
"featureWholeNoteEncrypt": {
"defaultView": "Source"
},
"featureInplaceEncrypt": {
"expandToWholeLines": false,
"showMarkerWhenReadingDefault": true
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,30 @@
<<<<<<< HEAD
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "2.3.7",
"minAppVersion": "1.0.3",
"description": "Hide secrets in your vault",
"author": "meld-cp",
"authorUrl": "https://github.com/meld-cp/obsidian-encrypt",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/cleon",
"GitHub Sponsor": "https://github.com/sponsors/meld-cp"
}
=======
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "2.3.7",
"minAppVersion": "1.0.3",
"description": "Hide secrets in your vault",
"author": "meld-cp",
"authorUrl": "https://github.com/meld-cp/obsidian-encrypt",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/cleon",
"GitHub Sponsor": "https://github.com/sponsors/meld-cp"
}
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2
}

View File

@@ -0,0 +1,106 @@
<<<<<<< HEAD
/* FEATURE WHOLE NOTE */
.meld-encrypt-encrypted-note-view-content{
display: flex;
flex-direction: column;
height: calc( 100vh - var(--header-height) * 2.5 ) !important;
}
.meld-encrypt-encrypted-note-view .encrypted-note-message{
text-align: center;
padding-bottom: 0.5em;
}
.meld-encrypt-encrypted-note-view .input-container{
max-width: 400px;
}
.meld-encrypt-encrypted-note-view .content-container{
width: 100%;
}
.meld-encrypt-encrypted-note-view .is-readable-line-width .content-container{
max-width: var(--file-line-width);
margin-left: auto;
margin-right: auto;
}
.meld-encrypt-encrypted-note-view .editor-reading-view{
user-select: text;
}
.meld-encrypt-encrypted-note-view .editor-reading-view,
.meld-encrypt-encrypted-note-view .editor-source-view{
padding-bottom: 233px;
}
/* END FEATURE WHOLE NOTE */
/* FEATURE IN LINE */
.meld-encrypt-inline-reading-marker {
cursor: pointer;
}
.meld-encrypt-decrypt-modal textarea{
width: 100%;
min-height: 3em;
resize: vertical;
}
=======
/* FEATURE WHOLE NOTE */
.meld-encrypt-encrypted-note-view-content{
display: flex;
flex-direction: column;
height: calc( 100vh - var(--header-height) * 2.5 ) !important;
}
.meld-encrypt-encrypted-note-view .encrypted-note-message{
text-align: center;
padding-bottom: 0.5em;
}
.meld-encrypt-encrypted-note-view .input-container{
max-width: 400px;
}
.meld-encrypt-encrypted-note-view .content-container{
width: 100%;
}
.meld-encrypt-encrypted-note-view .is-readable-line-width .content-container{
max-width: var(--file-line-width);
margin-left: auto;
margin-right: auto;
}
.meld-encrypt-encrypted-note-view .editor-reading-view{
user-select: text;
}
.meld-encrypt-encrypted-note-view .editor-reading-view,
.meld-encrypt-encrypted-note-view .editor-source-view{
padding-bottom: 233px;
}
/* END FEATURE WHOLE NOTE */
/* FEATURE IN LINE */
.meld-encrypt-inline-reading-marker {
cursor: pointer;
}
.meld-encrypt-decrypt-modal textarea{
width: 100%;
min-height: 3em;
resize: vertical;
}
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2
/* END FEATURE IN LINE */

134
.obsidian/plugins/mood-tracker/data.json vendored Normal file
View File

@@ -0,0 +1,134 @@
{
"folderPath": "./data/",
"emotionGroups": [
{
"id": "17c2b0b6-cead-4281-a830-e09dd2d851f2",
"name": "Любовь и радость",
"sortOrder": 0,
"color": "#76de91",
"emotions": [
"радостный",
"довольный",
"счастливый",
"веселый",
"восхищённый",
"блаженный",
"гордый",
"триумфальный",
"оптимистичный",
"стремящийся",
"полный надежд",
"восторженный",
"возбуждённый",
"эйфорический",
"очарованный",
"любящий",
"романтичный",
"ласковый",
"страстный",
"привлекательный",
"сентиментальный",
"сострадательный",
"спокойный",
"облегченный"
]
},
{
"id": "f4e5cdb9-a24d-4a16-9c10-ca567d419de2",
"name": "Нейтральный и неожиданный",
"sortOrder": 1,
"color": "#f2d05e",
"emotions": [
"ну окей",
"хорошо",
"скучно",
"удивлен",
"шокирован",
"встревожен",
"растерянный",
"разочарованный",
"озадаченный",
"пораженный",
"изумлённый",
"повернут",
"тронут"
]
},
{
"id": "5f18d172-d07b-4914-8715-e6e656a21697",
"name": "Гнев и стресс",
"sortOrder": 2,
"color": "#f04a1d",
"emotions": [
"напряженный",
"сердиться",
"разгневанный",
"ненавистный",
"враждебный",
"взволнованный",
"расстроенный",
"досадный",
"раздраженный",
"усугубленный",
"завистливый",
"завистливый",
"отвращение",
"презрительный"
]
},
{
"id": "275e754f-7186-4c5c-9e56-17c75aac623d",
"name": "Грусть и страх",
"sortOrder": 3,
"color": "#837ff0",
"emotions": [
"грустный",
"больной в самое сердце",
"мучительный",
"подавленный",
"печальный",
"разочарованный",
"встревоженный",
"недовольный",
"стыдливый",
"сожалеющий",
"виноватый",
"пренебрегаемый",
"изолированный",
"одинокий",
"отчаявшийся",
"скорбящий",
"бессильный",
"боязливый",
"испуганный",
"беспомощный",
"испуганный",
"паникующий",
"истеричный",
"неуверенный",
"неполноценный",
"неадекватный",
"нервный",
"тревожный",
"обеспокоенный",
"ужасный",
"униженный"
]
}
],
"moodRatingLabelDict": {
"1": "😨",
"2": "☹️",
"3": "😐",
"4": "🙂",
"5": "😊"
},
"moodRatingLabelSize": 3,
"entryTemplate": "{{TIME}} ----- {{ICON}} | {{NOTE}} | {{EMOTIONS}}",
"trackerModalTitle": "Как ты себя чувствуешь?",
"useEmotions": true,
"journalPosition": "## Моё настроение сегодня",
"addToJournal": true,
"journalFilePath": "Ежедневник/{{DATE:YYYY-MM-DD}}.md",
"chartColor": "#b26aba"
}

19202
.obsidian/plugins/mood-tracker/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
{
"id": "mood-tracker",
"name": "Mood Tracker",
"version": "1.4.0",
"minAppVersion": "1.0.0",
"description": "Track your moods & emotions easily. Visualize tracked history and browse the past entries.",
"author": "dartungar",
"authorUrl": "https://dartungar.com",
"fundingUrl": "https://www.paypal.com/paypalme/dartungar",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,13 @@
.mood-tracker-modal {
min-height: 400px;
}
.confirmation-modal {
display: flex;
flex-direction: column;
align-items: center;
}
.mood-tracker-notice-header {
font-weight: 900;
}

View File

@@ -0,0 +1,58 @@
{
"commitMessage": "Base sync backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 1,
"autoPushInterval": 1,
"autoPullInterval": 1,
"autoPullOnBoot": true,
"disablePush": true,
"pullBeforePush": true,
"disablePopups": false,
"disablePopupsForNoChanges": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": true,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "Auto base sync: {{date}}"
}

44951
.obsidian/plugins/obsidian-git/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03",
"id": "obsidian-git",
"name": "Git",
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.26.0"
}

View File

@@ -0,0 +1,562 @@
@keyframes loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.workspace-leaf-content[data-type="git-view"] .button-border {
border: 2px solid var(--interactive-accent);
border-radius: var(--radius-s);
}
.workspace-leaf-content[data-type="git-view"] .view-content {
padding: 0;
}
.workspace-leaf-content[data-type="git-history-view"] .view-content {
padding: 0;
}
.loading > svg {
animation: 2s linear infinite loading;
transform-origin: 50% 50%;
display: inline-block;
}
.obsidian-git-center {
margin: auto;
text-align: center;
width: 50%;
}
.obsidian-git-textarea {
display: block;
margin-left: auto;
margin-right: auto;
}
.obsidian-git-center-button {
display: block;
margin: 20px auto;
}
.tooltip.mod-left {
overflow-wrap: break-word;
}
.tooltip.mod-right {
overflow-wrap: break-word;
}
.git-tools {
display: flex;
margin-left: auto;
}
.git-tools .type {
padding-left: var(--size-2-1);
display: flex;
align-items: center;
justify-content: center;
width: 11px;
}
.git-tools .type[data-type="M"] {
color: orange;
}
.git-tools .type[data-type="D"] {
color: red;
}
.git-tools .buttons {
display: flex;
}
.git-tools .buttons > * {
padding: 0 0;
height: auto;
}
.is-active .git-tools .buttons > * {
color: var(--nav-item-color-active);
}
.git-author {
color: var(--text-accent);
}
.git-date {
color: var(--text-accent);
}
.git-ref {
color: var(--text-accent);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {
display: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-wrapper {
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header {
background-color: var(--background-primary);
border-bottom: 1px solid var(--interactive-accent);
font-family: var(--font-monospace);
height: 35px;
padding: 5px 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header,
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
font-size: 14px;
margin-left: auto;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-added {
border: 1px solid #b4e2b4;
border-radius: 5px 0 0 5px;
color: #399839;
padding: 2px;
text-align: right;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-deleted {
border: 1px solid #e9aeae;
border-radius: 0 5px 5px 0;
color: #c33;
margin-left: 1px;
padding: 2px;
text-align: left;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 15px;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-wrapper {
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
margin-bottom: 1em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
cursor: pointer;
display: none;
font-size: 12px;
justify-content: flex-end;
padding: 4px 8px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse.d2h-selected {
background-color: #c8e1ff;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse-input {
margin: 0 4px 0 0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-table {
border-collapse: collapse;
font-family: Menlo, Consolas, monospace;
font-size: 13px;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-files-diff {
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-diff {
overflow-y: hidden;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-side-diff {
display: inline-block;
margin-bottom: -8px;
margin-right: -4px;
overflow-x: scroll;
overflow-y: hidden;
width: 50%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line {
padding: 0 8em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
padding: 0 4.5em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-ctn {
word-wrap: normal;
background: none;
display: inline-block;
padding: 0;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
vertical-align: middle;
white-space: pre;
width: 100%;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
background-color: #ffb6ba;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
background-color: #8d232881;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins {
border-radius: 0.2em;
display: inline-block;
margin-top: -1px;
text-decoration: none;
vertical-align: middle;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #97f295;
text-align: left;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #1d921996;
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix {
word-wrap: normal;
background: none;
display: inline;
padding: 0;
white-space: pre;
}
.workspace-leaf-content[data-type="diff-view"] .line-num1 {
float: left;
}
.workspace-leaf-content[data-type="diff-view"] .line-num1,
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: 0 0.5em;
text-overflow: ellipsis;
width: 3.5em;
}
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
float: right;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
position: absolute;
text-align: right;
width: 7.5em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber:after {
content: "\200b";
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0 0.5em;
position: absolute;
text-align: right;
text-overflow: ellipsis;
width: 4em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
position: relative;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
content: "\200b";
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-emptyplaceholder,
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
direction: rtl;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-del {
background-color: #fee8e9;
border-color: #e9aeae;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
background-color: #dfd;
border-color: #b4e2b4;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-del {
background-color: #521b1d83;
border-color: #691d1d73;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
background-color: rgba(30, 71, 30, 0.5);
border-color: #13501381;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-info {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
color: var(--text-normal);
}
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-del.d2h-change {
background-color: #fdf2d0;
}
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-del.d2h-change {
background-color: #55492480;
}
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-ins.d2h-change {
background-color: #ded;
}
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-ins.d2h-change {
background-color: rgba(37, 78, 37, 0.418);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper {
margin-bottom: 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a {
color: #3572b0;
text-decoration: none;
}
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-list-wrapper
a:visited {
color: #3572b0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-header {
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-title {
font-weight: 700;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li {
border-bottom: 1px solid var(--background-modifier-border);
margin: 0;
padding: 5px 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li:last-child {
border-bottom: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-switch {
cursor: pointer;
display: none;
font-size: 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-icon {
fill: currentColor;
margin-right: 10px;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted {
color: #c33;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-added {
color: #399839;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-changed {
color: #d0b44c;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-moved {
color: #3572b0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-tag {
background-color: var(--background-primary);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 10px;
margin-left: 5px;
padding: 0 2px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted-tag {
border: 2px solid #c33;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-added-tag {
border: 1px solid #399839;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-changed-tag {
border: 1px solid #d0b44c;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-moved-tag {
border: 1px solid #3572b0;
}
/* ====================== Line Authoring Information ====================== */
.cm-gutterElement.obs-git-blame-gutter {
/* Add background color to spacing inbetween and around the gutter for better aesthetics */
border-width: 0px 2px 0.2px 2px;
border-style: solid;
border-color: var(--background-secondary);
background-color: var(--background-secondary);
}
.cm-gutterElement.obs-git-blame-gutter > div,
.line-author-settings-preview {
/* delegate text color to settings */
color: var(--obs-git-gutter-text);
font-family: monospace;
height: 100%; /* ensure, that age-based background color occupies entire parent */
text-align: right;
padding: 0px 6px 0px 6px;
white-space: pre; /* Keep spaces and do not collapse them. */
}
@media (max-width: 800px) {
/* hide git blame gutter not to superpose text */
.cm-gutterElement.obs-git-blame-gutter {
display: none;
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.51",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"helpUrl": "https://publish.obsidian.md/kanban/Obsidian+Kanban+Plugin",
"isDesktopOnly": false
}

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,10 @@
{
"id": "obsidian-kindle-plugin",
"name": "Kindle Highlights",
"version": "1.9.2",
"description": "Sync your Kindle book highlights using your Amazon login or uploading your My Clippings file",
"minAppVersion": "0.10.2",
"author": "Hady Osman",
"authorUrl": "https://hady.geek.nz",
"isDesktopOnly": true
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,22 @@
<<<<<<< HEAD
{
"id": "obsidian-markmind",
"name": "Markmind",
"version": "3.0.2",
"minAppVersion": "0.9.12",
"description": "This is a mindmap , outline tool for obsidian.",
"author": "Mark",
"authorUrl": "https://github.com/MarkMindCkm/obsidian-markmind",
"isDesktopOnly": false
=======
{
"id": "obsidian-markmind",
"name": "Markmind",
"version": "3.0.2",
"minAppVersion": "0.9.12",
"description": "This is a mindmap , outline tool for obsidian.",
"author": "Mark",
"authorUrl": "https://github.com/MarkMindCkm/obsidian-markmind",
"isDesktopOnly": false
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
{
"formatType": "normal",
"showRibbonIcon": true,
"bindEnter": true,
"bindTab": true
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,17 @@
{
"id": "table-editor-obsidian",
"name": "Advanced Tables",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "1.0.0",
"version": "0.21.0",
"js": "main.js",
"fundingUrl": {
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
"Paypal": "https://paypal.me/tgrosinger"
},
"donation": "https://buymeacoffee.com/tgrosinger"
}

View File

@@ -0,0 +1,78 @@
:root {
--advanced-tables-helper-size: 28px;
}
.HyperMD-table-row span.cm-inline-code {
font-size: 100%;
padding: 0px;
}
.advanced-tables-buttons>div>.title {
font-weight: var(--font-medium);
font-size: var(--nav-item-size);
color: var(--nav-item-color);
text-decoration: underline;
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
column-gap: 0.2rem;
margin: 0.2rem 0 0.2rem 0;
justify-content: start;
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container::before {
min-width: 2.6rem;
line-height: var(--advanced-tables-helper-size);
font-size: var(--nav-item-size);
font-weight: var(--nav-item-weight);
color: var(--nav-item-color);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container>* {
height: var(--advanced-tables-helper-size);
line-height: var(--advanced-tables-helper-size);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button {
width: var(--advanced-tables-helper-size);
height: var(--advanced-tables-helper-size);
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--radius-s);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button:hover {
background-color: var(--nav-item-background-hover);
color: var(--nav-item-color-hover);
font-weight: var(--nav-item-weight-hover);
}
.advanced-tables-row-label {
width: 50px;
}
.widget-icon {
width: 20px;
height: 20px;
fill: var(--text-muted);
}
.widget-icon:hover {
fill: var(--text-normal);
}
.advanced-tables-csv-export textarea {
height: 200px;
width: 100%;
}
.advanced-tables-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.advanced-tables-donate-button {
margin: 10px;
}

3
.obsidian/templates.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"folder": "22. Cache/Шаблоны"
}

View File

@@ -0,0 +1,19 @@
<<<<<<< HEAD
{
"name": "Cyber Glow",
"version": "1.3.7",
"minAppVersion": "1.3.0",
"author": "TheEmperorArt",
"authorUrl": "https://github.com/ArtexJay/Obsidian-CyberGlow"
}
=======
{
"name": "Cyber Glow",
"version": "1.3.7",
"minAppVersion": "1.3.0",
"author": "TheEmperorArt",
"authorUrl": "https://github.com/ArtexJay/Obsidian-CyberGlow"
}
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2

8698
.obsidian/themes/Cyber Glow/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,17 @@
<<<<<<< HEAD
{
"name": "GitHub Theme",
"version": "1.1.5",
"minAppVersion": "1.0.0",
"author": "@krios2146",
"authorUrl": "https://github.com/krios2146"
}
=======
{
"name": "GitHub Theme",
"version": "1.1.5",
"minAppVersion": "1.0.0",
"author": "@krios2146",
"authorUrl": "https://github.com/krios2146"
}
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2

2443
.obsidian/themes/GitHub Theme/theme.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
{
"name": "Mado Miniflow",
"version": "1.3.0",
"minAppVersion": "1.0.0",
"author": "hydescarf",
"authorUrl": "https://github.com/hydescarf/Obsidian-Theme-Mado-Miniflow"
}

3040
.obsidian/themes/Mado Miniflow/theme.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
{
"name": "Penumbra",
"version": "0.0.1",
"minAppVersion": "1.0.0",
"author": "Josef Bisits",
"authorUrl": "https://jbisits.github.io/"
}

409
.obsidian/themes/Penumbra/theme.css vendored Normal file
View File

@@ -0,0 +1,409 @@
.theme-dark {
--accent-h: 33;
--accent-s: 100%;
--accent-l: 96%;
--background-primary: #303338;
--background-primary-alt: #303338;
--background-secondary: #24272B;
--background-secondary-alt: #24272B;
--background-accent: #BEBEBE;
--background-modifier-border: #636363;
--background-modifier-form-field: #F2E6D4;
--background-modifier-form-field-highlighted: #636363;
--background-modifier-box-shadow: #636363;
--background-modifier-success: #539126;
--background-modifier-error: #3d0000;
--background-modifier-error-rgb: 61, 0, 0;
--background-modifier-error-hover: #470000;
--background-modifier-cover: rgba(0, 0, 0, 0.6);
--text-accent: #00A0BA;
--text-accent-hover: #00A0BA;
--text-normal: #8F8F8F;
--text-muted: #8F8F8F;
--text-faint: #636363;
--text-error: #e16d76;
--text-error-hover: #c9626a;
--text-highlight-bg: #F2E6D4;
--text-selection: #636363;
--text-on-accent: #636363;
--interactive-normal: #24272B;
--interactive-hover: #FFFDFB;
--interactive-accent: #F2E6D4;
--interactive-accent-hover: #FFFDFB;
--scrollbar-active-thumb-bg: #8F8F8F;
--scrollbar-bg: #303338;;
--scrollbar-thumb-bg: #303338;;
--panel-border-color: #F2E6D4;
--gray-1: #8F8F8F;
--gray-2: #636363;
--red: #CA7081;
--orange: #C27D40;
--green: #3EA57B;
--cyan: #00A0BA;
--purple: #AC78BD;
--blue: #6E8DD5;
--yellow: #92963A;
--background-modifier-hover: hsla(var(--accent-h), calc(var(--accent-s) - 35%), var(--accent-l), 0.06);
--divider-color-hover: #636363;
}
.theme-light {
--accent-h: 36;
--accent-s: 53%;
--accent-l: 89%;
--background-primary: #FFF7ED;
--background-primary-alt: #FFF7ED;
--background-secondary: #F2E6D4;
--background-secondary-alt: #F2E6D4;
--background-accent: #636363;
--background-modifier-border: #F2E6D4;
--background-modifier-form-field: #FFFDFB;
--background-modifier-form-field-highlighted: #FFFDFB;
--background-modifier-box-shadow: #FFFDFB;
--background-modifier-success: #539126;
--background-modifier-error: #3d0000;
--background-modifier-error-rgb: 61, 0, 0;
--background-modifier-error-hover: #470000;
--background-modifier-cover: rgba(0, 0, 0, 0.6);
--text-accent: #00A0BA;
--text-accent-hover: #00A0BA;
--text-normal: #8F8F8F;
--text-muted: #8F8F8F;
--text-faint: #BEBEBE;
--text-error: #e75545;
--text-error-hover: #f86959;
--text-highlight-bg: rgba(255, 255, 0, 0.4);
--text-selection: #FFFDFB;
--text-on-accent: #24272B;
--interactive-normal: #F2E6D4;
--interactive-hover: #BEBEBE;
--interactive-accent: #FFFDFB;
--interactive-accent-hover: hsl(var(--accent-h), calc(var(--accent-s) - 10%), calc(var(--accent-l) - 4%));
--scrollbar-active-thumb-bg: #F2E6D4;
--scrollbar-bg: #F2E6D4;
--scrollbar-thumb-bg: #F2E6D4;
--panel-border-color: #BEBEBE;
--gray-1: #8F8F8F;
--gray-2: #636363;
--red: #CA7081;
--orange: #C27D40;
--green: #3EA57B;
--cyan: #00A0BA;
--purple: #AC78BD;
--blue: #6E8DD5;
--yellow: #92963A;
}
.theme-dark, .theme-light {
--ribbon-background: var(--background-primary);
--drag-ghost-background: var(--background-secondary-alt);
--background-modifier-message: var(--background-secondary-alt);
--tab-outline-color: transparent;
--divider-color: transparent;
--prompt-border-color: var(--panel-border-color);
--modal-border-color: var(--panel-border-color);
--background-modifier-border-hover: var(--interactive-hover);
--background-modifier-border-focus: var(--interactive-hover);
--checkbox-color: var(--text-accent);
--checkbox-color-hover: var(--text-accent-hover);
--checklist-done-color: var(--text-faint);
--nav-item-background-active: var(--interactive-accent);
--nav-item-color-active: var(--interactice-hover);
--nav-item-color-hover: var(--background-accent);
--nav-item-color: var(--text-normal);
--nav-collapse-icon-color: var(--background-accent);
--icon-color: var(--text-normal);
--icon-color-hover: var(--background-accent);
--icon-color-focused: var(--background-accent);
--divider-color-hover: var(--interactive-accent-hover);
--metadata-property-background-active: var(--red);
--list-marker-color: var(--text-normal);
--link-color: var(--blue);
--link-color-hover: var(--blue);
--link-external-color: var(--blue);
--link-external-color-hover: var(--blue);
--drag-ghost-background: var(--background-secondary);
--drag-ghost-text-color: var(--red);
--tag-color: var(--yellow);
--tag-background: var(--background-primary-alt);
--tag-color-hover: var(--yellow);
--tag-background-hover: var(--background-primary-alt);
--tag-padding-x: 4px;
--tag-padding-y: 2px;
--tag-radius: 4px;
--inline-title-weight: var(--bold-weight);
--link-decoration: none;
--link-external-decoration: none;
--embed-padding: 0 0 0 var(--size-4-4);
--canvas-card-label-color: var(--text-normal);
--canvas-color-1: var(--red);
--canvas-color-2: var(--orange);
--canvas-color-3: var(--yellow);
--canvas-color-4: var(--green);
--canvas-color-5: var(--cyan);
--canvas-color-6: var(--purple);
--graph-text: var(--background-accent);
--graph-line: var(--text-faint);
--graph-node: var(--red);
--background-modifier-error-rgb: var(--color-red);
--background-modifier-error: var(--color-red);
--background-modifier-error-hover: var(--color-red);
--background-modifier-success-rgb: var(--color-green);
--background-modifier-success: var(--color-green);
--blockquote-background-color: var(--background-secondary);
--blockquote-border-color: var(--green);
--blockquote-font-style: italic;
--bold-color: var(--background-accent);
--code-background: var(--background-secondary);
--code-normal: var(--text-normal);
--code-comment: var(--text-faint);
--code-function: var(--purple);
--code-important: var(--red);
--code-keyword: var(--purple);
--code-operator: var(--blue) ;
--code-property: var(--red);
--code-punctuation: var(--green);
--code-string: var(--green) ;
--code-tag: var(--purple);
--code-value: var(--orange);
--h1-color: var(--background-accent);
--h2-color: var(--background-accent);
--h3-color: var(--background-accent);
--h4-color: var(--background-accent);
--h5-color: var(--background-accent);
--h6-color: var(--background-accent);
}
/* Search */
.search-result .search-result-file-title {
cursor: pointer;
}
.search-result .collapse-icon {
cursor: var(--cursor);
}
.search-result:not(.is-collapsed) .search-result-file-title {
color: var(--blue);
}
/* File tab separators */
.workspace .mod-root .workspace-tab-header-inner::after {
right: unset;
left: -0.5px;
}
.workspace .mod-root .workspace-tab-header:last-child .workspace-tab-header-inner::before {
position: absolute;
right: -0.5px;
width: 1px;
background-color: var(--tab-divider-color);
content: '';
height: 20px;
}
.workspace .mod-root .workspace-tab-header.is-active .workspace-tab-header-inner::after,
.workspace .mod-root .workspace-tab-header.is-active .workspace-tab-header-inner::before,
.workspace .mod-root .workspace-tab-header:first-child .workspace-tab-header-inner::after,
.workspace .mod-root .workspace-tab-header.is-active + .workspace-tab-header .workspace-tab-header-inner::after {
opacity: 0;
}
/* Editor and output */
.markdown-rendered blockquote {
padding: var(--embed-padding);
}
mjx-container {
text-align: center !important;
font-size: 1.1em;
}
.math-block {
font-size: 1.1em;
}
.theme-light :not(pre)>code,
.theme-light pre {
background: var(--background-primary);
box-shadow: inset 0 0 0 1px var(--background-primary-alt);
border-radius: 4px;
}
.markdown-preview-section > div h1,
.markdown-preview-section > div h2,
.markdown-preview-section > div h3,
.markdown-preview-section > div h4,
.markdown-preview-section > div h5,
.markdown-preview-section > div h6 {
margin-top: 40px;
}
.mod-header + div h1,
.mod-header + div h2,
.mod-header + div h3,
.mod-header + div h4,
.mod-header + div h5,
.mod-header + div h6 {
margin-top: 30px;
}
.cm-sizer > .inline-title {
margin-bottom: 20px;
}
/* Miscellaneous */
.theme-dark .dropdown:hover {
background-color: var(--background-modifier-form-field);
}
.tooltip {
color: var(--text-muted);
}
.nav-file, .nav-folder {
padding: 1px 2px;
}
body:not(.is-grabbing) .nav-file-title.is-being-dragged,
body:not(.is-grabbing) .nav-folder-title.is-being-dragged,
.nav-file-title.is-being-dragged,
.nav-folder-title.is-being-dragged {
background-color: var(--background-primary-alt);
color: var(--nav-item-color);
}
.view-header-title {
text-decoration: underline;
text-decoration-color: var(--text-muted);
text-underline-offset: 1.5px;
}
.status-bar {
border-color: var(--panel-border-color);
border-width: 1px;
padding: 4px 8px;
}
.theme-dark button.mod-warning {
--background-modifier-error: #d42020;
--background-modifier-error-hover: #b01515;
}
.theme-light button.mod-warning {
--background-modifier-error: #f23f3f;
--background-modifier-error-hover: #d72020;
}
/* Code syntax highlighting */
code[class*='language-'], pre[class*='language-'] {
text-align: left !important;
white-space: pre !important;
word-spacing: normal !important;
word-break: normal !important;
word-wrap: normal !important;
line-height: 1.5 !important;
tab-size: 4 !important;
hyphens: none !important;
}
/* Code blocks */
pre[class*='language-'] {
padding: 1em !important;
margin: .5em 0 !important;
overflow: auto !important;
background: var(--barckground-secondary);
}
/* Inline code */
:not(pre)>code[class*='language-'] {
padding: .1em !important;
border-radius: .3em !important;
white-space: normal !important;
background: var(--barckground-secondary);
}
.token.comment, .token.prolog, .token.doctype, .token.cdata,
.HyperMD-codeblock .cm-comment {
color: var(--gray-1) !important;
}
.token.punctuation,
.HyperMD-codeblock .cm-hmd-codeblock, .HyperMD-codeblock .cm-bracket {
color: var(--gray-2) !important;
}
.token.selector, .token.tag,
.HyperMD-codeblock .cm-tag, .HyperMD-codeblock .cm-property, .HyperMD-codeblock .cm-meta, .HyperMD-codeblock .cm-qualifier, .HyperMD-codeblock .cm-header, .HyperMD-codeblock .cm-quote, .HyperMD-codeblock .cm-hr, .HyperMD-codeblock .cm-link {
color: var(--red) !important;
}
.token.property, .token.boolean, .token.number, .token.constant, .token.symbol, .token.attr-name, .token.deleted,
.HyperMD-codeblock .cm-number, .HyperMD-codeblock .cm-atom, .HyperMD-codeblock .cm-attribute {
color: var(--orange) !important;
}
.token.string, .token.char, .token.attr-value, .token.builtin, .token.inserted,
.HyperMD-codeblock .cm-string, .HyperMD-codeblock .cm-builtin {
color: var(--green) !important;
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string,
.HyperMD-codeblock .cm-string-2, .HyperMD-codeblock .cm-operator {
color: var(--cyan) !important;
}
.token.atrule, .token.keyword,
.HyperMD-codeblock .cm-keyword {
color: var(--purple) !important;
}
.token.function, .token.macro.property,
.HyperMD-codeblock .cm-def, .HyperMD-codeblock .cm-variable {
color: var(--blue) !important;
}
.token.class-name,
.HyperMD-codeblock .cm-variable-2, .HyperMD-codeblock .cm-variable-3 {
color: var(--yellow) !important;
}
.token.regex, .token.important, .token.variable {
color: var(--purple) !important;
}
.token.important, .token.bold {
font-weight: bold !important;
}
.token.italic {
font-style: italic !important;
}
.token.entity {
cursor: help !important;
}

View File

@@ -0,0 +1,7 @@
{
"name": "Solarized",
"version": "1.0.9-beta",
"minAppVersion": "1.0.0",
"author": "harmtemolder",
"authorUrl": "https://github.com/harmtemolder"
}

268
.obsidian/themes/Solarized/theme.css vendored Normal file
View File

@@ -0,0 +1,268 @@
:root {
--base03-rgb: 0, 43, 54;
--base03: rgb(var(--base03-rgb));
--base02-rgb: 7, 54, 66;
--base02: rgb(var(--base02-rgb));
--base01-rgb: 88, 110, 117;
--base01: rgb(var(--base01-rgb));
--base00-rgb: 101, 123, 131;
--base00: rgb(var(--base00-rgb));
--base0-rgb: 131, 148, 150;
--base0: rgb(var(--base0-rgb));
--base1-rgb: 147, 161, 161;
--base1: rgb(var(--base1-rgb));
--base2-rgb: 238, 232, 213;
--base2: rgb(var(--base2-rgb));
--base3-rgb: 253, 246, 227;
--base3: rgb(var(--base3-rgb));
--yellow-rgb: 181, 137, 0;
--yellow: rgb(var(--yellow-rgb));
--orange-rgb: 203, 75, 22;
--orange: rgb(var(--orange-rgb));
--red-rgb: 220, 50, 47;
--red: rgb(var(--red-rgb));
--magenta-rgb: 211, 54, 130;
--magenta: rgb(var(--magenta-rgb));
--violet-rgb: 108, 113, 196;
--violet: rgb(var(--violet-rgb));
--blue-rgb: 38, 139, 210;
--blue: rgb(var(--blue-rgb));
--cyan-rgb: 42, 161, 152;
--cyan: rgb(var(--cyan-rgb));
--green-rgb: 133, 153, 0;
--green: rgb(var(--green-rgb));
}
.theme-dark {
/* Overwrite default theme colors */
--color-base-00: #1e1e1e;
--color-base-10: #242424;
--color-base-20: #262626;
--color-base-25: var(--base03);
--color-base-30: var(--base02);
--color-base-35: var(--base02);
--color-base-40: var(--base0);
--color-base-50: #666;
--color-base-60: #999;
--color-base-70: #bababa;
--color-base-100: #dadada;
/* Background */
--background-primary: var(--base03);
--background-primary-alt: var(--base02);
/* Text */
--text-normal: var(--base0);
--text-muted: var(--base00);
--text-faint: var(--base01);
/* File explorer */
--active-bg: var(--nav-item-background-active);
}
.theme-light {
/* Overwrite default theme colors */
--color-base-00: var(--base2);
--color-base-05: #fcfcfc;
--color-base-10: var(--base2);
--color-base-20: #f6f6f6;
--color-base-25: #e3e3e3;
--color-base-30: var(--base2);
--color-base-35: var(--base2);
--color-base-40: var(--base00);
--color-base-50: #ababab;
--color-base-60: #707070;
--color-base-70: #5a5a5a;
--color-base-100: #222222;
/* Background */
--background-primary: var(--base3);
--background-primary-alt: var(--base2);
/* Text */
--text-normal: var(--base00);
--text-muted: var(--base0);
--text-faint: var(--base1);
/* File explorer */
--active-bg: hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.1);
--nav-item-background-active: var(--active-bg);
}
.theme-dark,
.theme-light {
/* Overwrite default theme colors */
--color-red-rgb: var(--red-rgb);
--color-red: var(--red);
--color-green-rgb: var(--green-rgb);
--color-green: var(--green);
--color-orange: var(--orange);
--color-yellow: var(--yellow);
--color-cyan: var(--cyan);
--color-blue: var(--blue);
--color-purple: var(--violet);
--color-pink: var(--magenta);
--accent-h: 18;
--accent-s: 80%;
--accent-l: 44%;
--interactive-accent: var(--color-accent);
/* Background */
--background-secondary: var(--background-primary);
--background-secondary-alt: var(--background-primary-alt);
/* Text */
--text-on-accent: var(--background-primary);
/* Headings */
--text-title: var(--cyan);
--heading-formatting: var(--text-title);
--h1-color: var(--text-title);
--h2-color: var(--text-title);
--h3-color: var(--text-title);
--h4-color: var(--text-title);
--h5-color: var(--text-title);
--h6-color: var(--text-title);
/* Links */
--link-color: var(--blue);
--link-color-hover: var(--link-color);
--link-decoration: none;
--link-decoration-hover: underline;
--link-external-color: var(--violet);
--link-external-color-hover: var(--link-external-color);
--link-external-decoration: none;
--link-external-decoration-hover: underline;
--link-unresolved-color: var(--red);
--link-unresolved-color-hover: var(--link-unresolved-color);
--link-unresolved-opacity: unset;
--link-unresolved-decoration-color: var(--link-unresolved-color);
/* Code */
--code-normal: var(--text-normal);
--code-comment: var(--cyan);
--code-function: var(--blue);
--code-important: var(--orange);
--code-keyword: var(--green);
--code-operator: var(--code-normal);
--code-property: var(--code-normal);
--code-punctuation: var(--code-normal);
--code-string: var(--cyan);
--code-tag: var(--red);
--code-value: var(--magenta);
/* Tables */
--table-header-size: inherit;
--table-header-weight: var(--font-bold);
--table-header-color: inherit;
/* Highlights */
--text-highlight-bg: var(--color-accent);
--text-highlight-bg-active: var(--color-accent);
/* Checkboxes in reading view */
--checkbox-border-color: var(--interactive-accent);
--checkbox-border-color-hover: var(--interactive-accent-hover);
/* Hashtags */
--tag-padding-x: var(--tag-padding-y);
/* Focus border */
--background-modifier-border-focus: var(--interactive-accent);
}
.cm-s-obsidian {
/* Checkboxes */
/* Links */
/* Tables */
/* Search results */
/* Code */
/* Highlights */
}
.cm-s-obsidian span.cm-formatting-task {
color: var(--checkbox-color);
}
.cm-s-obsidian span.cm-formatting-link {
color: var(--link-color);
}
.cm-s-obsidian span.cm-formatting-link.cm-strikethrough {
text-decoration-line: line-through;
}
.cm-s-obsidian span.cm-link {
color: var(--link-external-color) !important;
}
.cm-s-obsidian span.cm-url.cm-strikethrough {
text-decoration-line: line-through;
}
.cm-s-obsidian .HyperMD-table-row-0 {
font-weight: var(--font-bold);
}
.cm-s-obsidian span.obsidian-search-match-highlight {
box-shadow: unset;
mix-blend-mode: unset;
border-radius: unset;
background: var(--green);
color: var(--text-on-accent);
padding: 2px 0;
}
.cm-s-obsidian span.cm-comment {
color: var(--code-comment);
}
.cm-s-obsidian span.cm-inline-code {
padding: 2px 0;
}
.cm-s-obsidian span.cm-formatting-highlight,
.cm-s-obsidian span.cm-highlight {
color: var(--text-on-accent);
padding: 2px 0;
}
/* More code */
.cm-def {
color: var(--code-function);
}
.cm-atom {
color: var(--code-value);
}
.cm-hmd-frontmatter.cm-hmd-frontmatter.cm-atom,
.cm-hmd-frontmatter.cm-hmd-frontmatter.cm-def {
color: var(--interactive-accent);
}
/* Search results */
.is-flashing {
border-radius: unset;
}
.search-result-file-matched-text {
color: var(--text-on-accent);
padding: 2px 0;
}
.markdown-rendered .internal-link.is-unresolved:hover {
color: var(--link-unresolved-color-hover);
text-decoration-color: var(--link-unresolved-color-hover);
}
/* Highlight current line */
.cm-active {
background: var(--active-bg);
}
.cm-active.cm-gutterElement {
color: var(--color-accent);
}
/* Hashtags */
.cm-hashtag.cm-hashtag-begin, .cm-hashtag.cm-hashtag-end {
border: unset;
border-radius: unset;
}
/* https://github.com/nothingislost/obsidian-dynamic-highlights */
.cm-current-word,
.cm-matched-word,
.cm-current-string,
.cm-matched-string {
background: var(--yellow);
color: var(--text-on-accent);
text-decoration: none;
padding: 2px 0;
}
/* File explorer */
.is-flashing {
color: var(--text-on-accent) !important;
}
.workspace-leaf.mod-active .nav-folder.has-focus > .nav-folder-title,
.workspace-leaf.mod-active .nav-file.has-focus > .nav-file-title {
box-shadow: 0 0 0 2px var(--color-accent);
}
/*# sourceMappingURL=theme.css.map */

9
.obsidian/types.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"создал заметку": "date",
"s": "checkbox"
}
}

201
.obsidian/workspace-mobile.json vendored Normal file
View File

@@ -0,0 +1,201 @@
{
"main": {
"id": "5ca91799c2f33a5a",
"type": "split",
"children": [
{
"id": "3addef07e9063fa9",
"type": "tabs",
"children": [
{
"id": "423cbd78fbbde356",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "5. Job/1. Отчетности/Январь 2025/10.01.25.md",
"mode": "source",
"backlinks": true,
"source": false
},
"icon": "lucide-file",
"title": "10.01.25"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "f11171713943a32f",
"type": "mobile-drawer",
"children": [
{
"id": "18ab10805cab785c",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
},
"icon": "lucide-folder-closed",
"title": "Файловый менеджер"
}
},
{
"id": "e8a57167d01a7e6c",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Поиск"
}
},
{
"id": "89683ba87ad3bd63",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
},
"icon": "lucide-tags",
"title": "Теги"
}
},
{
"id": "5cff39d54d62e401",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Закладки"
}
}
],
"currentTab": 0
},
"right": {
"id": "2405ebb5563179ad",
"type": "mobile-drawer",
"children": [
{
"id": "41b3b4dbc651f616",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "5. Job/1. Отчетности/Декабрь/10.12.24.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Обратные ссылки"
}
},
{
"id": "0b6a67f60e480fa4",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "Job/Добавление сетевого диска.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Исходящие ссылки"
}
},
{
"id": "0f57b005ca64f2a3",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Job/Добавление сетевого диска.md"
},
"icon": "lucide-list",
"title": "Структура"
}
}
],
"currentTab": 0
},
"left-ribbon": {
"hiddenItems": {
"switcher:Меню быстрого перехода": false,
"graph:Граф": false,
"templates:Вставить шаблон": false,
"command-palette:Открыть палитру команд": false,
"obsidian-git:Open Git source control": false,
"mood-tracker:Open Mood Tracker": false,
"mood-tracker:Open Mood Tracking History": false
}
},
"active": "423cbd78fbbde356",
"lastOpenFiles": [
"5. Job/1. Отчетности/Январь 2025/09.01.25.md",
"5. Job/1. Отчетности/Январь 2025/10.01.25.md",
"3. LINUX/ARCH/Установка ARCH.md",
"5. Job/1. Отчетности/Январь 2025",
"5. Job/1. Отчетности/Декабрь 2024/24.12.24.md",
"4. Книги и выводы о них/1. Логика.md",
"README.md",
"5. Job/1. Отчетности/Декабрь 2024/11.12.24.md",
"5. Job/2. Работа с линуксом/2. Линукс после установки.md",
"5. Job/1. Отчетности/Декабрь 2024/10.12.24.md",
"/5. Job/1. Отчетности/Декабрь/10.12.24.md",
"/5. Job/1. Отчетности/Декабрь/9 декабря.md",
"/5. Job/1. Отчетности/Декабрь/11.12.24.md",
"5. Job/1. Отчетности/Декабрь 2024/9 декабря.md",
"/5. Job/1. Отчетности/Декабрь/4 и 5 декабря.md",
"/5. Job/1. Отчетности/Декабрь/03.12.24.md",
"5. Job/1. Отчетности/Декабрь 2024/4 и 5 декабря.md",
"5. Job/1. Отчетности/Декабрь 2024/02.12.24.md",
"5. Job/1. Отчетности/Декабрь 2024/03.12.24.md",
"/5. Job/1. Отчетности/Ноябрь/29.11.24.md",
"2. Проекты/Gitea_Главная/Pass.mdenc",
"5. Job/1. Отчетности/Декабрь 2024",
"5. Job/1. Отчетности/Ноябрь 2024/29.11.24.md",
"22. Cache/Шаблоны/Ссылки для ПО.md",
"2.1 Ссылки на ПО/1. FIclash.md",
"/22. Cache/Шаблоны/Ссылки для ПО.md",
"/2.1 Ссылки на ПО/1. FIclash.md",
"2.1 Ссылки на ПО",
"/2.1 Ссылки на ПО",
"5. Job/1. Отчетности/Ноябрь 2024/28.11.24.md",
"5. Job/1. Отчетности/Ноябрь 2024/27.11.24.md",
"5. Job/2. Работа с линуксом/Редкое",
"5. Job/2. Работа с линуксом",
"5. Job/1. Отчетности/Октябрь 2024",
"5. Job/1. Отчетности/Ноябрь 2024",
"/5. Job/2. Работа с лиунксом/Редкое",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241024130618.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241022175206.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241022175141.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241022164345.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241021172618.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241021170339.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241021162905.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241021133747.png",
"5. Job/18. Cache/Screen/Screenshot_2024-10-14-11-14-22-82_948cd9899890cbd5c2798760b2b95377.jpg",
"5. Job/18. Cache/Screen/IMG20241111114831.jpg"
]
}

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

@@ -0,0 +1,228 @@
{
"main": {
"id": "e64e12000970a471",
"type": "split",
"children": [
{
"id": "509200329422122b",
"type": "tabs",
"children": [
{
"id": "18bc114be6da194a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2. Проекты/OBSIDIAN/Синхронизация PC.md",
"mode": "source",
"backlinks": true,
"source": false
},
"icon": "lucide-file",
"title": "Синхронизация PC"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "39fd286896463eac",
"type": "split",
"children": [
{
"id": "24f97c95a2b6f892",
"type": "tabs",
"children": [
{
"id": "4d72bff7ea0ba761",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Поиск"
}
},
{
"id": "206bc0d2868a2853",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Закладки"
}
},
{
"id": "4f612fc579d5b8a3",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
},
"icon": "lucide-folder-closed",
"title": "Файловый менеджер"
}
}
],
"currentTab": 2
}
],
"direction": "horizontal",
"width": 322
},
"right": {
"id": "515a2f9e2fde1737",
"type": "split",
"children": [
{
"id": "790f6db4c9c4d0e8",
"type": "tabs",
"children": [
{
"id": "90dade800c3e111a",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "2. Проекты/VPN_MARZBAN/2. Инструкция Marzban/2. Ручная установка и настройка marzban.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Обратные ссылки для 2. Ручная установка и настройка marzban"
}
},
{
"id": "fdbd92b3b4fe6f8c",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "2. Проекты/VPN_MARZBAN/2. Инструкция Marzban/2. Ручная установка и настройка marzban.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Исходящие ссылки из 2. Ручная установка и настройка marzban"
}
},
{
"id": "f8e356924a23413e",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
},
"icon": "lucide-tags",
"title": "Теги"
}
},
{
"id": "49f113236ff05933",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "2. Проекты/VPN_MARZBAN/2. Инструкция Marzban/2. Ручная установка и настройка marzban.md"
},
"icon": "lucide-list",
"title": "Структура 2. Ручная установка и настройка marzban"
}
},
{
"id": "9dde9784497dddf3",
"type": "leaf",
"state": {
"type": "git-view",
"state": {},
"icon": "lucide-file",
"title": "Плагин больше не активен"
}
}
],
"currentTab": 2
}
],
"direction": "horizontal",
"width": 200,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"templates:Вставить шаблон": false,
"graph:Граф": false,
"command-palette:Открыть палитру команд": false,
"switcher:Меню быстрого перехода": false,
"obsidian-git:Open Git source control": false,
"mood-tracker:Open Mood Tracker": false,
"mood-tracker:Open Mood Tracking History": false
}
},
"active": "18bc114be6da194a",
"lastOpenFiles": [
"transactions.ledger",
"data/mood-tracker-data.json",
"data",
"OS.rar",
"6. Цели/Цель к 5 октября.md",
"6. Цели/Задачи.md",
"6. Цели",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241021162905.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241024130618.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241022175141.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241022164345.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241022175206.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241021172618.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241021133747.png",
"5. Job/7. Учеба/Cache/Screen/Pasted image 20241021170339.png",
"5. Job/7. Учеба/Cache/Screen",
"5. Job/18. Cache/Screen/Screenshot_2024-10-14-11-14-22-82_948cd9899890cbd5c2798760b2b95377.jpg",
"5. Job/18. Cache/Screen/IMG20241111114821.jpg",
"5. Job/2. Работа с линуксом/Редкое/Установка принтера.md",
"5. Job/2. Работа с линуксом/Редкое/Установка linux.md",
"5. Job/2. Работа с линуксом/Редкое/Условия переноса.md",
"5. Job/2. Работа с линуксом/Редкое/Сжать pdf.md",
"5. Job/1. Отчетности/Декабрь 2024/9 декабря.md",
"5. Job/1. Отчетности/Декабрь 2024/4 и 5 декабря.md",
"5. Job/1. Отчетности/Декабрь 2024/19.12.24.md",
"5. Job/1. Отчетности/Декабрь 2024/24.12.24.md",
"5. Job/1. Отчетности/Декабрь 2024/18.11.24.md",
"5. Job/1. Отчетности/Декабрь 2024/17.12.24.md",
"5. Job/1. Отчетности/Декабрь 2024/16.11.24.md",
"5. Job/1. Отчетности/Декабрь 2024/11.12.24.md",
"5. Job/1. Отчетности/Январь 2025/10.01.25.md",
"5. Job/1. Отчетности/Декабрь 2024/03.12.24.md",
"5. Job/1. Отчетности/Декабрь 2024/10.12.24.md",
"5. Job/1. Отчетности/Декабрь 2024/02.12.24.md",
"5. Job/1. Отчетности/Январь 2025/09.01.25.md",
"5. Job/1. Отчетности/Ноябрь 2024/29.11.24.md",
"5. Job/1. Отчетности/Ноябрь 2024/27.11.24.md",
"5. Job/1. Отчетности/Ноябрь 2024/28.11.24.md",
"5. Job/1. Отчетности/Ноябрь 2024/25,10,24.md",
"5. Job/1. Отчетности/Ноябрь 2024/26,11,24.md",
"5. Job/1. Отчетности/Октябрь 2024/25.10.24.md",
"5. Job/7. Учеба/Cache",
"5. Job/18. Cache/Screen",
"5. Job/2. Работа с линуксом/Редкое",
"5. Job/1. Отчетности/Декабрь 2024",
"5. Job/1. Отчетности/Январь 2025"
]
}

0
.trash/!quote.md Normal file
View File

0
.trash/() 2.md Normal file
View File

0
.trash/() 3.md Normal file
View File

0
.trash/().md Normal file
View File

2
.trash/03.09.2024.md Normal file
View File

@@ -0,0 +1,2 @@

8
.trash/04.09.2024.md Normal file
View File

@@ -0,0 +1,8 @@
---
tags:
создал заметку: 2024-09-04
Прибыль: "0"
траты: 300р-атракционы
---
### Краткое описание
Потраченное время 4+ часа на ожидание клиента

View File

@@ -0,0 +1,8 @@
Моя работа:
1) Поднятие сервера, настройка, привязка домена к cloudflare, перенастройка на ру домены (антиопределение иностранного ip)
Работа клиента:
1) Оплата папары и физ карты, оплата сервера, оплата домена
> [!123123] ==Чел слился==
> Ожидание с 17 25

5
.trash/10.12.24.md Normal file
View File

@@ -0,0 +1,5 @@
inc-03147419 принтер у юриков, отправил заявку на ремонт
inc-03146480 не включается комп на матросова
inc-03146665 принтер на станках, подтянул айпи
Ооо

View File

@@ -0,0 +1,7 @@
---
tags:
- "#продуктивность_заметки"
создал заметку: 2024-04-10
---
### Краткое описание
Сегодня вообще нет желания кодить на HTML и взламывать пентагон. Ощущается депрессия из-за того, что проснулся в 5 утра, и узнал, что CSS - не язык программирования.

0
.trash/2024-09-03 2.md Normal file
View File

0
.trash/2024-09-03.md Normal file
View File

5
.trash/2024-09-04 2.md Normal file
View File

@@ -0,0 +1,5 @@
---
tags:
- "#продуктивность_заметки"
создал заметку: "{{date}}"
---

5
.trash/2024-09-04 3.md Normal file
View File

@@ -0,0 +1,5 @@
---
tags:
создал заметку: "2024-09-04"
---
Краткое описание

7
.trash/2024-09-04.md Normal file
View File

@@ -0,0 +1,7 @@
---
tags:
- "#продуктивность_заметки"
создал заметку: 2024-04-10
---
### Краткое описание
Сегодня вообще нет желания кодить на HTML и взламывать пентагон. Ощущается депрессия из-за того, что проснулся в 5 утра, и узнал, что CSS - не язык программирования.

View File

@@ -0,0 +1,6 @@
---
title: Подработка
allDay: true
date: 2024-09-05
completed: null
---

0
.trash/2024-09-06 2.md Normal file
View File

10
.trash/2024-09-06 3.md Normal file
View File

@@ -0,0 +1,10 @@
---
tags:
создал заметку: "2024-09-06"
---
- [ ] Таск [scheduled:: 2024-09-06T23:00]
### Краткое описание
## Моё настроение сегодня

7
.trash/2024-09-06.md Normal file
View File

@@ -0,0 +1,7 @@
---
tags:
создал заметку: "2024-09-06"
Прибыль:
траты:
---
### Краткое описание

View File

@@ -0,0 +1,7 @@
---
title: День города
allDay: true
date: 2024-09-07
completed: null
---
В 15 00

8
.trash/2024-09-08 2.md Normal file
View File

@@ -0,0 +1,8 @@
---
tags:
создал заметку: "2024-09-08"
---
### Краткое описание
## Моё настроение сегодня

8
.trash/2024-09-08.md Normal file
View File

@@ -0,0 +1,8 @@
---
tags:
создал заметку: "2024-09-08"
---
### Краткое описание
## Моё настроение сегодня

0
.trash/202409032220.md Normal file
View File

1
.trash/234234234.md Normal file
View File

@@ -0,0 +1 @@
234234234234234234

1
.trash/Nekit.md Normal file
View File

@@ -0,0 +1 @@
Nekit

View File

@@ -0,0 +1,6 @@
---
Грузчик:
создал заметку: 2024-09-04
---
### Краткое описание

10
.trash/Server.md Normal file
View File

@@ -0,0 +1,10 @@
---
tags:
- Server
создал заметку: ""
Дата работы:
Сколько работал?:
Сумма:
затрач. время:
---
### Краткое описание

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

1
.trash/Test/Testedas.md Normal file
View File

@@ -0,0 +1 @@
![[Pasted image 20240917174334.png]]

0
.trash/Ubuntu.md Normal file
View File

0
.trash/Untitled 1.md Normal file
View File

1
.trash/Untitled.md Normal file
View File

@@ -0,0 +1 @@
34234234234234

22
.trash/asdasdasd.md Normal file
View File

@@ -0,0 +1,22 @@
---
title: TestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTest
allDay: true
date: 2024-09-05
completed: null
---

View File

@@ -0,0 +1,12 @@

1
.trash/sdfxcvxcv.md Normal file
View File

@@ -0,0 +1 @@
xcvxcvxcv

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,8 @@
---
tags:
- Грузчик
создал заметку: 2024-04-10
Дата работы:
Сколько работал:
---
### Краткое описание

View File

@@ -0,0 +1 @@
{}

View File

View File

View File

View File

View File

@@ -0,0 +1,2 @@
^И запускаю его

View File

View File

@@ -0,0 +1,5 @@
---
tags:
- продуктивность_заметки
создал заметку: 2025-01-09
---

View File

@@ -0,0 +1,4 @@
{
"nodes":[],
"edges":[]
}

View File

View File

@@ -0,0 +1 @@
{}

View File

Some files were not shown because too many files have changed in this diff Show More