vault backup: 2026-04-19 15:16:47
This commit is contained in:
100
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
100
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
@@ -1,99 +1 @@
|
||||
{
|
||||
"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": "#task",
|
||||
"removeGlobalFilter": true,
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"isShownInEditModal": {
|
||||
"priority": true,
|
||||
"recurrence": true,
|
||||
"due": true,
|
||||
"scheduled": true,
|
||||
"start": true,
|
||||
"before_this": true,
|
||||
"after_this": true,
|
||||
"status": true,
|
||||
"created": true,
|
||||
"done": true,
|
||||
"cancelled": true
|
||||
},
|
||||
"features": {
|
||||
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
|
||||
},
|
||||
"generalSettings": {},
|
||||
"headingOpened": {
|
||||
"核心状态": true,
|
||||
"自定义状态": 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
{"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":"#task","removeGlobalFilter":true,"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"}]},"isShownInEditModal":{"priority":true,"recurrence":true,"due":true,"scheduled":true,"start":true,"before_this":true,"after_this":true,"status":true,"created":true,"done":true,"cancelled":true},"features":{"INTERNAL_TESTING_ENABLED_BY_DEFAULT":true},"generalSettings":{},"headingOpened":{"核心状态":true,"自定义状态":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"}}}
|
||||
@@ -1,12 +1 @@
|
||||
{
|
||||
"id": "obsidian-tasks-plugin",
|
||||
"name": "Tasks",
|
||||
"version": "7.23.1",
|
||||
"minAppVersion": "1.4.0",
|
||||
"description": "(搜索.format(\"ddd Do MMM\")翻译可更改右键菜单日期格式) 跟踪你库中的任务.支持截止日期、重复任务、完成日期、子任务列表项和过滤功能.",
|
||||
"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
|
||||
}
|
||||
{"id":"obsidian-tasks-plugin","name":"Tasks","version":"7.23.1","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}
|
||||
Reference in New Issue
Block a user