From efae68f271a5cd3a3e3d1d97a021738f78edb871 Mon Sep 17 00:00:00 2001 From: danielstephenherr Date: Fri, 9 May 2025 19:36:46 +0000 Subject: [PATCH 1/2] Empty image alt text --- .vscode/settings.json | 95 +++++++++++++++++++++++++++++++ main/Bookmark_Topper.html | 2 +- main/Link_Controller.html | 2 +- main/Memory_Monitor.html | 2 +- main/Navigation_Confirmation.html | 2 +- main/Processor_Monitor.html | 2 +- main/Single_Tab_Zoom.html | 2 +- main/index.html | 26 ++++----- 8 files changed, 114 insertions(+), 19 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2826987 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,95 @@ +{ + "IDX.aI.enableInlineCompletion": true, + "IDX.aI.enableCodebaseIndexing": true, + + "editor.tabSize": 2, + "editor.autoClosingBrackets": "never", + "editor.autoClosingOvertype": "never", + "editor.autoClosingQuotes": "never", + "editor.copyWithSyntaxHighlighting": false, + "editor.detectIndentation": false, + "editor.minimap.enabled": false, + "workbench.list.smoothScrolling": true, + "terminal.integrated.mouseWheelScrollSensitivity": 0.5, + "workbench.startupEditor": "newUntitledFile", + "editor.insertSpaces": false, + "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, + "javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false, + "javascript.format.semicolons": "remove", + "html.format.indentInnerHtml": true, + "html.format.extraLiners": "", + "typescript.suggest.enabled": false, + "javascript.suggest.enabled": false, + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + }, + "workbench.colorCustomizations": { + + }, + "json.maxItemsComputed": 5000000, + "security.workspace.trust.untrustedFiles": "open", + "security.workspace.trust.enabled": false, + "explorer.confirmDelete": false, + "json.format.keepLines": true, + "typescript.format.semicolons": "remove", + "css.format.spaceAroundSelectorSeparator": true, + "html.autoCreateQuotes": false, + "css.format.newlineBetweenRules": false, + "javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false, + "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, + "eslint.format.enable": true, + "eslint.probe": [ + "javascript", + "typescript", + "html", + "markdown" + ], + "editor.formatOnSaveMode": "modifications", + "editor.minimap.maxColumn": 200, + "html.format.wrapLineLength": 200, + "editor.padding.top": 20, + "vscode-edge-devtools.webhintInstallNotification": true, + "files.associations": { + "*.json5": "json5" + }, + "json.schemas": [ + + ], + "redhat.telemetry.enabled": true, + "explorer.excludeGitIgnore": true, + "scm.inputFontSize": 18, + "terminal.integrated.fontSize": 18, + "debug.console.fontSize": 18, + "chat.editor.fontSize": 18, + "markdown.preview.fontSize": 18, + "settingsSync.ignoredSettings": [ + "editor.fontSize", + "debug.console.fontSize", + "scm.inputFontSize", + "terminal.integrated.fontSize", + "chat.editor.fontSize", + "markdown.preview.fontSize" + ], + "git.openRepositoryInParentFolders": "always", + "editor.stickyScroll.enabled": false, + "window.menuBarVisibility": "visible", + "html.autoClosingTags": false, + "editor.indentSize": "tabSize", + "git.autofetch": true, + "diffEditor.maxComputationTime": 0, + "diffEditor.codeLens": true, + "remoteHub.commitDirectlyWarning": "off", + "workbench.editor.enablePreview": false, + "geminicodeassist.inlineSuggestions.enableAuto": false, + "files.autoSave": "afterDelay", + "geminicodeassist.project": "daniel-herr-software", + "git.enableSmartCommit": true, + "window.zoomPerWindow": false, + "github.copilot.nextEditSuggestions.enabled": true, + "window.zoomLevel": 1, + "editor.fontSize": 18, + "git.confirmSync": false, + "window.autoDetectColorScheme": true +} \ No newline at end of file diff --git a/main/Bookmark_Topper.html b/main/Bookmark_Topper.html index 4850a54..23f2952 100644 --- a/main/Bookmark_Topper.html +++ b/main/Bookmark_Topper.html @@ -16,7 +16,7 @@

Daniel Herr Software

- + Bookmark Topper

diff --git a/main/Link_Controller.html b/main/Link_Controller.html index 3998d45..5e230d9 100644 --- a/main/Link_Controller.html +++ b/main/Link_Controller.html @@ -16,7 +16,7 @@

Daniel Herr Software

- + Link Controller

diff --git a/main/Memory_Monitor.html b/main/Memory_Monitor.html index 101d94d..f3d2a67 100644 --- a/main/Memory_Monitor.html +++ b/main/Memory_Monitor.html @@ -16,7 +16,7 @@

Daniel Herr Software

- + Memory Monitor

diff --git a/main/Navigation_Confirmation.html b/main/Navigation_Confirmation.html index 4e3ece4..efeab22 100644 --- a/main/Navigation_Confirmation.html +++ b/main/Navigation_Confirmation.html @@ -16,7 +16,7 @@

Daniel Herr Software

- + Navigation Confirmation

diff --git a/main/Processor_Monitor.html b/main/Processor_Monitor.html index a1a8ba7..a6c4148 100644 --- a/main/Processor_Monitor.html +++ b/main/Processor_Monitor.html @@ -16,7 +16,7 @@

Daniel Herr Software

- + Processor Monitor

diff --git a/main/Single_Tab_Zoom.html b/main/Single_Tab_Zoom.html index 83d8f4e..da49577 100644 --- a/main/Single_Tab_Zoom.html +++ b/main/Single_Tab_Zoom.html @@ -16,7 +16,7 @@

Daniel Herr Software

- + Single Tab Zoom

diff --git a/main/index.html b/main/index.html index 930a18b..126ad6c 100644 --- a/main/index.html +++ b/main/index.html @@ -19,7 +19,7 @@

Web Extensions

- + Memory Monitor

@@ -28,7 +28,7 @@

- + Processor Monitor

@@ -37,7 +37,7 @@

- + Bookmark Topper

@@ -46,7 +46,7 @@

- + Navigation Confirmation

@@ -55,7 +55,7 @@

- + Link Controller

@@ -64,7 +64,7 @@

- + Single Tab Zoom

@@ -77,32 +77,32 @@

Profiles and Contact

- + GitHub - + Reddit - + Google Groups - + YouTube - + LinkedIn - + X (Twitter) - + Stack Overflow From f4b63960bcca09ddcf0bb2e4e14b815db751096c Mon Sep 17 00:00:00 2001 From: Daniel Herr Date: Fri, 9 May 2025 16:05:29 -0400 Subject: [PATCH 2/2] SEO descriptions --- main/Bookmark_Topper.html | 1 + main/Link_Controller.html | 1 + main/Memory_Monitor.html | 1 + main/Navigation_Confirmation.html | 1 + main/Processor_Monitor.html | 1 + main/Single_Tab_Zoom.html | 1 + main/index.html | 1 + 7 files changed, 7 insertions(+) diff --git a/main/Bookmark_Topper.html b/main/Bookmark_Topper.html index 23f2952..650adfd 100644 --- a/main/Bookmark_Topper.html +++ b/main/Bookmark_Topper.html @@ -9,6 +9,7 @@ +
diff --git a/main/Link_Controller.html b/main/Link_Controller.html index 5e230d9..f3d55f7 100644 --- a/main/Link_Controller.html +++ b/main/Link_Controller.html @@ -9,6 +9,7 @@ +
diff --git a/main/Memory_Monitor.html b/main/Memory_Monitor.html index f3d2a67..3be5ac7 100644 --- a/main/Memory_Monitor.html +++ b/main/Memory_Monitor.html @@ -9,6 +9,7 @@ +
diff --git a/main/Navigation_Confirmation.html b/main/Navigation_Confirmation.html index efeab22..8fda690 100644 --- a/main/Navigation_Confirmation.html +++ b/main/Navigation_Confirmation.html @@ -9,6 +9,7 @@ +
diff --git a/main/Processor_Monitor.html b/main/Processor_Monitor.html index a6c4148..e77383e 100644 --- a/main/Processor_Monitor.html +++ b/main/Processor_Monitor.html @@ -9,6 +9,7 @@ +
diff --git a/main/Single_Tab_Zoom.html b/main/Single_Tab_Zoom.html index da49577..5dae920 100644 --- a/main/Single_Tab_Zoom.html +++ b/main/Single_Tab_Zoom.html @@ -9,6 +9,7 @@ +
diff --git a/main/index.html b/main/index.html index 126ad6c..fb80e02 100644 --- a/main/index.html +++ b/main/index.html @@ -9,6 +9,7 @@ +