vault backup: 2026-01-26 00:56:05

This commit is contained in:
2026-01-26 00:56:05 +03:00
parent 1dfbaa30b3
commit 3c0598b1de
47 changed files with 9350 additions and 506 deletions
+6 -2
View File
@@ -1,6 +1,10 @@
[ [
"obsidian-icon-folder", "obsidian-icon-folder",
"obsidian-kanban", "obsidian-kanban",
"remotely-save", "obsidian-git",
"obsidian-git" "omnisearch",
"obsidian-outliner",
"obsidian-tasks-plugin",
"copilot",
"homepage"
] ]
+2 -1
View File
@@ -28,5 +28,6 @@
"file-recovery": true, "file-recovery": true,
"publish": false, "publish": false,
"sync": true, "sync": true,
"bases": true "bases": true,
"webviewer": false
} }
+321
View File
@@ -0,0 +1,321 @@
{
"userId": "ad8fadb5-ebc8-46ab-9688-25f18a87318f",
"isPlusUser": false,
"plusLicenseKey": "",
"openAIApiKey": "",
"openAIOrgId": "",
"huggingfaceApiKey": "",
"cohereApiKey": "",
"anthropicApiKey": "",
"azureOpenAIApiKey": "",
"azureOpenAIApiInstanceName": "",
"azureOpenAIApiDeploymentName": "",
"azureOpenAIApiVersion": "",
"azureOpenAIApiEmbeddingDeploymentName": "",
"googleApiKey": "",
"openRouterAiApiKey": "",
"xaiApiKey": "",
"mistralApiKey": "",
"deepseekApiKey": "",
"amazonBedrockApiKey": "",
"amazonBedrockRegion": "",
"siliconflowApiKey": "",
"githubCopilotAccessToken": "",
"githubCopilotToken": "",
"githubCopilotTokenExpiresAt": 0,
"defaultChainType": "llm_chain",
"defaultModelKey": "gpt-5.1|openrouterai",
"embeddingModelKey": "text-embedding-3-small|openai",
"temperature": 0.1,
"maxTokens": 6000,
"contextTurns": 15,
"userSystemPrompt": "",
"openAIProxyBaseUrl": "",
"openAIEmbeddingProxyBaseUrl": "",
"stream": true,
"defaultSaveFolder": "copilot/copilot-conversations",
"defaultConversationTag": "copilot-conversation",
"autosaveChat": true,
"generateAIChatTitleOnSave": true,
"autoAddActiveContentToContext": true,
"defaultOpenArea": "view",
"defaultSendShortcut": "enter",
"customPromptsFolder": "copilot/copilot-custom-prompts",
"indexVaultToVectorStore": "ON MODE SWITCH",
"qaExclusions": "copilot",
"qaInclusions": "",
"chatNoteContextPath": "",
"chatNoteContextTags": [],
"enableIndexSync": true,
"debug": true,
"enableEncryption": false,
"maxSourceChunks": 15,
"enableInlineCitations": true,
"groqApiKey": "",
"activeModels": [
{
"name": "copilot-plus-flash",
"provider": "copilot-plus",
"enabled": true,
"isBuiltIn": true,
"core": true,
"plusExclusive": true,
"projectEnabled": false,
"capabilities": [
"vision"
]
},
{
"name": "google/gemini-2.5-flash-lite",
"provider": "openrouterai",
"enabled": false,
"isBuiltIn": true,
"core": true,
"projectEnabled": true,
"capabilities": [
"vision"
]
},
{
"name": "google/gemini-2.5-flash",
"provider": "openrouterai",
"enabled": true,
"isBuiltIn": true,
"core": true,
"projectEnabled": true,
"capabilities": [
"vision"
]
},
{
"name": "google/gemini-2.5-pro",
"provider": "openrouterai",
"enabled": false,
"isBuiltIn": true,
"core": true,
"projectEnabled": true,
"capabilities": [
"vision"
]
},
{
"name": "gpt-5",
"provider": "openai",
"enabled": false,
"isBuiltIn": true,
"core": true,
"capabilities": [
"vision"
]
},
{
"name": "gpt-5-mini",
"provider": "openai",
"enabled": false,
"isBuiltIn": true,
"core": true,
"capabilities": [
"vision"
]
},
{
"name": "gpt-4.1",
"provider": "openai",
"enabled": false,
"isBuiltIn": true,
"core": true,
"projectEnabled": true,
"capabilities": [
"vision"
]
},
{
"name": "gpt-4.1-mini",
"provider": "openai",
"enabled": false,
"isBuiltIn": true,
"core": true,
"projectEnabled": true,
"capabilities": [
"vision"
]
},
{
"name": "gpt-5.1",
"provider": "openrouterai",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "https://gpt.nix13.pw/v1",
"apiKey": "123",
"isEmbeddingModel": false,
"capabilities": [
"reasoning",
"vision"
],
"stream": true,
"displayName": "GPT 5.1",
"enableCors": false
},
{
"name": "anthropic/claude-sonnet-4",
"provider": "openrouterai",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "https://gpt.nix13.pw/v1",
"apiKey": "123",
"isEmbeddingModel": false,
"capabilities": [
"reasoning"
],
"stream": true,
"displayName": "Claude Sonnet 4"
},
{
"name": "gpt-5.1",
"provider": "openai",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "https://gpt.nix13.pw/v1",
"apiKey": "123",
"isEmbeddingModel": false,
"capabilities": [
"reasoning",
"vision"
],
"stream": true,
"openAIOrgId": "",
"temperature": 1
}
],
"activeEmbeddingModels": [
{
"name": "copilot-plus-small",
"provider": "copilot-plus",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true,
"core": true,
"plusExclusive": true
},
{
"name": "copilot-plus-large",
"provider": "copilot-plus-jina",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true,
"core": true,
"plusExclusive": true,
"believerExclusive": true,
"dimensions": 1024
},
{
"name": "copilot-plus-multilingual",
"provider": "copilot-plus-jina",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true,
"core": true,
"plusExclusive": true,
"dimensions": 512
},
{
"name": "text-embedding-3-small",
"provider": "openai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true,
"core": true
},
{
"name": "gemini-embedding-001",
"provider": "google",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true,
"core": true
},
{
"name": "Qwen/Qwen3-Embedding-0.6B",
"provider": "siliconflow",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true,
"core": true,
"baseUrl": "https://api.siliconflow.com/v1"
},
{
"name": "text-embedding-3-large",
"provider": "openai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "embed-multilingual-light-v3.0",
"provider": "cohereai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "text-embedding-004",
"provider": "google",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "azure-openai",
"provider": "azure openai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
}
],
"embeddingRequestsPerMin": 60,
"embeddingBatchSize": 16,
"disableIndexOnMobile": true,
"showSuggestedPrompts": true,
"showRelevantNotes": true,
"numPartitions": 1,
"lexicalSearchRamLimit": 100,
"promptUsageTimestamps": {},
"promptSortStrategy": "timestamp",
"chatHistorySortStrategy": "recent",
"projectListSortStrategy": "recent",
"defaultConversationNoteName": "{$topic}@{$date}_{$time}",
"inlineEditCommands": [],
"projectList": [],
"lastDismissedVersion": null,
"passMarkdownImages": true,
"enableAutonomousAgent": true,
"enableCustomPromptTemplating": true,
"enableSemanticSearchV3": false,
"enableLexicalBoosts": true,
"suggestedDefaultCommands": true,
"autonomousAgentMaxIterations": 4,
"autonomousAgentEnabledToolIds": [
"localSearch",
"readNote",
"webSearch",
"pomodoro",
"youtubeTranscription",
"writeToFile",
"replaceInFile",
"updateMemory"
],
"reasoningEffort": "low",
"verbosity": "medium",
"memoryFolderName": "copilot/memory",
"enableRecentConversations": true,
"maxRecentConversations": 30,
"enableSavedMemory": true,
"quickCommandIncludeNoteContext": true,
"autoIncludeTextSelection": false,
"autoAddSelectionToContext": false,
"autoAcceptEdits": false,
"diffViewMode": "split",
"userSystemPromptsFolder": "copilot/system-prompts",
"defaultSystemPromptTitle": "",
"autoCompactThreshold": 128000
}
+3492
View File
File diff suppressed because one or more lines are too long
+13
View File
@@ -0,0 +1,13 @@
{
"id": "copilot",
"name": "Copilot",
"version": "3.1.5",
"minAppVersion": "0.15.0",
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
"author": "Logan Yang",
"authorUrl": "https://twitter.com/logancyang",
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/logancyang",
"GitHub Sponsor": "https://github.com/sponsors/logancyang"
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+13
View File
@@ -0,0 +1,13 @@
{
"id": "homepage",
"name": "Homepage",
"version": "4.3.1",
"minAppVersion": "1.11.0",
"description": "Open a specified note, canvas, base, or workspace on startup, or set it for quick access later.",
"author": "novov",
"authorUrl": "https://novov.me",
"isDesktopOnly": false,
"fundingUrl": {
"Ko-fi": "https://ko-fi.com/novov"
}
}
+231
View File
@@ -0,0 +1,231 @@
@keyframes nv-interstitial-destroy {
from { opacity: 1; }
to { opacity: 0; }
}
.setting-item[nv-greyed] {
opacity: .5;
pointer-events: none !important;
}
#nv-main-setting {
flex-wrap: wrap;
}
#nv-main-setting .setting-item-control {
padding-top: var(--size-4-1);
flex-basis: 100%;
align-items: stretch;
}
#nv-main-setting .setting-item-control input, #nv-main-setting .setting-item-control select {
font-size: var(--font-ui-medium);
font-weight: 600;
}
#nv-main-setting .setting-item-control select {
padding: var(--size-4-3) var(--size-4-4);
padding-right: var(--size-4-8);
height: auto;
}
#nv-main-setting .setting-item-control input {
flex-grow: 1;
padding: var(--size-4-5) var(--size-4-4);
}
#nv-main-setting .setting-item-control input[disabled] {
opacity: 0.3;
}
#nv-main-setting #nv-desc, #nv-main-setting #nv-info {
flex-basis: 100%;
}
#nv-main-setting #nv-desc {
font-weight: 500;
color: var(--text-normal);
font-size: var(--font-ui-small);
padding: 10px 0 0;
}
#nv-main-setting #nv-desc.mod-warning {
color: var(--text-error);
}
#nv-main-setting #nv-desc code {
font-family: var(--font-monospace);
font-size: var(--font-smaller);
border-radius: var(--radius-s);
}
#nv-main-setting #nv-desc small {
display: block;
font-weight: 400;
color: var(--text-muted);
font-size: calc(var(--font-ui-smaller) * 0.9);
padding: 5px 0 0;
}
.nv-homepage-file-tag {
display: inline-block;
vertical-align: middle;
margin-left: var(--size-2-2);
}
.nv-mobile-setting, .nv-command-setting {
flex-wrap: wrap;
row-gap: var(--size-2-2);
}
.nv-mobile-setting .nv-mobile-info {
font-size: var(--font-ui-smaller);
width: 100%;
margin-right: var(--size-4-18);
}
.nv-command-desc {
padding: 0;
}
.nv-command-box {
margin: 1em 0 0;
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
width: 100%;
}
.nv-command-pill {
background-color: var(--background-modifier-hover);
border-radius: var(--radius-s);
font-size: var(--font-ui-small);
padding: var(--size-2-1) var(--size-2-2) var(--size-2-1) var(--size-2-3) ;
}
.nv-command-pill.nv-command-invalid {
color: var(--text-faint);
}
.nv-command-pill button {
display: inline-block;
padding: 0;
margin: 0 0 0 3px;
vertical-align: bottom;
}
.nv-command-pill button:first-of-type {
margin-left: var(--size-4-2);
}
.nv-command-pill button.nv-command-selected {
margin-left: var(--size-2-2);
padding: 0 var(--size-2-1);
}
.nv-command-pill button.nv-command-selected span {
color: var(--text-accent);
display: inline-block;
font-size: 0.9em;
vertical-align: top;
position: relative;
top: -1px;
}
.nv-command-pill > .svg-icon, .nv-command-pill button .svg-icon {
height: 1em;
width: 1em;
opacity: 1;
}
.nv-command-pill > .svg-icon {
vertical-align: text-bottom;
position: relative;
margin: 0 var(--size-2-1) 0 0;
}
.nv-command-pill.nv-dragging {
background-color: transparent;
}
.nv-command-add-button {
font-size: var(--font-ui-small);
padding: var(--size-2-2) var(--size-4-2);
height: auto;
}
#nv-main-setting + .setting-item, .nv-command-desc + .setting-item {
padding-top: 20px;
border-top: none !important;
}
.nv-debug-button {
margin: 3em 0 -0.2em;
font-size: var(--font-ui-smaller);
padding: 0;
height: auto;
float: right;
box-shadow: none !important;
background: none !important;
color: var(--text-accent);
font-weight: 600;
cursor: pointer;
}
.nv-debug-button:hover, .nv-debug-button:active {
text-decoration: underline;
}
.is-phone #nv-main-setting .setting-item-control {
flex-wrap: wrap;
justify-content: flex-start;
}
.is-phone #nv-main-setting .setting-item-control select {
width: auto;
max-width: auto;
}
.is-phone .nv-mobile-setting {
row-gap: var(--size-4-2);
}
.is-phone .nv-mobile-setting .setting-item-info {
max-width: calc(100% - 100px);
}
.is-phone .nv-mobile-setting {
row-gap: var(--size-4-2);
}
.is-phone .nv-mobile-setting .setting-item-info {
max-width: calc(100% - 100px);
}
.is-phone .nv-command-pill {
width: 100%;
border: none;
background: none;
padding: 0 0 var(--size-4-2);
display: flex;
gap: var(--size-4-4);
align-items: baseline;
}
.is-phone .nv-command-pill .nv-command-text {
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.is-phone .nv-command-pill, .is-phone .nv-command-add-button {
font-size: var(--font-ui-medium);
justify-content: space-between;
}
.is-phone .nv-command-pill button {
line-height: var(--font-ui-medium);
height: 100%;
margin: 0 !important;
}
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "obsidian-outliner",
"name": "Outliner",
"version": "4.9.0",
"minAppVersion": "1.8.7",
"description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko",
"authorUrl": "https://github.com/vslinko",
"isDesktopOnly": false
}
+105
View File
@@ -0,0 +1,105 @@
/* lists and bullets */
.outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line {
/* padding-top: 0.4em; */
}
.outliner-plugin-better-lists .cm-formatting-list-ul {
margin-right: 0.3em;
}
.outliner-plugin-better-lists .list-bullet::after {
width: 0.4em;
height: 0.4em;
background-color: var(--text-muted);
}
/* lines */
.outliner-plugin-list-lines-scroller {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: var(--file-margins);
padding-left: 0;
pointer-events: none;
overflow: hidden;
}
.outliner-plugin-list-lines-content-container {
position: relative;
}
.outliner-plugin-list-line {
pointer-events: auto;
position: absolute;
width: 5px;
margin-left: 0.5ch;
margin-top: 1em;
z-index: 1;
cursor: pointer;
background: transparent;
background-image: linear-gradient(
to right,
var(--text-faint) 1px,
transparent 1px
);
background-position-x: 2px;
background-repeat: no-repeat;
}
.outliner-plugin-better-bullets .outliner-plugin-list-line {
margin-top: 1.4em;
}
.markdown-source-view.mod-cm6.is-readable-line-width
.outliner-plugin-list-lines-content-container {
max-width: 700px;
margin: auto;
}
.outliner-plugin-list-line:hover {
background: var(--text-faint);
}
.outliner-plugin-vertical-lines
.markdown-source-view.mod-cm6
.cm-hmd-list-indent
.cm-indent::before {
content: none;
}
/* drag-n-drop */
.outliner-plugin-dropping-line {
background-color: hsla(var(--interactive-accent-hsl), 0.4);
}
.outliner-plugin-dragging-line {
opacity: 0.5;
background-color: hsla(var(--interactive-accent-hsl), 0.2);
}
.outliner-plugin-drop-zone {
width: 300px;
height: 4px;
background: var(--color-accent);
z-index: 999;
position: absolute;
pointer-events: none;
}
.outliner-plugin-drop-zone-padding {
position: absolute;
height: 4px;
}
body.outliner-plugin-dnd:not(.outliner-plugin-dragging) .cm-formatting-list,
body.outliner-plugin-dnd:not(.outliner-plugin-dragging)
.cm-fold-indicator
.collapse-indicator {
cursor: grab !important;
}
html body.outliner-plugin-dnd.outliner-plugin-dragging {
cursor: grabbing !important;
}
+86
View File
@@ -0,0 +1,86 @@
{
"presets": {
"this_file": "path includes {{query.file.path}}",
"this_folder": "folder includes {{query.file.folder}}",
"this_folder_only": "filter by function task.file.folder === query.file.folder",
"this_root": "root includes {{query.file.root}}",
"hide_date_fields": "# Hide any values for all date fields\nhide due date\nhide scheduled date\nhide start date\nhide created date\nhide done date\nhide cancelled date",
"hide_non_date_fields": "# Hide all the non-date fields, but not tags\nhide id\nhide depends on\nhide recurrence rule\nhide on completion\nhide priority",
"hide_query_elements": "# Hide postpone, edit and backinks\nhide postpone button\nhide edit button\nhide backlinks",
"hide_everything": "# Hide everything except description and any tags\npreset hide_date_fields\npreset hide_non_date_fields\npreset hide_query_elements"
},
"globalQuery": "",
"globalFilter": "",
"removeGlobalFilter": false,
"taskFormat": "tasksPluginEmoji",
"setCreatedDate": false,
"setDoneDate": true,
"setCancelledDate": true,
"autoSuggestInEditor": true,
"autoSuggestMinMatch": 0,
"autoSuggestMaxItems": 20,
"provideAccessKeys": true,
"useFilenameAsScheduledDate": false,
"filenameAsScheduledDateFormat": "",
"filenameAsDateFolders": [],
"recurrenceOnNextLine": false,
"removeScheduledDateOnRecurrence": false,
"statusSettings": {
"coreStatuses": [
{
"symbol": " ",
"name": "Todo",
"nextStatusSymbol": "x",
"availableAsCommand": true,
"type": "TODO"
},
{
"symbol": "x",
"name": "Done",
"nextStatusSymbol": " ",
"availableAsCommand": true,
"type": "DONE"
}
],
"customStatuses": [
{
"symbol": "/",
"name": "In Progress",
"nextStatusSymbol": "x",
"availableAsCommand": true,
"type": "IN_PROGRESS"
},
{
"symbol": "-",
"name": "Cancelled",
"nextStatusSymbol": " ",
"availableAsCommand": true,
"type": "CANCELLED"
}
]
},
"features": {
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
},
"generalSettings": {},
"headingOpened": {
"Core Statuses": true,
"Custom Statuses": true
},
"debugSettings": {
"ignoreSortInstructions": false,
"showTaskHiddenData": false,
"recordTimings": false
},
"loggingOptions": {
"minLevels": {
"": "info",
"tasks": "info",
"tasks.Cache": "info",
"tasks.Events": "info",
"tasks.File": "info",
"tasks.Query": "info",
"tasks.Task": "info"
}
}
}
File diff suppressed because one or more lines are too long
+12
View File
@@ -0,0 +1,12 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.22.0",
"minAppVersion": "1.4.0",
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
"helpUrl": "https://publish.obsidian.md/tasks/",
"author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
"authorUrl": "https://github.com/obsidian-tasks-group",
"fundingUrl": "https://github.com/sponsors/claremacrae",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long
+42
View File
@@ -0,0 +1,42 @@
{
"useCache": true,
"hideExcluded": false,
"recencyBoost": "0",
"downrankedFoldersFilters": [],
"ignoreDiacritics": true,
"ignoreArabicDiacritics": false,
"indexedFileTypes": [],
"displayTitle": "",
"PDFIndexing": false,
"officeIndexing": false,
"imagesIndexing": false,
"aiImageIndexing": false,
"unsupportedFilesIndexing": "default",
"splitCamelCase": false,
"openInNewPane": false,
"vimLikeNavigationShortcut": false,
"ribbonIcon": true,
"showExcerpt": true,
"maxEmbeds": 5,
"renderLineReturnInExcerpts": true,
"showCreateButton": false,
"highlight": true,
"showPreviousQueryResults": true,
"simpleSearch": false,
"tokenizeUrls": false,
"fuzziness": "1",
"weightBasename": 10,
"weightDirectory": 7,
"weightH1": 6,
"weightH2": 5,
"weightH3": 4,
"weightUnmarkedTags": 2,
"weightCustomProperties": [],
"httpApiEnabled": false,
"httpApiPort": "51361",
"httpApiNotice": true,
"welcomeMessage": "1.21.0",
"verboseLogging": false,
"DANGER_httpHost": null,
"DANGER_forceSaveCache": false
}
File diff suppressed because one or more lines are too long
+14
View File
@@ -0,0 +1,14 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.28.0",
"minAppVersion": "1.7.2",
"description": "A search engine that just works",
"author": "Simon Cambier",
"authorUrl": "https://github.com/scambier/obsidian-omnisearch",
"fundingUrl": {
"Github": "https://github.com/sponsors/scambier",
"Ko-fi": "https://ko-fi.com/scambier"
},
"isDesktopOnly": false
}
+135
View File
@@ -0,0 +1,135 @@
.omnisearch-modal {
}
.omnisearch-result {
white-space: normal;
display: flex;
flex-direction: row;
/* justify-content: space-between; */
flex-wrap: nowrap;
}
.omnisearch-result__title-container {
display: flex;
align-items: center;
justify-content: space-between;
column-gap: 5px;
flex-wrap: wrap;
}
.omnisearch-result__title {
white-space: pre-wrap;
align-items: center;
display: flex;
gap: 5px;
}
.omnisearch-result__title > span {
}
.omnisearch-result__folder-path {
font-size: 0.75rem;
align-items: center;
display: flex;
gap: 5px;
color: var(--text-muted);
}
.omnisearch-result__extension {
font-size: 0.7rem;
color: var(--text-muted);
}
.omnisearch-result__counter {
font-size: 0.7rem;
color: var(--text-muted);
}
.omnisearch-result__body {
white-space: normal;
font-size: small;
word-wrap: normal;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
color: var(--text-muted);
margin-inline-start: 0.5em;
}
.omnisearch-result__embed {
margin-left: 1em;
}
.omnisearch-result__image-container {
flex-basis: 20%;
text-align: end;
}
.omnisearch-highlight {
}
.omnisearch-default-highlight {
text-decoration: underline;
text-decoration-color: var(--text-highlight-bg);
text-decoration-thickness: 3px;
text-underline-offset: -1px;
text-decoration-skip-ink: none;
}
.omnisearch-input-container {
display: flex;
align-items: center;
flex-direction: row;
gap: 5px;
}
.omnisearch-result__icon {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
margin-right: 4px;
}
.omnisearch-result__icon svg {
width: 100%;
height: 100%;
}
.omnisearch-result__icon--emoji {
font-size: 16px;
vertical-align: middle;
margin-right: 4px;
}
@media only screen and (max-width: 600px) {
.omnisearch-input-container {
flex-direction: column;
}
.omnisearch-input-container__buttons {
display: flex;
flex-direction: row;
width: 100%;
padding: 0 1em 0 1em;
gap: 1em;
}
.omnisearch-input-container__buttons > button {
flex-grow: 1;
}
}
@media only screen and (min-width: 600px) {
.omnisearch-input-container__buttons {
margin-inline-end: 1em;
}
}
.omnisearch-input-field {
position: relative;
flex-grow: 1;
}
@@ -1 +0,0 @@
data.json
File diff suppressed because one or more lines are too long
-11
View File
@@ -1,11 +0,0 @@
{
"id": "remotely-save",
"name": "Remotely Save",
"version": "0.5.25",
"minAppVersion": "0.13.21",
"description": "Yet another unofficial plugin allowing users to synchronize notes between local device and the cloud service.",
"author": "fyears",
"authorUrl": "https://github.com/fyears",
"isDesktopOnly": false,
"fundingUrl": "https://remotelysave.com"
}
-244
View File
@@ -1,244 +0,0 @@
/* set the styles */
.password-second-confirm {
font-weight: bold;
}
.password-disclaimer {
font-weight: bold;
}
.encryptionmethod-second-confirm {
font-weight: bold;
}
.settings-auth-related {
border-top: 1px solid var(--background-modifier-border);
padding-top: 18px;
}
.settings-percentage-custom-hide {
display: none;
}
.settings-encryption-method-hide {
display: none;
}
.s3-disclaimer {
font-weight: bold;
}
.s3-hide {
display: none;
}
.dropbox-disclaimer {
font-weight: bold;
}
.dropbox-hide {
display: none;
}
.dropbox-auth-button-hide {
display: none;
}
.dropbox-revoke-auth-button-hide {
display: none;
}
.onedrive-disclaimer {
font-weight: bold;
}
.onedrive-hide {
display: none;
}
.onedrive-auth-button-hide {
display: none;
}
.onedrive-revoke-auth-button-hide {
display: none;
}
.onedrivefull-allow-to-use-hide {
display: none;
}
.onedrivefull-disclaimer {
font-weight: bold;
}
.onedrivefull-hide {
display: none;
}
.onedrivefull-auth-button-hide {
display: none;
}
.onedrivefull-revoke-auth-button-hide {
display: none;
}
.webdav-disclaimer {
font-weight: bold;
}
.webdav-hide {
display: none;
}
.webdav-customheaders-textarea {
font-family: monospace;
}
.webdis-disclaimer {
font-weight: bold;
}
.webdis-hide {
display: none;
}
.googledrive-disclaimer {
font-weight: bold;
}
.googledrive-hide {
display: none;
}
.googledrive-allow-to-use-hide {
display: none;
}
.googledrive-auth-button-hide {
display: none;
}
.googledrive-revoke-auth-button-hide {
display: none;
}
.box-disclaimer {
font-weight: bold;
}
.box-hide {
display: none;
}
.box-allow-to-use-hide {
display: none;
}
.box-auth-button-hide {
display: none;
}
.box-revoke-auth-button-hide {
display: none;
}
.pcloud-disclaimer {
font-weight: bold;
}
.pcloud-hide {
display: none;
}
.pcloud-allow-to-use-hide {
display: none;
}
.pcloud-auth-button-hide {
display: none;
}
.pcloud-revoke-auth-button-hide {
display: none;
}
.yandexdisk-disclaimer {
font-weight: bold;
}
.yandexdisk-hide {
display: none;
}
.yandexdisk-allow-to-use-hide {
display: none;
}
.yandexdisk-auth-button-hide {
display: none;
}
.yandexdisk-revoke-auth-button-hide {
display: none;
}
.koofr-disclaimer {
font-weight: bold;
}
.koofr-hide {
display: none;
}
.koofr-allow-to-use-hide {
display: none;
}
.koofr-auth-button-hide {
display: none;
}
.koofr-revoke-auth-button-hide {
display: none;
}
.azureblobstorage-disclaimer {
font-weight: bold;
}
.azureblobstorage-hide {
display: none;
}
.azureblobstorage-allow-to-use-hide {
display: none;
}
.qrcode-img {
width: 350px;
height: 350px;
}
.ignorepaths-textarea {
font-family: monospace;
}
.onlyallowpaths-textarea {
font-family: monospace;
}
.logtohttpserver-warning {
color: red;
font-weight: bolder;
}
.setting-need-wrapping .setting-item-control {
/* flex-wrap: wrap; */
display: grid;
}
.pro-disclaimer {
font-weight: bold;
}
.pro-hide {
display: none;
}
.pro-auth-button-hide {
display: none;
}
.pro-revoke-auth-button-hide {
display: none;
}
+28
View File
@@ -0,0 +1,28 @@
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"TQ_explain": "checkbox",
"TQ_extra_instructions": "text",
"TQ_short_mode": "checkbox",
"TQ_show_backlink": "checkbox",
"TQ_show_cancelled_date": "checkbox",
"TQ_show_created_date": "checkbox",
"TQ_show_depends_on": "checkbox",
"TQ_show_done_date": "checkbox",
"TQ_show_due_date": "checkbox",
"TQ_show_edit_button": "checkbox",
"TQ_show_id": "checkbox",
"TQ_show_on_completion": "checkbox",
"TQ_show_postpone_button": "checkbox",
"TQ_show_priority": "checkbox",
"TQ_show_recurrence_rule": "checkbox",
"TQ_show_scheduled_date": "checkbox",
"TQ_show_start_date": "checkbox",
"TQ_show_tags": "checkbox",
"TQ_show_task_count": "checkbox",
"TQ_show_tree": "checkbox",
"TQ_show_urgency": "checkbox"
}
}
+241
View File
@@ -0,0 +1,241 @@
{
"main": {
"id": "5324373015726ba8",
"type": "split",
"children": [
{
"id": "4509724f8bf84da7",
"type": "tabs",
"children": [
{
"id": "e7a7b303c61786dc",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Вайфу/РП сеттинг.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "РП сеттинг"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "a9a31ce6464a94f6",
"type": "split",
"children": [
{
"id": "763fe8c858542f26",
"type": "tabs",
"children": [
{
"id": "a129054ca660a329",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "87e0b6212852f20c",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "8e4fc3a8b55a522d",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "7aa0ba2d43c2843f",
"type": "split",
"children": [
{
"id": "726a451c06aeb264",
"type": "tabs",
"children": [
{
"id": "a0f3ea1ce127da87",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Вайфу/РП сеттинг.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for РП сеттинг"
}
},
{
"id": "415689424ed57b7a",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "Вайфу/РП сеттинг.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from РП сеттинг"
}
},
{
"id": "ee6a5c46cf5f3d3a",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "d44d5ab062a6ba51",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-archive",
"title": "All properties"
}
},
{
"id": "eb1b05b39c7275bd",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Вайфу/РП сеттинг.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of РП сеттинг"
}
},
{
"id": "156f3ddb651a3044",
"type": "leaf",
"state": {
"type": "copilot-chat-view",
"state": {},
"icon": "message-square",
"title": "Copilot"
}
},
{
"id": "f4378d641c211bd8",
"type": "leaf",
"state": {
"type": "git-view",
"state": {},
"icon": "git-pull-request",
"title": "Source Control"
}
}
],
"currentTab": 6
}
],
"direction": "horizontal",
"width": 382.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false,
"obsidian-kanban:Create new board": false,
"obsidian-git:Open Git source control": false,
"omnisearch:Omnisearch": false,
"copilot:Open Copilot Chat": false,
"homepage:Open homepage": false
}
},
"active": "e7a7b303c61786dc",
"lastOpenFiles": [
"copilot/copilot-conversations/сгенерируй_промпт_для_средневековой_европы@20260125_234918.md",
"Вайфу/РП сеттинг.md",
"copilot/memory/Recent Conversations.md",
"copilot/copilot-conversations/сгенерируй_промпт_для_японии@20260125_230212.md",
"copilot/memory",
"copilot/copilot-log.md",
"copilot/copilot-conversations/придумай_промпт_для_современной_японии@20260125_220417.md",
"copilot/copilot-conversations",
"Вайфу/Основная инфа.md",
"copilot/copilot-custom-prompts/Clip Web Page.md",
"copilot/copilot-custom-prompts/Clip YouTube Transcript.md",
"copilot/copilot-custom-prompts/Rewrite as tweet thread.md",
"copilot/copilot-custom-prompts/Rewrite as tweet.md",
"copilot/copilot-custom-prompts/Remove URLs.md",
"copilot/copilot-custom-prompts/Generate glossary.md",
"copilot/copilot-custom-prompts/Generate table of contents.md",
"copilot/copilot-custom-prompts/Make longer.md",
"copilot/copilot-custom-prompts/Make shorter.md",
"copilot/copilot-custom-prompts/Emojify.md",
"copilot/copilot-custom-prompts/Explain like I am 5.md",
"copilot/copilot-custom-prompts/Simplify.md",
"copilot/copilot-custom-prompts/Summarize.md",
"copilot/copilot-custom-prompts/Translate to Chinese.md",
"copilot/copilot-custom-prompts/Fix grammar and spelling.md",
"copilot/copilot-custom-prompts",
"copilot",
"Вайфу/РП"
]
}
@@ -0,0 +1,92 @@
---
epoch: 1769367857055
modelKey: "gpt-5.1|openrouterai"
topic: "Connection Error Repeatedly"
tags:
- copilot-conversation
---
**user**: придумай промпт для современной японии
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 22:04:17]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 22:04:28]
**user**: привет
[Context: Notes: copilot/copilot-log.md]
[Timestamp: 2026/01/25 22:07:00]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 22:07:10]
**user**: привет
[Context: Notes: copilot/copilot-log.md]
[Timestamp: 2026/01/25 22:11:12]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 22:11:22]
**user**: привет
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 22:27:41]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 22:27:51]
**user**: привет
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 22:36:26]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 22:36:36]
**user**: привет
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 22:42:03]
**ai**:
<errorChunk>network error</errorChunk>
[Timestamp: 2026/01/25 22:42:03]
**user**: привет
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 22:42:50]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 22:43:01]
**user**: сгенерируй промпт для современной японии
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 22:45:55]
**user**: сгенерируй промпт для современной японии
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 22:59:29]
**user**: сгенерируй промпт для современной японии
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:00:00]
**user**: сгенерируй промпт для современной японии
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:00:40]
**ai**: <errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 23:01:04]
@@ -0,0 +1,55 @@
---
epoch: 1769374158216
modelKey: "gpt-5.1|openai"
tags:
- copilot-conversation
---
**user**: сгенерируй промпт для средневековой европы
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:49:18]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 23:52:41]
**user**: привет
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:54:19]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 23:54:30]
**user**: привет
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:55:14]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 23:55:54]
**user**: привет
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:57:43]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 23:57:44]
**user**: привет
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:58:07]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/26 00:04:10]
@@ -0,0 +1,66 @@
---
epoch: 1769371332382
modelKey: "gpt-5.1|openrouterai"
topic: "Zombie Apocalypse Prompt Enhancement"
tags:
- copilot-conversation
---
**user**: сгенерируй промпт для японии
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:02:12]
**ai**: На основе существующих записей сгенерирую промпт для настройки "Современная Япония".
| id | name | description | prompt |
| --- | ------------------ | ----------- | ------ |
| | Современная Япония | | 21 век, Япония. Смесь ультрасовременных технологических центров, таких как Токио и Осака, с традиционными районами, храмами и природными пейзажами. Общество высокотехнологичное, но с глубоким уважением к истории и обычаям. |
Промпт описывает современную Японию, подчеркивая контраст между технологическим прогрессом и традиционной культурой, что создает богатую основу для ролевой игры.
[Timestamp: 2026/01/25 23:12:25]
**user**: улучши промпт зомби апокалипсиса
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:31:55]
**ai**: Улучшенный промпт для зомби-апокалипсиса:
| id | name | description | prompt |
| --- | ------------------ | ----------- | ------ |
| | Зомби апокалипсис | | 21 век. Вирус T-7X вырвался из секретной лаборатории, вызывая глобальную пандемию. Инфицированные превращаются в агрессивных зомби в течение 24 часов. Мы - одна из немногих выживших групп с естественным иммунитетом. Заражение происходит через любые биологические жидкости зомби. Мир в хаосе: города заброшены, инфраструктура разрушена, выжившие сражаются за ресурсы. |
Основные улучшения:
- Добавлено название вируса (T-7X) для конкретики
- Указан срок превращения в зомби (24 часа)
- Описаны последствия апокалипсиса (разрушенная инфраструктура, борьба за ресурсы)
- Сохранена ключевая информация об иммунитете и способах заражения
[Timestamp: 2026/01/25 23:32:34]
**user**: улучши современную россию
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:33:55]
**ai**: Улучшенный промпт для современной России:
| id | name | description | prompt |
| --- | ------------------ | ----------- | ------ |
| | Современная Россия | | 21 век, Россия. Контраст между ультрасовременными деловыми центрами Москвы и Санкт-Петербурга с их небоскребами и провинциальными городами с советской застройкой. В регионах сохраняются традиционный уклад жизни, обширные природные ландшафты и промышленные зоны. Общество с сложной социальной структурой, где переплетаются технологии, традиции и современные вызовы. |
Основные улучшения:
- Добавлены конкретные города (Москва, Санкт-Петербург)
- Подчеркнут контраст между разными типами населенных пунктов
- Упомянуты природные ландшафты и промышленные зоны
- Описана социальная структура общества
[Timestamp: 2026/01/25 23:34:03]
**user**: сгенерируй промпт для средневековой европы
[Context: Notes: Вайфу/РП сеттинг.md]
[Timestamp: 2026/01/25 23:43:54]
**ai**:
<errorChunk>Connection error.
more message: Failed to fetch</errorChunk>
[Timestamp: 2026/01/25 23:47:26]
@@ -0,0 +1,55 @@
---
copilot-command-context-menu-enabled: false
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1140
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Based on the web page content provided in the context (from Obsidian Web Clipper or Web Viewer), generate a complete Obsidian note.
IMPORTANT: If no web page context is found, remind the user to:
1. Open a web page in Web Viewer (or use @ to select a web tab)
2. Or open a note clipped by Obsidian Web Clipper
3. Then use this command again
Generate the note with this exact structure:
---
title: "<page title>"
source: "<page url>"
description: "<brief description>"
tags:
- "clippings"
---
## Summary
<Brief 2-3 paragraph summary of the page content>
## Key Takeaways
<List 5-8 key takeaways as bullet points>
## Mindmap
CRITICAL Mermaid mindmap syntax rules - MUST follow exactly:
- Root node format: root(Topic Name) - use round brackets, NO double brackets
- Child nodes: just plain text, no brackets needed
- Do NOT use quotes, parentheses, brackets, or any special characters in text
- Keep all node text short and simple - max 3-4 words per node
```mermaid
mindmap
root(Main Topic)
Theme One
Detail
Theme Two
Detail
```
## Notable Quotes
<List 3-5 notable quotes from the content, if any>
Return only the markdown content without any explanations or comments.
@@ -0,0 +1,69 @@
---
copilot-command-context-menu-enabled: false
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1130
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Based on the YouTube video information and transcript provided in the context, generate a complete Obsidian note in the following format.
IMPORTANT: If no YouTube video context is found, remind the user to:
1. Open a YouTube video in Web Viewer (or use @ to select a YouTube web tab)
2. Then use this command again
Generate the note with this exact structure:
---
title: "<video title>"
description: "<first 200 chars of description>"
channel: "<channel name>"
url: "<video url>"
duration: "<duration>"
published: <upload date in YYYY-MM-DD format>
thumbnailUrl: "<YouTube thumbnail URL: i.ytimg.com/vi/VIDEO_ID/maxresdefault.jpg with https protocol>"
genre:
- "<genre>"
watched:
---
![<video title>](<video url>)
> [!summary]- Description
> <full video description, preserve line breaks>
## Summary
<Brief 2-3 paragraph summary of the video content>
## Key Takeaways
<List 5-8 key takeaways as bullet points>
## Mindmap
CRITICAL Mermaid mindmap syntax rules - MUST follow exactly:
- Root node format: root(Topic Name) - use round brackets, NO double brackets
- Child nodes: just plain text, no brackets needed
- Do NOT use quotes, parentheses, brackets, or any special characters in text
- Do NOT use icons or emojis
- Keep all node text short and simple - max 3-4 words per node
- Use only letters, numbers, and spaces
Example of CORRECT syntax:
```mermaid
mindmap
root(Video Main Topic)
First Theme
Detail one
Detail two
Second Theme
Detail three
Third Theme
```
## Notable Quotes
<List 5-10 notable quotes from the transcript. Format each as:>
- [<timestamp>: <quote text>](<video_url>&t=<seconds>s)
Return only the markdown content without any explanations or comments.
+13
View File
@@ -0,0 +1,13 @@
---
copilot-command-context-menu-enabled: true
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1050
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Add relevant emojis to enhance {}. Follow these rules:
1. Insert emojis at natural breaks in the text
2. Never place two emojis next to each other
3. Keep all original text unchanged
4. Choose emojis that match the context and tone
Return only the emojified text.
@@ -0,0 +1,12 @@
---
copilot-command-context-menu-enabled: true
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1040
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Explain {} in simple terms that a 5-year-old would understand:
1. Use basic vocabulary
2. Include simple analogies
3. Break down complex concepts
Return only the simplified explanation.
@@ -0,0 +1,8 @@
---
copilot-command-context-menu-enabled: true
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1000
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Fix the grammar and spelling of {}. Preserve all formatting, line breaks, and special characters. Do not add or remove any content. Return only the corrected text.
@@ -0,0 +1,8 @@
---
copilot-command-context-menu-enabled: false
copilot-command-slash-enabled: false
copilot-command-context-menu-order: 1090
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Create a glossary of important terms, concepts, and phrases from {}. Format each entry as "Term: Definition". Sort entries alphabetically. Return only the glossary.
@@ -0,0 +1,8 @@
---
copilot-command-context-menu-enabled: false
copilot-command-slash-enabled: false
copilot-command-context-menu-order: 1080
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Generate a hierarchical table of contents for {}. Use appropriate heading levels (H1, H2, H3, etc.). Include page numbers if present. Return only the table of contents.
@@ -0,0 +1,12 @@
---
copilot-command-context-menu-enabled: true
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1070
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Expand {} to twice its length by:
1. Adding relevant details and examples
2. Elaborating on key points
3. Maintaining the original tone and style
Return only the expanded text.
@@ -0,0 +1,12 @@
---
copilot-command-context-menu-enabled: true
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1060
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Reduce {} to half its length while preserving these elements:
1. Main ideas and key points
2. Essential details
3. Original tone and style
Return only the shortened text.
@@ -0,0 +1,8 @@
---
copilot-command-context-menu-enabled: false
copilot-command-slash-enabled: false
copilot-command-context-menu-order: 1100
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Remove all URLs from {}. Preserve all other content and formatting. URLs may be in various formats (http, https, www). Return only the text with URLs removed.
@@ -0,0 +1,18 @@
---
copilot-command-context-menu-enabled: false
copilot-command-slash-enabled: false
copilot-command-context-menu-order: 1120
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Convert {} into a Twitter thread following these rules:
1. Each tweet must be under 240 characters
2. Start with "THREAD START" on its own line
3. Separate tweets with "
---
"
4. End with "THREAD END" on its own line
5. Make content engaging and clear
Return only the formatted thread.
@@ -0,0 +1,12 @@
---
copilot-command-context-menu-enabled: false
copilot-command-slash-enabled: false
copilot-command-context-menu-order: 1110
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Rewrite {} as a single tweet with these requirements:
1. Maximum 280 characters
2. Use concise, impactful language
3. Maintain the core message
Return only the tweet text.
@@ -0,0 +1,8 @@
---
copilot-command-context-menu-enabled: true
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1030
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Simplify {} to a 6th-grade reading level (ages 11-12). Use simple sentences, common words, and clear explanations. Maintain the original key concepts. Return only the simplified text.
@@ -0,0 +1,8 @@
---
copilot-command-context-menu-enabled: true
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1020
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Create a bullet-point summary of {}. Each bullet point should capture a key point. Return only the bullet-point summary.
@@ -0,0 +1,12 @@
---
copilot-command-context-menu-enabled: true
copilot-command-slash-enabled: true
copilot-command-context-menu-order: 1010
copilot-command-model-key: ""
copilot-command-last-used: 0
---
Translate {} into Chinese:
1. Preserve the meaning and tone
2. Maintain appropriate cultural context
3. Keep formatting and structure
Return only the translated text.
+3
View File
@@ -0,0 +1,3 @@
## Untitled Conversation
**Time:** 2026-01-25 23:05
**Summary:** Summary generation failed
+22
View File
@@ -0,0 +1,22 @@
| id | name | description | prompt |
| --- | ---- | ----------- | ------ |
| int | text | text | text |
Настройки мира и окружения
| name | description | prompt |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Зомби апокалипсис | Постапокалиптический мир, охваченный вирусом, где выжившие с естественным иммунитетом сражаются с агрессивными зомби за скудные ресурсы. | 21 век. Вирус T-7X вырвался из секретной лаборатории, вызывая глобальную пандемию. Инфицированные превращаются в агрессивных зомби в течение 24 часов. Мы - одна из немногих выживших групп с естественным иммунитетом. Заражение происходит через любые биологические жидкости зомби. Мир в хаосе: города заброшены, инфраструктура разрушена, выжившие сражаются за ресурсы. |
| Современная япония | Технологически развитое общество, где ультрасовременные мегаполисы гармонично соседствуют с древними храмами и традиционным укладом жизни. | 21 век, Япония. Смесь ультрасовременных технологических центров, таких как Токио и Осака, с традиционными районами, храмами и природными пейзажами. Общество высокотехнологичное, но с глубоким уважением к истории и обычаям. |
| Современная Россия | Контрастный мир, сочетающий небоскребы столиц, советскую провинциальную архитектуру и обширные дикие просторы со сложной социальной структурой. | 21 век, Россия. Контраст между ультрасовременными деловыми центрами Москвы и Санкт-Петербурга с их небоскребами и провинциальными городами с советской застройкой. В регионах сохраняются традиционный уклад жизни, обширные природные ландшафты и промышленные зоны. Общество с сложной социальной структурой, где переплетаются технологии, традиции и современные вызовы. |
| Война Алой и Белой розы | Феодальная Англия 15 века, раздираемая междоусобной войной знатных домов, где единственные чудеса — это сталь, интриги и сила воли. | 15 век, Англия. Две знатные династии, Йорки и Ланкастеры, ведут кровавую борьбу за корону. Королевство разорено бесконечными стычками, заговорами и предательствами. Местные бароны используют хаос для укрепления собственной власти, а простой народ страдает от поборов и мародерства. Магии не существует; главные движущие силы — сталь, политика и вера. Общество строго феодальное. |
| Ересь и Пламя | Мрачная Европа 14 века под владычеством Церкви, где любое проявление реальной, но запретной магии карается кострами инквизиции. | 14 век, Центральная Европа. Церковь Единого Солнца безраздельно властвует над умами, объявив любые сверхъестественные явления дьявольским наваждением. Инквизиция безжалостно преследует еретиков, ведьм и алхимиков. Магия реальна, но крайне редка и опасна; ее использование скрывают даже те, кто обладает даром, ибо костры пылают по всему континенту. Мир суров и реалистичен, а вера — главное оружие и проклятие. |
| Эпоха Угасающих Звезд | Вымышленный континент, где древние расы и магия приходят в упадок, а молодые человеческие королевства стремятся заполнить образовавшийся вакуум власти. | 10 век от Затмения, вымышленный континент Аэландрия. Эльфийские королевства в горах закрыли границы, гномьи кланы углубляются в недра, а орки кочуют по Великой Степи. Древняя магия, когда-то менявшая лик мира, постепенно иссякает. Молодые человеческие королевства, не обремененные древними клятвами, рвутся к власти. Монстры и древние руины — обычное дело. Мир полон расового и магического разнообразия, но баланс сил стремительно меняется. |
| Эпоха Сражающихся Провинций (Сэнгоку Дзидай) | Мир жестоких феодальных войн, где честь, предательство и сталь самурая решают судьбу кланов. | Середина 16 века, Япония. Страна раздроблена на десятки враждующих провинций под властью даймё. Бесконечные войны за землю и влияние, интриги при дворах, восстания крестьян-икко-икки. Магии не существует; исход битв решают стратегия, качество доспехов и несгибаемая воля буси. Общество строго иерархично: самураи, крестьяне, ремесленники, купцы. Мир суров и основан на исторических реалиях. |
| Эпоха Теней и Шёпота Камней | Мир, где древние духи-ками и запретная магия ниндзя тайно влияют на ход великих войн. | Середина 16 века, Япония. Пока даймё сражаются за власть видимыми армиями, настоящая война ведётся в тени. Ниндзя-синоби используют древние свитки дзюцу, призывая туманы и читая мысли, но их искусство истощает душу. Духи-ками гор и рек благоволят или гневаются на кланы, влияя на урожаи и удачу в сражениях. Магия реальна, но опасна и скрыта от глаз простолюдинов, становясь секретным оружием в великой политической игре. |
| Пар и Латунь | Мир, где технологии паровых машин достигли невероятных высот, создав общество гигантских механизмов, дымящихся трущоб и викторианской эстетики. | Конец 19 века, альтернативная история. Пар заменяет электричество: летающие дирижабли, шестерёночные автоматоны, паровые экипажи и часы с кукушкой размером с дом. Общество разделено на аристократию инженеров и рабочих, задыхающихся в дыму фабрик. Магии нет — только хитроумные механизмы, пневмопочта, кибернетические протезы на паровой тяге и вечный туман над огромным мегаполисом. Наука и изобретательство правят миром, но за блеском латуни скрывается копоть и социальное неравенство. |
| Последний Город | Мир, погрузившийся в вечную зиму, где выживание человечества зависит от гигантской тепловой машины и жёстких законов. | 1886 год, глобальное оледенение. Солнце почти погасло, температура падает до -70°C. Остатки цивилизации выживают вокруг чудовищных генераторов, согревающих города-крепости. Работа на угольных шахтах, обледеневшие улицы, поиск промёрзших ресурсов и моральный выбор между надеждой и диктатурой ради выживания. Магии нет — только тепло против холода, закон против хаоса, человечность против эффективности. Каждый день — борьба за уголь, пищу и тепло, чтобы генератор не остановился. |
| Ночной Токио: Тени за фасадом | Мир, где вампиры веками встроились в японское общество, скрываясь за корпорациями и кланами, но их законы и интриги пронизывают ночную жизнь мегаполиса. | Современный Токио, наши дни. Вампиры — не просто монстры, а влиятельные бизнесмены, члены якудза или таинственные одиночки. Они используют технологии для маскировки, заключают сделки в неоновых клубах Синдзюку и соблюдают древние кодексы чести. Охота регулируется клановыми соглашениями, а кровь добывается через подпольные банки или договоры с добровольцами. Магия ограничена вампирскими способностями (гипноз, скорость), но мир в целом технологичен. Главные угрозы — внутренние войны кланов и охотники, владеющие современным оружием. |
| Старая Кровь: Тайны за каменными стенами | Мир, где вампирские династии, скрывающиеся в старинных замках и подземельях, ведут многовековые интриги, сталкивая традиции с вызовами современности. | Европа XXI века. Вампиры здесь — аристократы, хранители древних знаний и заговорщики. Они манипулируют политикой из теней, владеют антикварными магазинами в Праге или виллеми в Швейцарских Альпах. Их силы (обращение в летучую мышь, контроль над тенью) часто связаны с европейским фольклором. Кровь добывается через сети «доноров» или ритуальную охоту. Конфликты возникают между консервативными старейшинами и молодыми вампирами, желающими интегрироваться в человеческое общество. Угрозы — охотники из тайных орденов и раскрытие тайн СМИ. |
| Город без солнца: Неоновый голод | Мир, где вампиры — часть криминального подполья или элиты мегаполисов, борясь за власть в условиях жёсткой конкуренции и тотальной маскировки под людей. | США, наши дни. Вампиры действуют в Нью-Йорке, Лос-Анджелесе или Чикаго, используя коррумпированные системы и технологии. Одни создают синтетическую кровь, другие контролируют наркотрафик или ночные клубы. Их способности (сверхсила, регенерация) часто приземлённые, но эффективные. Здесь нет древних кодексов — выживает хитрейший. Угрозы — утечки информации, rival банды и спецотряды ФБР, изучающие паранормальное. Магия почти отсутствует, акцент на урбанистическом хорроре и социальных конфликтах. |
-12
View File
@@ -1,12 +0,0 @@
| id | name | description | prompt |
| --- | ---- | ----------- | ------ |
| int | text | text | text |
Настройки мира и окружения
| id | name | description | prompt |
| --- | ------------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | Зомби апокалипсис | | 21 первый век. Из лаборатории вырвался зомби-вирус. Мы одни из немногих выживших. У некоторых людей как у нас есть иммунитет к вирусу. Любой, в чью кровь попадет слюна или кровь зомби становится инфицирован |
| | Современная япония | | |
| | Современная Россия | | 21 век, Россия. В центре много новостроек и жилых комплексов, а в областях много старых панельных и частных домов |