Skip to content

Commit

Permalink
Update archives.
Browse files Browse the repository at this point in the history
  • Loading branch information
poneding committed Jun 17, 2024
1 parent 5a7bc77 commit 6fd579e
Show file tree
Hide file tree
Showing 9 changed files with 18,946 additions and 6 deletions.
3 changes: 2 additions & 1 deletion content/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"obsidian-image-auto-upload-plugin",
"terminal",
"obsidian-git",
"obsidian-linter"
"obsidian-linter",
"obsidian-shellcommands"
]
2 changes: 1 addition & 1 deletion content/.obsidian/plugins/obsidian-git/data.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitMessage": "content update: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 5,
"autoSaveInterval": 0,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": true,
Expand Down
94 changes: 94 additions & 0 deletions content/.obsidian/plugins/obsidian-shellcommands/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"settings_version": "0.22.0",
"debug": false,
"obsidian_command_palette_prefix": "Execute: ",
"preview_variables_in_command_palette": false,
"show_autocomplete_menu": false,
"working_directory": "",
"default_shells": {},
"environment_variable_path_augmentations": {},
"show_installation_warnings": true,
"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": "luoliiiuql",
"platform_specific_commands": {
"default": "make"
},
"shells": {},
"alias": "同步",
"icon": "upload-cloud",
"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",
"execution_notification_mode": null,
"events": {
"file-created": {
"enabled": true
},
"file-deleted": {
"enabled": true
},
"file-moved": {
"enabled": true
},
"file-renamed": {
"enabled": true
},
"folder-moved": {
"enabled": true
},
"folder-deleted": {
"enabled": true
},
"folder-renamed": {
"enabled": true
}
},
"debounce": null,
"command_palette_availability": "enabled",
"preactions": [],
"variable_default_values": {}
}
],
"prompts": [],
"builtin_variables": {},
"custom_variables": [],
"custom_variables_notify_changes_via": {
"obsidian_uri": true,
"output_assignment": true
},
"custom_shells": [],
"output_wrappers": []
}
Loading

0 comments on commit 6fd579e

Please sign in to comment.