Skip to content

Instantly share code, notes, and snippets.

View p1-rde's full-sized avatar
🏠
Working from home

Rahul Dhole p1-rde

🏠
Working from home
View GitHub Profile
@p1-rde
p1-rde / VS Code Settings
Last active December 2, 2023 23:42
VS Code Development Profile
{"name":"1. Dev","settings":"{\"settings\":\"{\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"git.autofetch\\\": true,\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\n \\\"[javascript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"merge-conflict.autoNavigateNextConflict.enabled\\\": true,\\n \\\"git.mergeEditor\\\": true,\\n \\\"mergeEditor.diffAlgorithm\\\": \\\"smart\\\",\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\n \\\"terminal.integrated.profiles.linux\\\": {\\n \\n \\\"bash\\\": {\\n \\\"path\\\": \\\"bash\\\",\\n \\\"icon\\\": \\\"terminal-bash\\\"\\n },\\n \\\"zsh\\\": {\\n \\\"path\\\": \\\"zsh\\\"\\n },\\n \\\"fish\\\": {\\n \\\"path\\\": \\\"fish\\\"\\n },\\n \\\"tmux\\\": {\\n \\\"path\\\": \\\"tmux\\\",\\n \\\"icon\\\": \\\"terminal-tmu
@p1-rde
p1-rde / plotly.js.fullscreen.option.html
Last active February 25, 2025 23:14
Add fullscreen button to ModBar. This gist provides a fullscreen option to plotly.js. Sometimes when you have too many graphs on a single page you would enjoy watching each one of them on fullscreen.
<head>
<style>
.fullscreen::-webkit-scrollbar {
width: 3px;
}
.fullscreen{
z-index: 2147483647;
width: 100%;