BlueRoseNote/.obsidian/plugins/obsidian-shellcommands/data-backup-version-0.11.0-before-upgrading-to-0.18.0.json
2023-06-29 11:55:02 +08:00

95 lines
2.8 KiB
JSON

{
"settings_version": "0.11.0",
"debug": false,
"obsidian_command_palette_prefix": "Execute: ",
"preview_variables_in_command_palette": true,
"show_autocomplete_menu": true,
"working_directory": "",
"default_shells": {},
"error_message_duration": 20,
"notification_message_duration": 10,
"output_channel_clipboard_also_outputs_to_notification": true,
"enable_events": true,
"shell_commands": {
"0": {
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/auto_transfer.py"
},
"shells": {},
"alias": "test_草稿归档",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channels": {
"stdout": "current-file-caret",
"stderr": "current-file-caret"
},
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled"
},
"1": {
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/ref_list.py {{file_path:absolute}}"
},
"shells": {},
"alias": "test_引文列表",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channels": {
"stdout": "current-file-caret",
"stderr": "current-file-caret"
},
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled"
},
"2": {
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/author_count.py {{file_path:absolute}}"
},
"shells": {},
"alias": "test_作者统计",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channels": {
"stdout": "current-file-caret",
"stderr": "current-file-caret"
},
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled"
},
"3": {
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/paper2docx.py {{file_path:absolute}}"
},
"shells": {},
"alias": "test_导出笔记",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channels": {
"stdout": "current-file-caret",
"stderr": "current-file-caret"
},
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled"
},
"4": {
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/export_project.py {{file_path:absolute}}"
},
"shells": {},
"alias": "test_导出项目",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channels": {
"stdout": "current-file-bottom",
"stderr": "current-file-bottom"
},
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled"
}
}
}