vault backup: 2026-04-19 15:16:47
This commit is contained in:
28
.obsidian/plugins/dataview/data.json
vendored
28
.obsidian/plugins/dataview/data.json
vendored
@@ -1,27 +1 @@
|
||||
{
|
||||
"renderNullAs": "\\-",
|
||||
"taskCompletionTracking": false,
|
||||
"taskCompletionUseEmojiShorthand": false,
|
||||
"taskCompletionText": "completion",
|
||||
"taskCompletionDateFormat": "yyyy-MM-dd",
|
||||
"recursiveSubTaskCompletion": false,
|
||||
"warnOnEmptyResult": true,
|
||||
"refreshEnabled": true,
|
||||
"refreshInterval": 2500,
|
||||
"defaultDateFormat": "",
|
||||
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
|
||||
"maxRecursiveRenderDepth": 4,
|
||||
"tableIdColumnName": "File",
|
||||
"tableGroupColumnName": "Group",
|
||||
"showResultCount": true,
|
||||
"allowHtml": true,
|
||||
"inlineQueryPrefix": "=",
|
||||
"inlineJsQueryPrefix": "$=",
|
||||
"inlineQueriesInCodeblocks": true,
|
||||
"enableInlineDataview": true,
|
||||
"enableDataviewJs": true,
|
||||
"enableInlineDataviewJs": true,
|
||||
"prettyRenderInlineFields": true,
|
||||
"prettyRenderInlineFieldsInLivePreview": true,
|
||||
"dataviewJsKeyword": "dataviewjs"
|
||||
}
|
||||
{"renderNullAs":"\\-","taskCompletionTracking":false,"taskCompletionUseEmojiShorthand":false,"taskCompletionText":"completion","taskCompletionDateFormat":"yyyy-MM-dd","recursiveSubTaskCompletion":false,"warnOnEmptyResult":true,"refreshEnabled":true,"refreshInterval":2500,"defaultDateFormat":"MMMM dd, yyyy","defaultDateTimeFormat":"h:mm a - MMMM dd, yyyy","maxRecursiveRenderDepth":4,"tableIdColumnName":"File","tableGroupColumnName":"Group","showResultCount":true,"allowHtml":true,"inlineQueryPrefix":"=","inlineJsQueryPrefix":"$=","inlineQueriesInCodeblocks":true,"enableInlineDataview":true,"enableDataviewJs":true,"enableInlineDataviewJs":true,"prettyRenderInlineFields":true,"prettyRenderInlineFieldsInLivePreview":true,"dataviewJsKeyword":"dataviewjs"}
|
||||
452
.obsidian/plugins/dataview/main.js
vendored
452
.obsidian/plugins/dataview/main.js
vendored
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/dataview/manifest.json
vendored
12
.obsidian/plugins/dataview/manifest.json
vendored
@@ -1,11 +1 @@
|
||||
{
|
||||
"id": "dataview",
|
||||
"name": "Dataview",
|
||||
"version": "0.5.68",
|
||||
"minAppVersion": "0.13.11",
|
||||
"description": "为数据爱好提供的复杂数据视图。",
|
||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||
"authorUrl": "https://github.com/blacksmithgu",
|
||||
"helpUrl": "https://blacksmithgu.github.io/obsidian-dataview/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
{"id":"dataview","name":"Dataview","version":"0.5.68","minAppVersion":"0.13.11","description":"Complex data views for the data-obsessed.","author":"Michael Brenan <blacksmithgu@gmail.com>","authorUrl":"https://github.com/blacksmithgu","helpUrl":"https://blacksmithgu.github.io/obsidian-dataview/","isDesktopOnly":false}
|
||||
44
.obsidian/plugins/heatmap-tracker/data.json
vendored
44
.obsidian/plugins/heatmap-tracker/data.json
vendored
@@ -1,43 +1 @@
|
||||
{
|
||||
"palettes": {
|
||||
"default": [
|
||||
"#c6e48b",
|
||||
"#7bc96f",
|
||||
"#49af5d",
|
||||
"#2e8840",
|
||||
"#196127"
|
||||
],
|
||||
"danger": [
|
||||
"#fff33b",
|
||||
"#fdc70c",
|
||||
"#f3903f",
|
||||
"#ed683c",
|
||||
"#e93e3a"
|
||||
],
|
||||
"obsidianTheme": [
|
||||
"var(--color-base-00)",
|
||||
"var(--color-base-05)",
|
||||
"var(--color-base-10)",
|
||||
"var(--color-base-20)",
|
||||
"var(--color-base-25)",
|
||||
"var(--color-base-30)",
|
||||
"var(--color-base-35)",
|
||||
"var(--color-base-40)",
|
||||
"var(--color-base-50)",
|
||||
"var(--color-base-60)",
|
||||
"var(--color-base-70)",
|
||||
"var(--color-base-100)"
|
||||
]
|
||||
},
|
||||
"weekStartDay": 1,
|
||||
"showWeekNums": true,
|
||||
"weekDisplayMode": "all",
|
||||
"separateMonths": false,
|
||||
"language": "zh",
|
||||
"viewTabsVisibility": {
|
||||
"documentation": false,
|
||||
"heatmap-tracker": true,
|
||||
"heatmap-tracker-statistics": true,
|
||||
"legend": false
|
||||
}
|
||||
}
|
||||
{"palettes":{"default":["#c6e48b","#7bc96f","#49af5d","#2e8840","#196127"],"danger":["#fff33b","#fdc70c","#f3903f","#ed683c","#e93e3a"],"obsidianTheme":["var(--color-base-00)","var(--color-base-05)","var(--color-base-10)","var(--color-base-20)","var(--color-base-25)","var(--color-base-30)","var(--color-base-35)","var(--color-base-40)","var(--color-base-50)","var(--color-base-60)","var(--color-base-70)","var(--color-base-100)"]},"weekStartDay":1,"showWeekNums":true,"weekDisplayMode":"all","separateMonths":false,"language":"zh","viewTabsVisibility":{"documentation":false,"heatmap-tracker":true,"heatmap-tracker-statistics":true,"legend":false}}
|
||||
13
.obsidian/plugins/heatmap-tracker/manifest.json
vendored
13
.obsidian/plugins/heatmap-tracker/manifest.json
vendored
@@ -1,12 +1 @@
|
||||
{
|
||||
"id": "heatmap-tracker",
|
||||
"name": "Heatmap Tracker",
|
||||
"version": "2.2.0",
|
||||
"minAppVersion": "0.1.0",
|
||||
"description": "Visualize your activity and track goals, progress, habits, tasks, exercise, finances, and more—all in a single, interactive heatmap!",
|
||||
"author": "Maksim Rubanau",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": {
|
||||
"Buy Me a Coffee": "https://www.buymeacoffee.com/mrubanau"
|
||||
}
|
||||
}
|
||||
{"id":"heatmap-tracker","name":"Heatmap Tracker","version":"2.2.0","minAppVersion":"0.1.0","description":"Visualize your activity and track goals, progress, habits, tasks, exercise, finances, and more—all in a single, interactive heatmap!","author":"Maksim Rubanau","isDesktopOnly":false,"fundingUrl":{"Buy Me a Coffee":"https://www.buymeacoffee.com/mrubanau"}}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"id": "highlightr-plugin",
|
||||
"name": "Highlightr",
|
||||
"version": "1.2.2",
|
||||
"minAppVersion": "0.12.8",
|
||||
"description": "一个简约且美观的高亮菜单,使彩色高亮更加容易,提供可配置的高亮颜色选择 🎨。",
|
||||
"author": "chetachi",
|
||||
"authorUrl": "https://github.com/chetachiezikeuzor",
|
||||
"isDesktopOnly": false
|
||||
"id": "highlightr-plugin",
|
||||
"name": "Highlightr",
|
||||
"version": "1.2.2",
|
||||
"minAppVersion": "0.12.8",
|
||||
"description": "A minimal and aesthetically pleasing highlighting menu that makes color-coded highlighting much easier with a configurable assortment of highlight colors 🎨.",
|
||||
"author": "chetachi",
|
||||
"authorUrl": "https://github.com/chetachiezikeuzor",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
||||
24
.obsidian/plugins/homepage/data.json
vendored
24
.obsidian/plugins/homepage/data.json
vendored
@@ -1,23 +1 @@
|
||||
{
|
||||
"version": 4,
|
||||
"homepages": {
|
||||
"Main Homepage": {
|
||||
"value": "Meta/🏡HOME",
|
||||
"kind": "文件",
|
||||
"openOnStartup": true,
|
||||
"openMode": "Replace all open notes",
|
||||
"manualOpenMode": "Keep open notes",
|
||||
"view": "Default view",
|
||||
"revertView": true,
|
||||
"openWhenEmpty": false,
|
||||
"refreshDataview": false,
|
||||
"autoCreate": false,
|
||||
"autoScroll": false,
|
||||
"pin": false,
|
||||
"commands": [],
|
||||
"alwaysApply": false,
|
||||
"hideReleaseNotes": false
|
||||
}
|
||||
},
|
||||
"separateMobile": false
|
||||
}
|
||||
{"version":4,"homepages":{"Main Homepage":{"value":"Meta/🏡HOME","kind":"File","openOnStartup":true,"openMode":"Replace all open notes","manualOpenMode":"Keep open notes","view":"Default view","revertView":true,"openWhenEmpty":false,"refreshDataview":false,"autoCreate":false,"autoScroll":false,"pin":false,"commands":[],"alwaysApply":false,"hideReleaseNotes":false}},"separateMobile":false}
|
||||
14
.obsidian/plugins/homepage/manifest.json
vendored
14
.obsidian/plugins/homepage/manifest.json
vendored
@@ -1,13 +1 @@
|
||||
{
|
||||
"id": "homepage",
|
||||
"name": "Homepage",
|
||||
"version": "4.4.0",
|
||||
"minAppVersion": "1.11.0",
|
||||
"description": "在启动时打开指定的笔记、画布或工作区,或设置以便后续快速访问。",
|
||||
"author": "novov",
|
||||
"authorUrl": "https://novov.me",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": {
|
||||
"Ko-fi": "https://ko-fi.com/novov"
|
||||
}
|
||||
}
|
||||
{"id":"homepage","name":"Homepage","version":"4.4.0","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"}}
|
||||
15731
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
15731
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
File diff suppressed because one or more lines are too long
@@ -1,12 +1 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.22.0",
|
||||
"minAppVersion": "1.5.7",
|
||||
"description": "用于编辑和查看 Excalidraw 图纸的 Obsidian 插件",
|
||||
"author": "Zsolt Viczian",
|
||||
"authorUrl": "https://excalidraw-obsidian.online",
|
||||
"fundingUrl": "https://ko-fi.com/zsolt",
|
||||
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
{"id":"obsidian-excalidraw-plugin","name":"Excalidraw","version":"2.22.0","minAppVersion":"1.5.7","description":"用于编辑和查看 Excalidraw 图纸的 Obsidian 插件","author":"Zsolt Viczian","authorUrl":"https://excalidraw-obsidian.online","fundingUrl":"https://ko-fi.com/zsolt","helpUrl":"https://github.com/zsviczian/obsidian-excalidraw-plugin#readme","isDesktopOnly":false}
|
||||
12
.obsidian/plugins/obsidian-livesync/data.json
vendored
12
.obsidian/plugins/obsidian-livesync/data.json
vendored
@@ -48,7 +48,7 @@
|
||||
"skipOlderFilesOnSync": true,
|
||||
"checkConflictOnlyOnOpen": false,
|
||||
"showMergeDialogOnlyOnActive": false,
|
||||
"syncInternalFiles": false,
|
||||
"syncInternalFiles": true,
|
||||
"syncInternalFilesBeforeReplication": false,
|
||||
"syncInternalFilesIgnorePatterns": "\\/node_modules\\/, \\/\\.git\\/, \\/obsidian-livesync\\/",
|
||||
"syncInternalFilesTargetPatterns": "",
|
||||
@@ -68,14 +68,14 @@
|
||||
"useDynamicIterationCount": false,
|
||||
"syncAfterMerge": false,
|
||||
"configPassphraseStore": "",
|
||||
"encryptedPassphrase": "%$MAHMXDBkQnYQC2G2XWTCPIktL4kHe342Y2IIBQONsBER2IWYf5FDCiz8ioQ1E83NyLkOsDJ9cD0JzddOhpMoOBkT2DcpxfUup6hu6kDiZpuzmzDIeWE0xjGBoUiv5T1xEUl4vdWyTcwQC0g4",
|
||||
"encryptedCouchDBConnection": "%$MAHMXDBkQnYQC2G2XWTCPIktL4kHe342Y2IIBQONsBFDXBBVa0isUM74qvNoTSlKFFH56B7R9D+RCbe5cbbarNKRqC344NVOeDtsDUNKQi1ld/bo36E5+Ilb1NreiH0Hjq4jMV2i3mXnGbFoofWGmcIwC0P3AgnxHj9xYnDRzzSnBjGxBcpe8JSea61LmgoDaQaDuvBKTQM3Y6LU20mnXfUn8T1e3sJlB+XzU0ZIFYs09GqPRfPAmhR/2eeO3NKX47d7tU1uy9Z0//WafMnVR9kNBK1eV7LXddPaXNLNh6ehixje33nUU+N5WJqRhaESddXB/8O1m78g4vLXPGLsMTupIjKlfXBvMyTdmxQH/Zge6JZLtaSCe7HdWWgeDVXbbkLUk7sd1KwgZ6sXei+5be1oVDgHWxvVwxFMJmw/nRQcofHF9q9XU6f58XwiIuhclOM4mnC7xIBg3dqCCcIC2mIY0EYr1DnewPIzkb2oF5OefFDooZzVCh0psg92OrzjtzOCBHkZMlhzY5l8w2u3eo14Ht3f6xhEOok5ont1Utfs6cZZ4Fx7FsoNdlXusbxruZCPZMMSCgqMpRQFRBvc6ViTEKjfp1dOjGJGBYbf2VVy0YBCH64c8Vqd09PmDDOGzwx6J6atrvGLZUgppKjtPodGZSVE4epr73ND/UqRl3wUUtANmPqNoYq6UtGpl9Mo",
|
||||
"encryptedPassphrase": "%$e89MT9RI9zlsTZfO9LOX+1czf0SSXTcdnFVIUSQAvJ0QvCGrP2eiCYD3Q2UdX4DnShj7bWUvAOvXK4JMjrmCltxVZqaOcGnLRpatqKPPucR4aTkT/V1X/2HUooZoUsi468S1nnk2sod5G9Ch",
|
||||
"encryptedCouchDBConnection": "%$e89MT9RI9zlsTZfO9LOX+1czf0SSXTcdnFVIUSQAvJ1x2/sBq2rva/kfKf4Bz5ygnTaI2Ses8ZjSatBhbSdoGKF9mHUj+d86G3NTEZ5WncUK2KFO0Mt0OoBpyus4f9nJGO2Wy+aKjyfSF/QvgfzE5SoakI5x3iwSZDjxsid7bkKVrybbUVkKl/k1sdXxyvdPVLuA/yZWG1XDx99jpqeT9HfwL3oRjYMHFdrt80n6lw1fxIhzwtzo7g3WZTdvySJEIbjh0ukkx9AFS5ISpnjqcQ/nJSjmGo5481SmUPaPGR8wovKVQEzEO776wBrh2ivEvzMWRtyzmUr4UoCIjbpJDUzSvV+ck1etzP7A5NC3y93GbWlR1WMRJXhh87O2GXp6m0bEdhQXC8Kx1fs74Zxd7PVmRgWD+Db8BCEVNz1cKyWaYVxGL6JY7i4cNi3C4/idg2hivrsAVa/szwo5Ov2i8zN1JNacqHBD//YuzCr2JtefSpp8Qqzwbqj85ycpGB7FimISFn+f+hxEpbNlgSs2cEuuiH4u9FI2XdQUAndUIsq8BHO/z92ijf5xR5OoLdarfWAXq7HVucGNUVNWcUjyRYQImbys1k6XfPIgj2oWcf9ZumtIkV7N5W1WtizUsn9Zaw+crmP2cKbQrOYHqzVUVEcaFBcpOFkMoapUOXXGIoatgqw74/il7BtjKy+ROWMw",
|
||||
"permitEmptyPassphrase": false,
|
||||
"remoteConfigurations": {
|
||||
"legacy-couchdb": {
|
||||
"id": "legacy-couchdb",
|
||||
"name": "CouchDB Remote",
|
||||
"uri": "%$MAHMXDBkQnYQC2G2XWTCPIktL4kHe342Y2IIBQONsBG7SbW86VzuoI19h2noUQheiWlE8IhArUVHvKWxgAo+LxwDBde43rlXSa3MJ9by/2dHhfYMo+J50+ky1+W6t0L6qJgbKrF/vIeF5ZWNGoJtxC6RhgOhiFoYdAhgvXuOrFL8XGLbjSi7xXmvstew4/YbstrqcMy/8O2vXdE=",
|
||||
"uri": "%$e89MT9RI9zlsTZfO9LOX+1czf0SSXTcdnFVIUSQAvJ0PWWPs6IMcUKSRfzfMKTIUJyMJtB/uZocR3nCeEBSfRazTrwA4zlfeu7JHVDPvVHgn2s+gigEy1Sk1YkJiKyn+64aJTRZgfkQSvgKAVXaPJjwEuv2G3KVWWY8iZfIOCNKP+Ycp25YuMLmnTaa23kDHssHLqUruauIEp98=",
|
||||
"isEncrypted": true
|
||||
}
|
||||
},
|
||||
@@ -124,11 +124,11 @@
|
||||
"sendChunksBulk": false,
|
||||
"sendChunksBulkMaxSize": 1,
|
||||
"useSegmenter": false,
|
||||
"useAdvancedMode": false,
|
||||
"useAdvancedMode": true,
|
||||
"usePowerUserMode": false,
|
||||
"useEdgeCaseMode": false,
|
||||
"enableDebugTools": false,
|
||||
"suppressNotifyHiddenFilesChange": false,
|
||||
"suppressNotifyHiddenFilesChange": true,
|
||||
"syncMinimumInterval": 2000,
|
||||
"P2P_Enabled": false,
|
||||
"P2P_AutoAccepting": 0,
|
||||
|
||||
@@ -1,27 +1 @@
|
||||
{
|
||||
"rosé-pine-theme-settings@@rosé-pine-theme": "rose-moon",
|
||||
"rose-pine-misc@@font-family-code": "\"Cascadia Mono\",\"JetBrains Mono\", \"微软雅黑\",\"Fira Code\", \"Courier New\", monospace",
|
||||
"Components@@CTA-BTN-enable": false,
|
||||
"Components@@colorful-folder": true,
|
||||
"Components@@folder-font-bold": true,
|
||||
"Components@@file-names-untrim": false,
|
||||
"Editor@@line-hover-indicator": false,
|
||||
"Editor@@editor-grid-background-pattren": false,
|
||||
"Appearance-light@@card-layout-open-light": false,
|
||||
"Appearance-dark@@card-layout-open-dark": true,
|
||||
"Appearance-dark@@workspace-divider-transparent-dark": false,
|
||||
"Appearance-dark@@card-highlight-dark": false,
|
||||
"Components@@tab-title-bar-autohide": false,
|
||||
"Components@@nav-header-autohide": false,
|
||||
"Components@@Ribbon-autohide": false,
|
||||
"Components@@status-bar-autohide": false,
|
||||
"Components@@tab-autohide": false,
|
||||
"Components@@vault-profile-autohide": false,
|
||||
"Components@@file-icon-remove": false,
|
||||
"Components@@outline-enhanced": true,
|
||||
"Components@@media-embed-card-border-off": false,
|
||||
"Components@@anim-speed": 1.25,
|
||||
"Components@@restored-scrollbars": false,
|
||||
"Components@@scrollbar-hide": false,
|
||||
"Editor@@codeblock-style-select": "codeblock-style-customize"
|
||||
}
|
||||
{"Components@@folder-font-bold":true,"Components@@colorful-folder":true,"Components@@outline-enhanced":true,"rosé-pine-theme-settings@@rosé-pine-theme":"rose-moon","rose-pine-misc@@font-family-code":"\"Cascadia Mono\",\"JetBrains Mono\", \"微软雅黑\",\"Fira Code\", \"Courier New\", monospace","Components@@CTA-BTN-enable":false,"Components@@file-names-untrim":false,"Editor@@line-hover-indicator":false,"Editor@@editor-grid-background-pattren":false,"Appearance-light@@card-layout-open-light":false,"Appearance-dark@@card-layout-open-dark":true,"Appearance-dark@@workspace-divider-transparent-dark":false,"Appearance-dark@@card-highlight-dark":false,"Components@@tab-title-bar-autohide":false,"Components@@nav-header-autohide":false,"Components@@Ribbon-autohide":false,"Components@@status-bar-autohide":false,"Components@@tab-autohide":false,"Components@@vault-profile-autohide":false,"Components@@file-icon-remove":false,"Components@@media-embed-card-border-off":false,"Components@@anim-speed":1.25,"Components@@restored-scrollbars":false,"Components@@scrollbar-hide":false,"Editor@@codeblock-style-select":"codeblock-style-customize"}
|
||||
@@ -1,10 +1 @@
|
||||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "1.0.9",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "提供用于调整主题、插件和片段 CSS 变量的控件。",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
{"id":"obsidian-style-settings","name":"Style Settings","version":"1.0.9","minAppVersion":"0.11.5","description":"Offers controls for adjusting theme, plugin, and snippet CSS variables.","author":"mgmeyers","authorUrl":"https://github.com/mgmeyers/obsidian-style-settings","isDesktopOnly":false}
|
||||
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}
|
||||
@@ -1,5 +1 @@
|
||||
{
|
||||
"appliedMigrations": [
|
||||
"tokens-to-secretstorage-v1"
|
||||
]
|
||||
}
|
||||
{"appliedMigrations":["tokens-to-secretstorage-v1"]}
|
||||
15
.obsidian/plugins/obsidian42-brat/manifest.json
vendored
15
.obsidian/plugins/obsidian42-brat/manifest.json
vendored
@@ -1,14 +1 @@
|
||||
{
|
||||
"id": "obsidian42-brat",
|
||||
"name": "BRAT",
|
||||
"version": "2.0.4",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "Easily install a beta version of a plugin for testing.",
|
||||
"author": "TfTHacker",
|
||||
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
|
||||
"helpUrl": "https://tfthacker.com/BRAT",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": {
|
||||
"Visit my site": "https://tfthacker.com"
|
||||
}
|
||||
}
|
||||
{"id":"obsidian42-brat","name":"BRAT","version":"2.0.4","minAppVersion":"1.11.4","description":"Easily install a beta version of a plugin for testing.","author":"TfTHacker","authorUrl":"https://github.com/TfTHacker/obsidian42-brat","helpUrl":"https://tfthacker.com/BRAT","isDesktopOnly":false,"fundingUrl":{"Visit my site":"https://tfthacker.com"}}
|
||||
13
.obsidian/plugins/quickadd/manifest.json
vendored
13
.obsidian/plugins/quickadd/manifest.json
vendored
@@ -1,12 +1 @@
|
||||
{
|
||||
"id": "quickadd",
|
||||
"name": "QuickAdd",
|
||||
"version": "2.12.0",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "快速将新页面或内容添加到您的知识库。",
|
||||
"author": "Christian B. B. Houmann",
|
||||
"authorUrl": "https://bagerbach.com",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/chhoumann",
|
||||
"helpUrl": "https://quickadd.obsidian.guide/docs/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
{"id":"quickadd","name":"QuickAdd","version":"2.12.0","minAppVersion":"1.11.4","description":"快速将新页面或内容添加到您的知识库。","author":"Christian B. B. Houmann","authorUrl":"https://bagerbach.com","fundingUrl":"https://www.buymeacoffee.com/chhoumann","helpUrl":"https://quickadd.obsidian.guide/docs/","isDesktopOnly":false}
|
||||
39
.obsidian/plugins/templater-obsidian/data.json
vendored
39
.obsidian/plugins/templater-obsidian/data.json
vendored
@@ -1,38 +1 @@
|
||||
{
|
||||
"command_timeout": 5,
|
||||
"templates_folder": "Template",
|
||||
"templates_pairs": [
|
||||
[
|
||||
"",
|
||||
""
|
||||
]
|
||||
],
|
||||
"trigger_on_file_creation": true,
|
||||
"auto_jump_to_cursor": false,
|
||||
"enable_system_commands": false,
|
||||
"shell_path": "",
|
||||
"user_scripts_folder": "",
|
||||
"enable_folder_templates": true,
|
||||
"folder_templates": [
|
||||
{
|
||||
"folder": "/",
|
||||
"template": "Template/AutoAdd.md"
|
||||
}
|
||||
],
|
||||
"enable_file_templates": false,
|
||||
"file_templates": [
|
||||
{
|
||||
"regex": ".*",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
"syntax_highlighting": true,
|
||||
"syntax_highlighting_mobile": false,
|
||||
"enabled_templates_hotkeys": [
|
||||
""
|
||||
],
|
||||
"startup_templates": [
|
||||
""
|
||||
],
|
||||
"intellisense_render": 1
|
||||
}
|
||||
{"command_timeout":5,"templates_folder":"Template","templates_pairs":[["",""]],"trigger_on_file_creation":true,"auto_jump_to_cursor":false,"enable_system_commands":false,"shell_path":"","user_scripts_folder":"","enable_folder_templates":true,"folder_templates":[{"folder":"/","template":"Template/AutoAdd.md"}],"enable_file_templates":false,"file_templates":[{"regex":".*","template":""}],"syntax_highlighting":true,"syntax_highlighting_mobile":false,"enabled_templates_hotkeys":[""],"startup_templates":[""],"intellisense_render":1}
|
||||
@@ -1,11 +1 @@
|
||||
{
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "2.19.0",
|
||||
"description": "创建和使用模板",
|
||||
"minAppVersion": "1.12.2",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
"helpUrl": "https://silentvoid13.github.io/Templater/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
{"id":"templater-obsidian","name":"Templater","version":"2.19.0","description":"创建和使用模板","minAppVersion":"1.12.2","author":"SilentVoid","authorUrl":"https://github.com/SilentVoid13","helpUrl":"https://silentvoid13.github.io/Templater/","isDesktopOnly":false}
|
||||
Reference in New Issue
Block a user