Last active
December 15, 2023 11:18
Revisions
-
Bktero revised this gist
Dec 15, 2023 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,10 @@ * [Markdown Preview Mermaid Support](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid) * [Mermaid Markdown Syntax Highlighting](https://marketplace.visualstudio.com/items?itemName=bpruitt-goddard.mermaid-markdown-syntax-highlighting) ## Spell * [Spell Right](https://marketplace.visualstudio.com/items?itemName=ban.spellright) ## Text helpers * [Unique Lines](https://marketplace.visualstudio.com/items?itemName=bibhasdn.unique-lines) -
Bktero revised this gist
Dec 15, 2023 . No changes.There are no files selected for viewing
-
Bktero revised this gist
Oct 19, 2023 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ # Extensions ## Markdown * [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) * [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) * [Markdown Preview Mermaid Support](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid) * [Mermaid Markdown Syntax Highlighting](https://marketplace.visualstudio.com/items?itemName=bpruitt-goddard.mermaid-markdown-syntax-highlighting) ## Text helpers * [Unique Lines](https://marketplace.visualstudio.com/items?itemName=bibhasdn.unique-lines) * []() -
Bktero revised this gist
Jan 17, 2023 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,7 @@ # For the "CodeRunner" plugin "code-runner.clearPreviousOutput": true, "code-runner.runInTerminal": true|false, # For the "Spell Right" plugin "spellright.language": [ -
Bktero revised this gist
Feb 23, 2022 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,9 @@ "files.autoSave": "afterDelay", "files.autoSaveDelay": 50, # Hide the minimap "editor.minimap.enabled": false # Draw vertical bars in the editor "editor.rulers": [ 80, -
Bktero revised this gist
Dec 15, 2021 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,16 @@ # Enable autosave "files.autoSave": "afterDelay", "files.autoSaveDelay": 50, # Draw vertical bars in the editor "editor.rulers": [ 80, 120 ], # For the "CodeRunner" plugin "code-runner.clearPreviousOutput": true, # For the "Spell Right" plugin "spellright.language": [ "en" -
Bktero revised this gist
Mar 19, 2021 . 1 changed file with 15 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # Draw vertical bars in the editor "editor.rulers": [ 80, 120 ], # For the "Spell Right" plugin "spellright.language": [ "en" ], "spellright.documentTypes": [ "latex", "plaintext", "markdown" ], -
Bktero revised this gist
Mar 19, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ "python.pythonPath": "C:\\some\\path\to\\python.exe", # Format but don't wrap line with 80 characeter wide columns # See https://stackoverflow.com/a/48055385/12342718 "python.formatting.provider": "autopep8", "python.formatting.autopep8Args": [ "--max-line-length=200" -
Bktero created this gist
Mar 19, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ "python.pythonPath": "C:\\some\\path\to\\python.exe", "python.formatting.provider": "autopep8", "python.formatting.autopep8Args": [ "--max-line-length=200" ],