Overview Version History Q & A Rating & Review
Task System URI Handler
A Visual Studio Code extension that handles task-system:// URI protocol in markdown files.
Features
Allows clicking on task-system:// links in markdown files
Executes the appropriate PowerShell script to handle the URI
Shows notifications when the URI is being processed
Requirements
Windows operating system
PowerShell
TaskSystem module installed in WindowsPowerShell\Modules directory
Installation
Local Installation
Copy the extension folder to your VS Code extensions directory:
%USERPROFILE%\.vscode\extensions\Gary-Somerhalder.task-system-uri-handler-0.1.0
Restart VS Code
Manual Installation
Open VS Code
Press F1 and type "Extensions: Install from VSIX..."
Select the .vsix file
Restart VS Code
Usage
Simply click on any task-system:// link in a markdown file, and the extension will handle it.
Example:
[Refresh Dashboard](https://github.com/gary-somerhalder/task-system-uri-handler/blob/HEAD/task-system:/update-markdown-dashboard?project=YourProjectName)
How It Works
This extension registers a URI handler for the task-system:// protocol in VS Code. When you click on a task-system:// link in a markdown file, the extension:
Captures the URI
Shows a notification that the URI is being processed
Executes the PowerShell script to handle the URI
Shows a notification when the command has been executed successfully
Author
Created by Gary Somerhalder