From e6744d61f4fa1ca300c35c01f1f397e4f9904f82 Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Sat, 22 Jun 2024 17:15:39 +0200 Subject: [PATCH] Replace README Markdown badges with HTML This should work with browser version of VSCode --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f7f8d5e..37cef1f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ # Galaxy Workflows VSCode Extension -[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) -![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/davelopez/galaxy-workflows-vscode) -[![CI](https://github.com/davelopez/galaxy-workflows-vscode/actions/workflows/main.yml/badge.svg)](https://github.com/davelopez/galaxy-workflows-vscode/actions/workflows/main.yml) -[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/davelopez/galaxy-workflows-vscode) + + License: MIT + + + GitHub Release + + + CI + + + Open in Visual Studio Code + The **Galaxy Workflows VSCode extension** assists in editing [Galaxy](https://galaxyproject.org/) Workflow files while enforcing [best practices](https://planemo.readthedocs.io/en/latest/best_practices_workflows.html). Use it in combination with [Planemo](https://github.com/galaxyproject/planemo) for an optimal experience in developing and maintaining your Galaxy workflows. @@ -29,7 +37,9 @@ If you find a bug or have a suggestion to improve your experience, please create 1. For example, open the IWC (_Intergalactic Workflow Commission_) repository on GitHub - [![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20IWC%20repository%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://vscode.dev/github/galaxyproject/iwc) + + Open IWC repository in Visual Studio Code + 2. Install the extension if you haven't already: @@ -85,6 +95,7 @@ You will receive diagnostics for every syntax error or incorrect property value #### Gxformat2 (yaml) ![Workflow Validation Demo](images/validation-gxformat2.gif) + #### Legacy (ga)