vault backup: 2026-05-31 00:49:30
This commit is contained in:
Vendored
-1
@@ -1,7 +1,6 @@
|
|||||||
[
|
[
|
||||||
"calendar",
|
"calendar",
|
||||||
"digitalgarden",
|
"digitalgarden",
|
||||||
"obsidian-emoji-toolbar",
|
|
||||||
"editing-toolbar",
|
"editing-toolbar",
|
||||||
"obsidian-linter",
|
"obsidian-linter",
|
||||||
"metadata-menu",
|
"metadata-menu",
|
||||||
|
|||||||
+6
-6
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"lastVersion": "3.2.7",
|
"lastVersion": "3.2.7",
|
||||||
"aestheticStyle": "tiny",
|
"aestheticStyle": "glass",
|
||||||
"positionStyle": "top",
|
"positionStyle": "top",
|
||||||
"menuCommands": [
|
"menuCommands": [
|
||||||
{
|
{
|
||||||
@@ -1099,10 +1099,10 @@
|
|||||||
"viewTypeSettings": {},
|
"viewTypeSettings": {},
|
||||||
"appearanceByStyle": {
|
"appearanceByStyle": {
|
||||||
"top": {
|
"top": {
|
||||||
"toolbarBackgroundColor": "#1A2F28",
|
"toolbarBackgroundColor": "#2D3033",
|
||||||
"toolbarIconColor": "#D4AF37",
|
"toolbarIconColor": "#E2E8F0",
|
||||||
"toolbarIconSize": 18,
|
"toolbarIconSize": 18,
|
||||||
"aestheticStyle": "tiny"
|
"aestheticStyle": "glass"
|
||||||
},
|
},
|
||||||
"following": {
|
"following": {
|
||||||
"toolbarBackgroundColor": "rgba(var(--background-secondary-rgb), 0.7)",
|
"toolbarBackgroundColor": "rgba(var(--background-secondary-rgb), 0.7)",
|
||||||
@@ -1123,8 +1123,8 @@
|
|||||||
"aestheticStyle": "default"
|
"aestheticStyle": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"toolbarBackgroundColor": "#1A2F28",
|
"toolbarBackgroundColor": "#2D3033",
|
||||||
"toolbarIconColor": "#D4AF37",
|
"toolbarIconColor": "#E2E8F0",
|
||||||
"toolbarIconSize": 18,
|
"toolbarIconSize": 18,
|
||||||
"useCurrentLineForRegex": false,
|
"useCurrentLineForRegex": false,
|
||||||
"commandIdsFixed": true
|
"commandIdsFixed": true
|
||||||
|
|||||||
-98963
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "obsidian-emoji-toolbar",
|
|
||||||
"name": "Emoji Toolbar",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "Quickly search for and insert emojis into your notes.",
|
|
||||||
"author": "oliveryh",
|
|
||||||
"authorUrl": "https://github.com/oliveryh/obsidian-emoji-toolbar",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
img.emoji {
|
|
||||||
height: 1em;
|
|
||||||
width: 1em;
|
|
||||||
margin: 0 0.05em 0 0.1em;
|
|
||||||
vertical-align: -0.1em;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#emoji-modal {
|
|
||||||
padding: 0px;
|
|
||||||
min-width: unset;
|
|
||||||
width: unset !important;
|
|
||||||
|
|
||||||
.modal-header {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-content {
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button {
|
|
||||||
background-color: unset;
|
|
||||||
border: 0px !important;
|
|
||||||
box-shadow: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-close-button {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+12
-2
@@ -44,7 +44,7 @@
|
|||||||
"anuppuccin-theme-settings@@anp-hide-borders": true,
|
"anuppuccin-theme-settings@@anp-hide-borders": true,
|
||||||
"anuppuccin-theme-settings@@anp-card-shadows": true,
|
"anuppuccin-theme-settings@@anp-card-shadows": true,
|
||||||
"anuppuccin-theme-settings@@anp-card-layout-actions": true,
|
"anuppuccin-theme-settings@@anp-card-layout-actions": true,
|
||||||
"anuppuccin-theme-settings@@anp-card-layout-filebrowser": false,
|
"anuppuccin-theme-settings@@anp-card-layout-filebrowser": true,
|
||||||
"pln@@font-ui-smaller": 12,
|
"pln@@font-ui-smaller": 12,
|
||||||
"pln@@font-ui-small": 14,
|
"pln@@font-ui-small": 14,
|
||||||
"pln@@font-ui-medium": 14,
|
"pln@@font-ui-medium": 14,
|
||||||
@@ -70,5 +70,15 @@
|
|||||||
"anuppuccin-theme-settings@@anp-toggle-preview": true,
|
"anuppuccin-theme-settings@@anp-toggle-preview": true,
|
||||||
"anuppuccin-theme-settings@@file-margins": 60,
|
"anuppuccin-theme-settings@@file-margins": 60,
|
||||||
"anuppuccin-theme-settings@@anp-preview-width-pct": 75,
|
"anuppuccin-theme-settings@@anp-preview-width-pct": 75,
|
||||||
"anuppuccin-theme-settings@@anp-layout-select": "none"
|
"anuppuccin-theme-settings@@anp-layout-select": "anp-card-layout",
|
||||||
|
"anuppuccin-theme-settings@@anp-toggle-metadata": true,
|
||||||
|
"anuppuccin-theme-settings@@anp-toggle-scrollbars": true,
|
||||||
|
"anuppuccin-theme-settings@@anp-hide-status-bar": false,
|
||||||
|
"anuppuccin-theme-settings@@anp-tooltip-toggle": true,
|
||||||
|
"anuppuccin-theme-settings@@anp-hide-external-link-icon": true,
|
||||||
|
"anuppuccin-theme-settings@@anp-cursor": "pointer",
|
||||||
|
"anuppuccin-theme-settings@@anp-autohide-titlebar": true,
|
||||||
|
"anuppuccin-theme-settings@@anp-print": false,
|
||||||
|
"anuppuccin-theme-settings@@anp-button-metadata-toggle": true,
|
||||||
|
"anuppuccin-theme-settings@@anp-color-transition-toggle": true
|
||||||
}
|
}
|
||||||
Vendored
+5
-5
@@ -28,13 +28,13 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "GEMINI.md",
|
"file": "CLAUDE.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false,
|
"source": false,
|
||||||
"backlinks": false
|
"backlinks": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "GEMINI"
|
"title": "CLAUDE"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "GEMINI.md",
|
"file": "CLAUDE.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-coming-in",
|
"icon": "links-coming-in",
|
||||||
"title": "Backlinks for GEMINI"
|
"title": "Backlinks for CLAUDE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -267,6 +267,7 @@
|
|||||||
"active": "7f46944feeeed2b3",
|
"active": "7f46944feeeed2b3",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"CODEX.md",
|
"CODEX.md",
|
||||||
|
"GEMINI.md",
|
||||||
"CLAUDE.md",
|
"CLAUDE.md",
|
||||||
"AGENTS.md",
|
"AGENTS.md",
|
||||||
"90 Library/Finance/Инвестиции/Антихрупкость как управляемая асимметрия.md",
|
"90 Library/Finance/Инвестиции/Антихрупкость как управляемая асимметрия.md",
|
||||||
@@ -293,7 +294,6 @@
|
|||||||
"01 Ideas/Идея от 2026-05-14.md",
|
"01 Ideas/Идея от 2026-05-14.md",
|
||||||
"02 Projects/УИР.md",
|
"02 Projects/УИР.md",
|
||||||
"03 Journal/Journal - MOC.md",
|
"03 Journal/Journal - MOC.md",
|
||||||
"GEMINI.md",
|
|
||||||
"02 Projects/Наука/НИР/Анализ рынка систем учета посещаемости.md",
|
"02 Projects/Наука/НИР/Анализ рынка систем учета посещаемости.md",
|
||||||
"99 System/Archive/SocialBase/04 Другие/Юрий Туманов.md",
|
"99 System/Archive/SocialBase/04 Другие/Юрий Туманов.md",
|
||||||
"99 System/Archive/SocialBase/04 Другие",
|
"99 System/Archive/SocialBase/04 Другие",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
created: 2026-05-14
|
created: 2026-05-14
|
||||||
updated: 2026-05-14
|
updated: 2026-05-31
|
||||||
title: CLAUDE
|
title: CLAUDE
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -11,3 +11,7 @@ title: CLAUDE
|
|||||||
Claude должен читать и выполнять `AGENTS.md` как единственный канонический файл правил.
|
Claude должен читать и выполнять `AGENTS.md` как единственный канонический файл правил.
|
||||||
|
|
||||||
@AGENTS.md
|
@AGENTS.md
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user