Skip to content

Commit

Permalink
Replace images in README to use HTML instead of Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Jun 22, 2024
1 parent e6744d6 commit 5789629
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,11 @@ You will receive diagnostics for every syntax error or incorrect property value

#### Gxformat2 (yaml)

![Workflow Validation Demo](images/validation-gxformat2.gif)
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/InterpreterSelectionZoom.gif width=280 height=100>
<img alt="Workflow Validation Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/validation-gxformat2.gif" width=1215 height=auto>

#### Legacy (ga)

![Workflow Validation Demo](images/validation-native.gif)
<img alt="Workflow Validation Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/validation-native.gif" width=1024 height=auto>

[Back to Features ⬆️](#features)

Expand All @@ -109,11 +108,11 @@ Hover over properties to get a description of what they are and how to use them.

#### Gxformat2 (yaml)

![Documentation on Hover Demo](images/doc-hover-gxformat2.gif)
<img alt="Documentation on Hover Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/doc-hover-gxformat2.gif" width=877 height=auto>

#### Legacy (ga)

![Documentation on Hover Demo](images/doc-hover-native.gif)
<img alt="Documentation on Hover Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/doc-hover-native.gif" width=699 height=auto>

[Back to Features ⬆️](#features)

Expand All @@ -123,11 +122,11 @@ Get [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense#:~:tex

#### Gxformat2 (yaml)

![IntelliSense Demo](images/intellisense-gxformat2.gif)
<img alt="IntelliSense Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/intellisense-gxformat2.gif" width=760 height=auto>

#### Legacy (ga)

![IntelliSense Demo](images/intellisense-native.gif)
<img alt="IntelliSense Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/intellisense-native.gif" width=785 height=auto>

[Back to Features ⬆️](#features)

Expand All @@ -137,11 +136,11 @@ Keep your workflow document consistently formatted. We recommend enabling the VS

#### Gxformat2 (yaml)

![Auto Formatting Demo](images/format-document-gxformat2.gif)
<img alt="Auto Formatting Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/format-document-gxformat2.gif" width=759 height=auto>

#### Legacy (ga)

![Auto Formatting Demo](images/format-document-native.gif)
<img alt="Auto Formatting Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/format-document-native.gif" width=1024 height=auto>

[Back to Features ⬆️](#features)

Expand All @@ -151,11 +150,11 @@ The `Custom Outline` allows you to navigate and find different parts of the Work

#### Gxformat2 (yaml)

![Custom Outline Demo](images/custom-outline-gxformat2.gif)
<img alt="Custom Outline Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/custom-outline-gxformat2.gif" width=1255 height=auto>

#### Legacy (ga)

![Custom Outline Demo](images/custom-outline-native.gif)
<img alt="Custom Outline Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/custom-outline-native.gif" width=1024 height=auto>

[Back to Features ⬆️](#features)

Expand All @@ -165,7 +164,7 @@ You can clean up the non-essential properties of a (legacy .ga) workflow with th

#### Legacy (ga)

![Cleanup Command Demo](images/clean-up-command-native.gif)
<img alt="Cleanup Command Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/clean-up-command-native.gif" width=1024 height=auto>

[Back to Features ⬆️](#features)

Expand All @@ -180,12 +179,12 @@ Sometimes you want to compare different revisions of the same (legacy .ga) workf
#### Legacy (ga)

![Simplified Workflow Diffs Demo](images/clean-diff-native.gif)
<img alt="Simplified Workflow Diffs Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/clean-diff-native.gif" width=1317 height=auto>

### Workflow Tests Document Support

You can now edit Workflow Test Files (`*-test.yml`) with basic language support. This includes syntax highlighting, validation, auto-completion, and documentation on hover based on the _experimental_ schema for Workflow Test Files.

![Workflow Tests Document Support Demo](images/workflow-test-documents-support.gif)
<img alt="Workflow Tests Document Support Demo" src="https://raw.githubusercontent.com/davelopez/galaxy-workflows-vscode/main/images/workflow-test-documents-support.gif" width=1315 height=auto>

[Back to Features ⬆️](#features)

0 comments on commit 5789629

Please sign in to comment.