vault backup: 2024-07-19 07:31:58
This commit is contained in:
parent
3d28a9f94f
commit
15b7703b9b
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -25,5 +25,6 @@
|
|||||||
"obsidian-plantuml",
|
"obsidian-plantuml",
|
||||||
"obsidian-hover-editor",
|
"obsidian-hover-editor",
|
||||||
"find-unlinked-files",
|
"find-unlinked-files",
|
||||||
"obsidian-git"
|
"obsidian-git",
|
||||||
|
"obsidian-tasks-plugin"
|
||||||
]
|
]
|
257
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
Normal file
257
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
Normal file
@ -0,0 +1,257 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": " ",
|
||||||
|
"name": "Unchecked",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "x",
|
||||||
|
"name": "Checked",
|
||||||
|
"nextStatusSymbol": " ",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "DONE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": ">",
|
||||||
|
"name": "Rescheduled",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "<",
|
||||||
|
"name": "Scheduled",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "!",
|
||||||
|
"name": "Important",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "?",
|
||||||
|
"name": "Question",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "*",
|
||||||
|
"name": "Star",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "n",
|
||||||
|
"name": "Note",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "l",
|
||||||
|
"name": "Location",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "i",
|
||||||
|
"name": "Information",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "I",
|
||||||
|
"name": "Idea",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "S",
|
||||||
|
"name": "Amount",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "p",
|
||||||
|
"name": "Pro",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "c",
|
||||||
|
"name": "Con",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "b",
|
||||||
|
"name": "Bookmark",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "\"",
|
||||||
|
"name": "Quote",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "0",
|
||||||
|
"name": "Speech bubble 0",
|
||||||
|
"nextStatusSymbol": "0",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "1",
|
||||||
|
"name": "Speech bubble 1",
|
||||||
|
"nextStatusSymbol": "1",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "2",
|
||||||
|
"name": "Speech bubble 2",
|
||||||
|
"nextStatusSymbol": "2",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "3",
|
||||||
|
"name": "Speech bubble 3",
|
||||||
|
"nextStatusSymbol": "3",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "4",
|
||||||
|
"name": "Speech bubble 4",
|
||||||
|
"nextStatusSymbol": "4",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "5",
|
||||||
|
"name": "Speech bubble 5",
|
||||||
|
"nextStatusSymbol": "5",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "6",
|
||||||
|
"name": "Speech bubble 6",
|
||||||
|
"nextStatusSymbol": "6",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "7",
|
||||||
|
"name": "Speech bubble 7",
|
||||||
|
"nextStatusSymbol": "7",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "8",
|
||||||
|
"name": "Speech bubble 8",
|
||||||
|
"nextStatusSymbol": "8",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "9",
|
||||||
|
"name": "Speech bubble 9",
|
||||||
|
"nextStatusSymbol": "9",
|
||||||
|
"availableAsCommand": false,
|
||||||
|
"type": "NON_TASK"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
382
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
382
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
12
.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-tasks-plugin",
|
||||||
|
"name": "Tasks",
|
||||||
|
"version": "7.6.1",
|
||||||
|
"minAppVersion": "1.1.1",
|
||||||
|
"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": "Martin Schenck and Clare Macrae",
|
||||||
|
"authorUrl": "https://github.com/obsidian-tasks-group",
|
||||||
|
"fundingUrl": "https://github.com/sponsors/claremacrae",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
1
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -40,8 +40,8 @@ link: https://todoist.com/app/project/Kvartira-6Fx8gwXCXPFrWqw4
|
|||||||
- [ ]
|
- [ ]
|
||||||
## План
|
## План
|
||||||
- [x] Составить список желаний: [Идеи для ремонта](Идеи%20для%20ремонта.md)
|
- [x] Составить список желаний: [Идеи для ремонта](Идеи%20для%20ремонта.md)
|
||||||
- [ ] Изучить как принимать квартиру. Составить чеклист
|
- [ ] Изучить как принимать квартиру. Составить чеклист - ⏳
|
||||||
- [ ] Пройти [Курс. Как сделать ремонт и не сойти с ума](Курс.%20Как%20сделать%20ремонт%20и%20не%20сойти%20с%20ума.md)
|
- [ ] Пройти [Курс. Как сделать ремонт и не сойти с ума](Курс.%20Как%20сделать%20ремонт%20и%20не%20сойти%20с%20ума.md) -
|
||||||
- [ ] Переработать конспект в знания. [Курс. Как сделать ремонт и не сойти с ума](Курс.%20Как%20сделать%20ремонт%20и%20не%20сойти%20с%20ума.md)
|
- [ ] Переработать конспект в знания. [Курс. Как сделать ремонт и не сойти с ума](Курс.%20Как%20сделать%20ремонт%20и%20не%20сойти%20с%20ума.md)
|
||||||
- [ ] Подготовить дизайн проект
|
- [ ] Подготовить дизайн проект
|
||||||
- [x] Обсудить [Идеи для ремонта](Идеи%20для%20ремонта.md)
|
- [x] Обсудить [Идеи для ремонта](Идеи%20для%20ремонта.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user