202 lines
5.4 KiB
JSON
Raw Normal View History

2023-06-29 11:55:02 +08:00
{
2024-04-15 11:54:03 +08:00
"settings_version": "0.21.0",
2023-06-29 11:55:02 +08:00
"debug": false,
"obsidian_command_palette_prefix": "Execute: ",
"preview_variables_in_command_palette": true,
"show_autocomplete_menu": true,
"working_directory": "",
"default_shells": {},
"environment_variable_path_augmentations": {},
2024-04-15 11:54:03 +08:00
"show_installation_warnings": true,
2023-06-29 11:55:02 +08:00
"error_message_duration": 20,
"notification_message_duration": 10,
"execution_notification_mode": "disabled",
"output_channel_clipboard_also_outputs_to_notification": true,
2024-04-15 11:54:03 +08:00
"output_channel_notification_decorates_output": true,
2023-06-29 11:55:02 +08:00
"enable_events": true,
"approve_modals_by_pressing_enter_key": true,
2024-04-15 11:54:03 +08:00
"command_palette": {
"re_execute_last_shell_command": {
"enabled": true,
"prefix": "Re-execute: "
}
},
2023-06-29 11:55:02 +08:00
"max_visible_lines_in_shell_command_fields": false,
"shell_commands": [
{
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/auto_transfer.py"
},
"shells": {},
"alias": "test_草稿归档",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled",
"id": "0",
"icon": null,
"input_contents": {
"stdin": null
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_handling_mode": "buffered",
"preactions": [],
2024-04-15 11:54:03 +08:00
"variable_default_values": {},
"output_handlers": {
"stdout": {
"handler": "current-file-caret",
"convert_ansi_code": true
},
"stderr": {
"handler": "current-file-caret",
"convert_ansi_code": true
}
}
2023-06-29 11:55:02 +08:00
},
{
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/ref_list.py {{file_path:absolute}}"
},
"shells": {},
"alias": "test_引文列表",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled",
"id": "1",
"icon": null,
"input_contents": {
"stdin": null
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_handling_mode": "buffered",
"preactions": [],
2024-04-15 11:54:03 +08:00
"variable_default_values": {},
"output_handlers": {
"stdout": {
"handler": "current-file-caret",
"convert_ansi_code": true
},
"stderr": {
"handler": "current-file-caret",
"convert_ansi_code": true
}
}
2023-06-29 11:55:02 +08:00
},
{
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/author_count.py {{file_path:absolute}}"
},
"shells": {},
"alias": "test_作者统计",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled",
"id": "2",
"icon": null,
"input_contents": {
"stdin": null
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_handling_mode": "buffered",
"preactions": [],
2024-04-15 11:54:03 +08:00
"variable_default_values": {},
"output_handlers": {
"stdout": {
"handler": "current-file-caret",
"convert_ansi_code": true
},
"stderr": {
"handler": "current-file-caret",
"convert_ansi_code": true
}
}
2023-06-29 11:55:02 +08:00
},
{
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/paper2docx.py {{file_path:absolute}}"
},
"shells": {},
"alias": "test_导出笔记",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled",
"id": "3",
"icon": null,
"input_contents": {
"stdin": null
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_handling_mode": "buffered",
"preactions": [],
2024-04-15 11:54:03 +08:00
"variable_default_values": {},
"output_handlers": {
"stdout": {
"handler": "current-file-caret",
"convert_ansi_code": true
},
"stderr": {
"handler": "current-file-caret",
"convert_ansi_code": true
}
}
2023-06-29 11:55:02 +08:00
},
{
"platform_specific_commands": {
"default": "python ./08-Assets/Scripts/export_project.py {{file_path:absolute}}"
},
"shells": {},
"alias": "test_导出项目",
"confirm_execution": false,
"ignore_error_codes": [],
"output_channel_order": "stdout-first",
"events": {},
"command_palette_availability": "enabled",
"id": "4",
"icon": null,
"input_contents": {
"stdin": null
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_handling_mode": "buffered",
"preactions": [],
2024-04-15 11:54:03 +08:00
"variable_default_values": {},
"output_handlers": {
"stdout": {
"handler": "current-file-bottom",
"convert_ansi_code": true
},
"stderr": {
"handler": "current-file-bottom",
"convert_ansi_code": true
}
}
2023-06-29 11:55:02 +08:00
}
],
"prompts": [],
"builtin_variables": {},
"custom_variables": [],
2024-04-15 11:54:03 +08:00
"custom_shells": [],
2023-06-29 11:55:02 +08:00
"output_wrappers": []
}