vault backup: 2026-06-05 16:22:40
This commit is contained in:
Vendored
+2
-1
@@ -13,5 +13,6 @@
|
|||||||
"metadata-menu",
|
"metadata-menu",
|
||||||
"templater-obsidian",
|
"templater-obsidian",
|
||||||
"mermaid-tools",
|
"mermaid-tools",
|
||||||
"mehrmaid"
|
"mehrmaid",
|
||||||
|
"obsidian-livesync"
|
||||||
]
|
]
|
||||||
+67
@@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"commitMessage": "vault backup: {{date}}",
|
||||||
|
"autoCommitMessage": "vault backup: {{date}}",
|
||||||
|
"commitMessageScript": "",
|
||||||
|
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
|
"autoSaveInterval": 0,
|
||||||
|
"autoPushInterval": 0,
|
||||||
|
"autoPullInterval": 0,
|
||||||
|
"autoPullOnBoot": true,
|
||||||
|
"autoCommitOnlyStaged": false,
|
||||||
|
"disablePush": false,
|
||||||
|
"pullBeforePush": true,
|
||||||
|
"disablePopups": false,
|
||||||
|
"showErrorNotices": true,
|
||||||
|
"disablePopupsForNoChanges": false,
|
||||||
|
"listChangedFilesInMessageBody": false,
|
||||||
|
"showStatusBar": true,
|
||||||
|
"updateSubmodules": false,
|
||||||
|
"syncMethod": "merge",
|
||||||
|
"mergeStrategy": "none",
|
||||||
|
"customMessageOnAutoBackup": false,
|
||||||
|
"autoBackupAfterFileChange": false,
|
||||||
|
"treeStructure": false,
|
||||||
|
"refreshSourceControl": true,
|
||||||
|
"basePath": "",
|
||||||
|
"differentIntervalCommitAndPush": false,
|
||||||
|
"changedFilesInStatusBar": false,
|
||||||
|
"showedMobileNotice": true,
|
||||||
|
"refreshSourceControlTimer": 7000,
|
||||||
|
"showBranchStatusBar": true,
|
||||||
|
"setLastSaveToLastCommit": false,
|
||||||
|
"submoduleRecurseCheckout": false,
|
||||||
|
"gitDir": "",
|
||||||
|
"showFileMenu": true,
|
||||||
|
"authorInHistoryView": "hide",
|
||||||
|
"dateInHistoryView": false,
|
||||||
|
"diffStyle": "split",
|
||||||
|
"hunks": {
|
||||||
|
"showSigns": false,
|
||||||
|
"hunkCommands": false,
|
||||||
|
"statusBar": "disabled"
|
||||||
|
},
|
||||||
|
"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,
|
||||||
|
"lastShownAuthorDisplay": "initials",
|
||||||
|
"lastShownDateTimeFormatOptions": "date"
|
||||||
|
}
|
||||||
|
}
|
||||||
+174
@@ -0,0 +1,174 @@
|
|||||||
|
{
|
||||||
|
"remoteType": "",
|
||||||
|
"useCustomRequestHandler": false,
|
||||||
|
"couchDB_URI": "",
|
||||||
|
"couchDB_USER": "",
|
||||||
|
"couchDB_PASSWORD": "",
|
||||||
|
"couchDB_DBNAME": "",
|
||||||
|
"liveSync": true,
|
||||||
|
"syncOnSave": false,
|
||||||
|
"syncOnStart": false,
|
||||||
|
"savingDelay": 200,
|
||||||
|
"lessInformationInLog": false,
|
||||||
|
"gcDelay": 0,
|
||||||
|
"versionUpFlash": "",
|
||||||
|
"minimumChunkSize": 20,
|
||||||
|
"longLineThreshold": 250,
|
||||||
|
"showVerboseLog": false,
|
||||||
|
"suspendFileWatching": false,
|
||||||
|
"trashInsteadDelete": true,
|
||||||
|
"periodicReplication": false,
|
||||||
|
"periodicReplicationInterval": 60,
|
||||||
|
"syncOnFileOpen": false,
|
||||||
|
"encrypt": true,
|
||||||
|
"passphrase": "",
|
||||||
|
"usePathObfuscation": true,
|
||||||
|
"doNotDeleteFolder": false,
|
||||||
|
"resolveConflictsByNewerFile": false,
|
||||||
|
"batchSave": false,
|
||||||
|
"batchSaveMinimumDelay": 5,
|
||||||
|
"batchSaveMaximumDelay": 60,
|
||||||
|
"deviceAndVaultName": "",
|
||||||
|
"usePluginSettings": false,
|
||||||
|
"showOwnPlugins": false,
|
||||||
|
"showStatusOnEditor": true,
|
||||||
|
"showStatusOnStatusbar": true,
|
||||||
|
"showOnlyIconsOnEditor": false,
|
||||||
|
"hideFileWarningNotice": false,
|
||||||
|
"networkWarningStyle": "",
|
||||||
|
"usePluginSync": false,
|
||||||
|
"autoSweepPlugins": false,
|
||||||
|
"autoSweepPluginsPeriodic": false,
|
||||||
|
"notifyPluginOrSettingUpdated": false,
|
||||||
|
"checkIntegrityOnSave": false,
|
||||||
|
"batch_size": 25,
|
||||||
|
"batches_limit": 25,
|
||||||
|
"useHistory": true,
|
||||||
|
"disableRequestURI": true,
|
||||||
|
"skipOlderFilesOnSync": true,
|
||||||
|
"checkConflictOnlyOnOpen": false,
|
||||||
|
"showMergeDialogOnlyOnActive": false,
|
||||||
|
"syncInternalFiles": false,
|
||||||
|
"syncInternalFilesBeforeReplication": false,
|
||||||
|
"syncInternalFilesIgnorePatterns": "\\/node_modules\\/, \\/\\.git\\/, \\/obsidian-livesync\\/",
|
||||||
|
"syncInternalFilesTargetPatterns": "",
|
||||||
|
"syncInternalFilesInterval": 60,
|
||||||
|
"additionalSuffixOfDatabaseName": "d7e61ad2bfd9c323",
|
||||||
|
"ignoreVersionCheck": false,
|
||||||
|
"lastReadUpdates": 25,
|
||||||
|
"deleteMetadataOfDeletedFiles": false,
|
||||||
|
"syncIgnoreRegEx": "",
|
||||||
|
"syncOnlyRegEx": "",
|
||||||
|
"customChunkSize": 60,
|
||||||
|
"readChunksOnline": true,
|
||||||
|
"watchInternalFileChanges": true,
|
||||||
|
"automaticallyDeleteMetadataOfDeletedFiles": 0,
|
||||||
|
"disableMarkdownAutoMerge": false,
|
||||||
|
"writeDocumentsIfConflicted": false,
|
||||||
|
"useDynamicIterationCount": false,
|
||||||
|
"syncAfterMerge": false,
|
||||||
|
"configPassphraseStore": "",
|
||||||
|
"encryptedPassphrase": "%$nsycbmS43ImvvXd1HVc6wmS+LQzNwnG6z5jy141maTDxiARVfSwFOPjCcPwQ9REUSBJfdMlCETY5CBe7HbXVEehvOKTh+RsAq6a39hyFOg6u5AP7oKoVQmCUTCTT8v76FhbCWw==",
|
||||||
|
"encryptedCouchDBConnection": "%$nsycbmS43ImvvXd1HVc6wmS+LQzNwnG6z5jy141maTDR3d+KXS+lmj4Eeo4cVX+LAKOTzZxjwRzidqLZiuMXRuPP+IvVEHykrKV+vDwKE3QK1BFfoe83PgMihZ4Samlwozf2UPjmKLdawKSusJIIynbcI7pNG6DKAYDE/yjLx/1CFkL+HWm97OQosYiv7Mg2TkNHjblMz00rapQMcLgIbHl15FyTG6G7oAYgHBMRG7Y5xE60+zI/BznNddwtL/L4nILwpgVswbTeaul33rKNDwMtrJs8MuNPJ8AsndntZQsIx7JwzvDfXmA/FrGc3y73ZwlfC/1ZYm1+XkWv5LCvoJTuILBCLYvkxzgVQb6bnd8fhbgpUKGZvu6TJ0R2JpDuus2Ud0PvLUf7YfHSFQYQeulJdJdRyMR0mf6UdIXRUX48k3DzDlT6igKw+lDXAu6LUjrXUV7lFcFcSzoNJnEp4V+5HaLDAJSKMnjCsap5ArDbmKEf1W7raBlWZ0zgwLCOjMz6d08DMk41SZ0e6/Qxkt7NQ6vqgGMO2oELVqOAjTdVBfjIHrNWSuwAMMeTurd2yLatupwIOwQWDLq7mjUzqDLFFXusRBxqOghs2ehglAxNj316WceyxZoC96EzyrBCniv+WBV4Rk1z1ZdmYKDxw2ROEBiTTZZJaj8w8UqoQ+KcJN/wfVRjSY/PB2QjIqTPFYYM850KSc3PsZVF+YSBpjFd",
|
||||||
|
"permitEmptyPassphrase": false,
|
||||||
|
"remoteConfigurations": {
|
||||||
|
"legacy-couchdb": {
|
||||||
|
"id": "legacy-couchdb",
|
||||||
|
"name": "CouchDB Remote",
|
||||||
|
"uri": "%$nsycbmS43ImvvXd1HVc6wmS+LQzNwnG6z5jy141maTAYTlbNW82ogEzxRLKEu+q6Mtf571TOy4v6f5UmpQzVoRDuO6EqL4hoaQOzR8kZwvtGTmGB8IuMt4I0Jwk8nVvlc86b5RKYjr5rkjF8Szk3rZ5B8ihjs11U8zDIiw1wkB54enfk/w8K8b+eImpMnOVQi2exnVkNeEkEJH8MUaV3MQBxWU0tnL7ZNI4R90dsnxEwWdqzWYFSUFaqOvSC9LLy/rlbdeo=",
|
||||||
|
"isEncrypted": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"activeConfigurationId": "legacy-couchdb",
|
||||||
|
"P2P_ActiveRemoteConfigurationId": "",
|
||||||
|
"useIndexedDBAdapter": false,
|
||||||
|
"useTimeouts": false,
|
||||||
|
"writeLogToTheFile": false,
|
||||||
|
"doNotPaceReplication": false,
|
||||||
|
"hashCacheMaxCount": 300,
|
||||||
|
"hashCacheMaxAmount": 50,
|
||||||
|
"concurrencyOfReadChunksOnline": 40,
|
||||||
|
"minimumIntervalOfReadChunksOnline": 50,
|
||||||
|
"hashAlg": "xxhash64",
|
||||||
|
"suspendParseReplicationResult": false,
|
||||||
|
"doNotSuspendOnFetching": false,
|
||||||
|
"useIgnoreFiles": false,
|
||||||
|
"ignoreFiles": ".gitignore",
|
||||||
|
"syncOnEditorSave": false,
|
||||||
|
"pluginSyncExtendedSetting": {},
|
||||||
|
"syncMaxSizeInMB": 50,
|
||||||
|
"settingSyncFile": "",
|
||||||
|
"writeCredentialsForSettingSync": false,
|
||||||
|
"notifyAllSettingSyncFile": false,
|
||||||
|
"isConfigured": true,
|
||||||
|
"settingVersion": 10,
|
||||||
|
"enableCompression": false,
|
||||||
|
"accessKey": "",
|
||||||
|
"bucket": "",
|
||||||
|
"endpoint": "",
|
||||||
|
"region": "",
|
||||||
|
"secretKey": "",
|
||||||
|
"useEden": false,
|
||||||
|
"maxChunksInEden": 10,
|
||||||
|
"maxTotalLengthInEden": 1024,
|
||||||
|
"maxAgeInEden": 10,
|
||||||
|
"disableCheckingConfigMismatch": false,
|
||||||
|
"displayLanguage": "ru",
|
||||||
|
"enableChunkSplitterV2": false,
|
||||||
|
"disableWorkerForGeneratingChunks": false,
|
||||||
|
"processSmallFilesInUIThread": false,
|
||||||
|
"notifyThresholdOfRemoteStorageSize": 2000,
|
||||||
|
"usePluginSyncV2": true,
|
||||||
|
"usePluginEtc": false,
|
||||||
|
"handleFilenameCaseSensitive": false,
|
||||||
|
"doNotUseFixedRevisionForChunks": true,
|
||||||
|
"showLongerLogInsideEditor": false,
|
||||||
|
"sendChunksBulk": false,
|
||||||
|
"sendChunksBulkMaxSize": 1,
|
||||||
|
"useSegmenter": false,
|
||||||
|
"useAdvancedMode": false,
|
||||||
|
"usePowerUserMode": false,
|
||||||
|
"useEdgeCaseMode": false,
|
||||||
|
"enableDebugTools": false,
|
||||||
|
"suppressNotifyHiddenFilesChange": false,
|
||||||
|
"syncMinimumInterval": 2000,
|
||||||
|
"P2P_Enabled": false,
|
||||||
|
"P2P_AutoAccepting": 0,
|
||||||
|
"P2P_AppID": "self-hosted-livesync",
|
||||||
|
"P2P_roomID": "",
|
||||||
|
"P2P_passphrase": "",
|
||||||
|
"P2P_relays": "wss://exp-relay.vrtmrz.net/",
|
||||||
|
"P2P_AutoBroadcast": false,
|
||||||
|
"P2P_AutoStart": false,
|
||||||
|
"P2P_AutoSyncPeers": "",
|
||||||
|
"P2P_AutoWatchPeers": "",
|
||||||
|
"P2P_SyncOnReplication": "",
|
||||||
|
"P2P_RebuildFrom": "",
|
||||||
|
"P2P_AutoAcceptingPeers": "",
|
||||||
|
"P2P_AutoDenyingPeers": "",
|
||||||
|
"P2P_IsHeadless": false,
|
||||||
|
"P2P_DevicePeerName": "",
|
||||||
|
"P2P_turnServers": "",
|
||||||
|
"P2P_turnUsername": "",
|
||||||
|
"P2P_turnCredential": "",
|
||||||
|
"P2P_useDiagRTC": false,
|
||||||
|
"doctorProcessedVersion": "0.25.27",
|
||||||
|
"bucketCustomHeaders": "",
|
||||||
|
"couchDB_CustomHeaders": "",
|
||||||
|
"useJWT": false,
|
||||||
|
"jwtAlgorithm": "",
|
||||||
|
"jwtKey": "",
|
||||||
|
"jwtKid": "",
|
||||||
|
"jwtSub": "",
|
||||||
|
"jwtExpDuration": 5,
|
||||||
|
"useRequestAPI": true,
|
||||||
|
"bucketPrefix": "",
|
||||||
|
"chunkSplitterVersion": "v3-rabin-karp",
|
||||||
|
"E2EEAlgorithm": "v2",
|
||||||
|
"processSizeMismatchedFiles": false,
|
||||||
|
"forcePathStyle": true,
|
||||||
|
"syncInternalFileOverwritePatterns": "",
|
||||||
|
"useOnlyLocalChunk": false,
|
||||||
|
"maxMTimeForReflectEvents": 0,
|
||||||
|
"tweakModified": 1780645520838
|
||||||
|
}
|
||||||
+19
File diff suppressed because one or more lines are too long
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-livesync",
|
||||||
|
"name": "Self-hosted LiveSync",
|
||||||
|
"version": "0.25.73",
|
||||||
|
"minAppVersion": "1.7.2",
|
||||||
|
"description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
|
||||||
|
"author": "vorotamoroz",
|
||||||
|
"authorUrl": "https://github.com/vrtmrz",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
+572
@@ -0,0 +1,572 @@
|
|||||||
|
.ls-dialog .added {
|
||||||
|
color: var(--text-on-accent);
|
||||||
|
background-color: var(--text-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ls-dialog .normal {
|
||||||
|
color: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ls-dialog .deleted {
|
||||||
|
color: var(--text-on-accent);
|
||||||
|
background-color: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.conflict-dev-name {
|
||||||
|
display: inline-block;
|
||||||
|
min-width: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conflict-action-button {
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.op-scrollable {
|
||||||
|
overflow-y: scroll;
|
||||||
|
/* min-height: 280px; */
|
||||||
|
max-height: 280px;
|
||||||
|
user-select: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
}
|
||||||
|
|
||||||
|
.op-pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.op-warn {
|
||||||
|
border: 1px solid salmon;
|
||||||
|
padding: 2px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.op-warn::before {
|
||||||
|
content: "Warning";
|
||||||
|
font-weight: bold;
|
||||||
|
color: salmon;
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.op-warn-info {
|
||||||
|
border: 1px solid rgb(255, 209, 81);
|
||||||
|
padding: 2px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.op-warn-info::before {
|
||||||
|
content: "Notice";
|
||||||
|
font-weight: bold;
|
||||||
|
color: rgb(255, 209, 81);
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.syncstatusbar {
|
||||||
|
-webkit-filter: grayscale(100%);
|
||||||
|
filter: grayscale(100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tcenter {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-plugins-wrap {
|
||||||
|
display: flex;
|
||||||
|
flex-grow: 1;
|
||||||
|
max-height: 50vh;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-remote-list .setting-item-description {
|
||||||
|
white-space: normal;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-plugins-tbl {
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
width: 100%;
|
||||||
|
max-height: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.divider th {
|
||||||
|
border-top: 1px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-header-button {
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--sls-log-text: "";
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-troubleshoot-preview {
|
||||||
|
max-width: max-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-troubleshoot-preview img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-tab {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.sls-setting-menu-btn {
|
||||||
|
color: var(--text-normal);
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 6px 10px;
|
||||||
|
cursor: pointer;
|
||||||
|
margin-right: 2px;
|
||||||
|
font-family: "Inter", sans-serif;
|
||||||
|
outline: none;
|
||||||
|
user-select: none;
|
||||||
|
flex-grow: 1;
|
||||||
|
text-align: center;
|
||||||
|
flex-shrink: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-label.selected {
|
||||||
|
/* order: 1; */
|
||||||
|
flex-grow: 1;
|
||||||
|
/* width: 100%; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-tab:hover~div.sls-setting-menu-btn,
|
||||||
|
.sls-setting-label.selected .sls-setting-tab:checked~div.sls-setting-menu-btn {
|
||||||
|
background-color: var(--interactive-accent);
|
||||||
|
color: var(--text-on-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-menu-wrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-grow: 1;
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
backdrop-filter: blur(15px);
|
||||||
|
padding: 4px;
|
||||||
|
border-radius: 10px;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-menu {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
--sls-col-transparent: transparent;
|
||||||
|
--sls-col-warn: rgba(var(--background-modifier-error-rgb), 0.1);
|
||||||
|
--sls-col-warn-stripe1: var(--sls-col-transparent);
|
||||||
|
--sls-col-warn-stripe2: var(--sls-col-warn);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-menu-buttons {
|
||||||
|
border: 1px solid var(--sls-col-warn);
|
||||||
|
/* padding: 2px; */
|
||||||
|
margin: 1px;
|
||||||
|
border-radius: 4px;
|
||||||
|
background-image: linear-gradient(-45deg,
|
||||||
|
var(--sls-col-warn-stripe1) 25%, var(--sls-col-warn-stripe2) 25%, var(--sls-col-warn-stripe2) 50%,
|
||||||
|
var(--sls-col-warn-stripe1) 50%, var(--sls-col-warn-stripe1) 75%, var(--sls-col-warn-stripe2) 75%, var(--sls-col-warn-stripe2));
|
||||||
|
background-size: 30px 30px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
/* justify-content: flex-end; */
|
||||||
|
padding: 0.5em 0.25em;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
/* transition: background-position 1s; */
|
||||||
|
animation: sls-scroll-warn 1s linear 0s infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes sls-scroll-warn {
|
||||||
|
0% {
|
||||||
|
background-position: 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
background-position: 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-menu-buttons label {
|
||||||
|
margin-right: auto;
|
||||||
|
flex-grow: 1;
|
||||||
|
color: var(--text-warning);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-label {
|
||||||
|
flex-grow: 1;
|
||||||
|
display: inline-flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting-collapsed {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-plugins-tbl-buttons {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-plugins-tbl-buttons button {
|
||||||
|
flex-grow: 0;
|
||||||
|
padding: 6px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-plugins-tbl-device-head {
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
color: var(--text-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.op-flex {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.op-flex input {
|
||||||
|
display: inline-flex;
|
||||||
|
flex-grow: 1;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.op-info {
|
||||||
|
display: inline-flex;
|
||||||
|
flex-grow: 1;
|
||||||
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-added {
|
||||||
|
color: var(--text-on-accent);
|
||||||
|
background-color: var(--text-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-normal {
|
||||||
|
color: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-deleted {
|
||||||
|
color: var(--text-on-accent);
|
||||||
|
background-color: var(--text-muted);
|
||||||
|
text-decoration: line-through;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ob-btn-config-fix label {
|
||||||
|
margin-right: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ob-btn-config-info {
|
||||||
|
border: 1px solid salmon;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 1px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ob-btn-config-head {
|
||||||
|
padding: 2px;
|
||||||
|
margin: 1px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.isWizard .wizardHidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting:not(.isWizard) .wizardOnly {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-item-dirty::before {
|
||||||
|
content: "✏";
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-item-dirty-help::after {
|
||||||
|
content: " ❓";
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-item-invalid-value {
|
||||||
|
background-color: rgba(var(--background-modifier-error-rgb), 0.3) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-disabled input[type=text],
|
||||||
|
.sls-setting-disabled input[type=number],
|
||||||
|
.sls-setting-disabled input[type=password] {
|
||||||
|
filter: brightness(80%);
|
||||||
|
color: var(--text-muted);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.sls-setting-obsolete {
|
||||||
|
/* background-image: linear-gradient(-45deg,
|
||||||
|
var(--sls-col-warn-stripe1) 25%, var(--sls-col-warn-stripe2) 25%, var(--sls-col-warn-stripe2) 50%,
|
||||||
|
var(--sls-col-warn-stripe1) 50%, var(--sls-col-warn-stripe1) 75%, var(--sls-col-warn-stripe2) 75%, var(--sls-col-warn-stripe2)); */
|
||||||
|
background-image: linear-gradient(-45deg,
|
||||||
|
transparent 25%, rgba(var(--background-secondary), 0.1) 25%, rgba(var(--background-secondary), 0.1) 50%, transparent 50%, transparent 75%, rgba(var(--background-secondary), 0.1) 75%, rgba(var(--background-secondary), 0.1));
|
||||||
|
background-size: 60px 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.password-input>.setting-item-control>input {
|
||||||
|
-webkit-text-security: disc;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.ls-mark-cr::after {
|
||||||
|
user-select: none;
|
||||||
|
content: "↲";
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.deleted span.ls-mark-cr::after {
|
||||||
|
color: var(--text-on-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ls-imgdiff-wrap {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ls-imgdiff-wrap .overlay {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ls-imgdiff-wrap .overlay .img-base {
|
||||||
|
position: relative;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ls-imgdiff-wrap .overlay .img-overlay {
|
||||||
|
-webkit-filter: invert(100%) opacity(50%);
|
||||||
|
filter: invert(100%) opacity(50%);
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
animation: ls-blink-diff 0.5s cubic-bezier(0.4, 0, 1, 1) infinite alternate;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes ls-blink-diff {
|
||||||
|
0% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.livesync-status {
|
||||||
|
user-select: none;
|
||||||
|
pointer-events: none;
|
||||||
|
height: auto;
|
||||||
|
min-height: 1em;
|
||||||
|
position: absolute;
|
||||||
|
background-color: transparent;
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
|
padding-right: 16px;
|
||||||
|
top: var(--header-height);
|
||||||
|
z-index: calc(var(--layer-cover) + 1);
|
||||||
|
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
|
tab-size: 4;
|
||||||
|
text-align: right;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
display: inline-block;
|
||||||
|
color: var(--text-normal);
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.workspace-leaf-content[data-type=bases] .livesync-status {
|
||||||
|
top: calc(var(--bases-header-height) + var(--header-height));
|
||||||
|
padding: 5px;
|
||||||
|
padding-right: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-mobile div.workspace-leaf-content[data-type=bases] .livesync-status {
|
||||||
|
top: calc(var(--bases-header-height) + var(--view-header-height));
|
||||||
|
padding: 6px;
|
||||||
|
padding-right: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.livesync-status div {
|
||||||
|
opacity: 0.6;
|
||||||
|
-webkit-filter: grayscale(100%);
|
||||||
|
filter: grayscale(100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.livesync-status .livesync-status-loghistory {
|
||||||
|
text-align: left;
|
||||||
|
opacity: 0.4;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.livesync-status div.livesync-status-messagearea:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.livesync-status div.livesync-status-messagearea:not(:empty) {
|
||||||
|
opacity: 0.6;
|
||||||
|
color: var(--text-on-accent);
|
||||||
|
border: 1px solid var(--background-modifier-error);
|
||||||
|
background-color: rgba(var(--background-modifier-error-rgb), 0.2);
|
||||||
|
-webkit-filter: unset;
|
||||||
|
filter: unset;
|
||||||
|
width: fit-content;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.menu-setting-poweruser-disabled .sls-setting-poweruser {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-setting-advanced-disabled .sls-setting-advanced {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-setting-edgecase-disabled .sls-setting-edgecase {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-setting-panel-title {
|
||||||
|
position: sticky;
|
||||||
|
font-size: medium;
|
||||||
|
top: 2.5em;
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 0.5em 1.0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.active-pane .sls-setting-panel-title {
|
||||||
|
border: 1px solid var(--interactive-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-dialogue-note-wrapper {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-dialogue-note-countdown {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-qr {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
max-width: max-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sls-keypair pre {
|
||||||
|
max-width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-break: break-all;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Diff navigation */
|
||||||
|
.diff-options-row {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.diff-nav {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.diff-nav-btn {
|
||||||
|
padding: 2px 8px;
|
||||||
|
font-size: 0.85em;
|
||||||
|
cursor: pointer;
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
border-radius: 4px;
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
color: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.diff-nav-btn:hover {
|
||||||
|
background-color: var(--background-modifier-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.diff-nav-indicator {
|
||||||
|
font-size: 0.85em;
|
||||||
|
color: var(--text-muted);
|
||||||
|
min-width: 3em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.diff-only-label {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-search-row {
|
||||||
|
display: flex;
|
||||||
|
gap: 5px;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-search-input {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-search-result-indicator {
|
||||||
|
font-size: 0.8em;
|
||||||
|
min-width: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-search-progress-indicator {
|
||||||
|
font-size: 0.8em;
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-diff-options-row {
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-highlight-diff-container,
|
||||||
|
.history-highlight-diff-label {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.history-highlight-diff-label {
|
||||||
|
gap: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.diff-focused {
|
||||||
|
outline: 2px solid var(--interactive-accent);
|
||||||
|
outline-offset: 1px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
@@ -29,3 +29,9 @@ git clone https://git.msi25.moonlightv.xyz/msi25/knowledge.git
|
|||||||
Текущие настройки плагина:
|
Текущие настройки плагина:
|
||||||
- `Commit-and-sync` выполняется каждые 5 минут (цепочка `add - commit - pull - push`)
|
- `Commit-and-sync` выполняется каждые 5 минут (цепочка `add - commit - pull - push`)
|
||||||
- `Pull` выполняется при открытии приложения
|
- `Pull` выполняется при открытии приложения
|
||||||
|
Рекомендации:
|
||||||
|
- Не работать одновременно над одним файлом
|
||||||
|
- После важных изменений нажимать `Commit-and-sync`
|
||||||
|
- Если нужно актуализировать во время работы, нажимать `Pull`
|
||||||
|
# Как идея
|
||||||
|
Можно завести папки под каждого участника команды. Файлы перемещаются в папки, редактируются в них, после этого идут в общую базу
|
||||||
|
|||||||
-18
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
epoch: 1780047571652
|
|
||||||
modelKey: "google/gemini-2.5-flash|openrouterai"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tags:
|
|
||||||
- copilot-conversation
|
|
||||||
---
|
|
||||||
|
|
||||||
**user**: ошибка парсинга шаблона [[REQ_Template]] помоги исправить
|
|
||||||
[Context: Notes: база/Templates/REQ_Template.md]
|
|
||||||
[Timestamp: 2026/05/29 16:39:31]
|
|
||||||
|
|
||||||
**ai**:
|
|
||||||
<errorChunk>Model request failed: API key is not provided for the model: google/gemini-2.5-flash|openrouterai.</errorChunk>
|
|
||||||
[Timestamp: 2026/05/29 16:39:31]
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,69 +0,0 @@
|
|||||||
---
|
|
||||||
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:
|
|
||||||
---
|
|
||||||

|
|
||||||
|
|
||||||
> [!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.
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
[[REQ-ADCS-001]]
|
[[REQ-ADCS-001]]
|
||||||
[[база/L3_Подсистема/СОС/REQ/ADCS-REQ-004]]
|
[[ADCS-REQ-004]]
|
||||||
[[база/L3_Подсистема/СОС/REQ/ADCS-REQ-003]]
|
[[ADCS-REQ-003]]
|
||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
# Миссия
|
# Миссия
|
||||||
[[дорожная карта]]
|
[[дорожная карта]]
|
||||||
|
|
||||||
[[база/требования|требования]]
|
[[требования|требования]]
|
||||||
[[КПЭО]]
|
[[КПЭО]]
|
||||||
[[верификация]]
|
[[верификация]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user