Skip to content

Commit

Permalink
chore: vault backup 2023-11-10 03:53:16
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Nov 9, 2023
1 parent 4977eb6 commit 610a604
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .obsidian/plugins/obsidian-shellcommands/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"settings_version": "0.20.0",
"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": {},
"error_message_duration": 20,
"notification_message_duration": 10,
"execution_notification_mode": "disabled",
"output_channel_clipboard_also_outputs_to_notification": true,
"output_channel_notification_decorates_output": true,
"enable_events": true,
"approve_modals_by_pressing_enter_key": true,
"command_palette": {
"re_execute_last_shell_command": {
"enabled": true,
"prefix": "Re-execute: "
}
},
"max_visible_lines_in_shell_command_fields": false,
"shell_commands": [
{
"id": "0pdwubkiwo",
"platform_specific_commands": {
"default": "git submodule update --init"
},
"shells": {},
"alias": "",
"icon": null,
"confirm_execution": false,
"ignore_error_codes": [],
"input_contents": {
"stdin": null
},
"output_handlers": {
"stdout": {
"handler": "ignore",
"convert_ansi_code": true
},
"stderr": {
"handler": "notification",
"convert_ansi_code": true
}
},
"output_wrappers": {
"stdout": null,
"stderr": null
},
"output_channel_order": "stdout-first",
"output_handling_mode": "buffered",
"events": {
"on-layout-ready": {
"enabled": true
}
},
"command_palette_availability": "enabled",
"preactions": [],
"variable_default_values": {}
}
],
"prompts": [],
"builtin_variables": {},
"custom_variables": [],
"custom_shells": [],
"output_wrappers": []
}

0 comments on commit 610a604

Please sign in to comment.