Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Oct 14, 2023
1 parent 00bc297 commit 85a9d36
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Since version `0.4.0` you can use some of the cool features of [planemo](https:/
- [Run planemo tests in the Test Explorer](#run-planemo-tests-in-the-test-explorer)
- [Improved macros support](#improved-macros-support)
- [Extract macro](#extract-macro)
- [Full Galaxy tool linter integration](#document-validation) _New feature!_
- [Full Galaxy tool linter integration](#document-validation)
- [Document Outline](#document-outline) _New feature!_

# Installation

Expand Down Expand Up @@ -188,3 +189,9 @@ There are also a lot of features around macros auto-completion. You can now navi
You can select (a complete) XML element and then extract it to a local macro (directly in the tool wrapper) or into an external macro file. If there are several imported macro files, you can choose where to put them or if there is no imported file it will be created and imported directly.

![Demo feature expanded macros](../assets/feature.extract.macro.gif)

## Document Outline

You can now see a document outline of the currently opened tool document. This is especially useful when working with large tool documents. You can navigate to the different sections of the document in a quick and convenient way.

![Demo feature document outline](../assets/feature.document.outline.gif)

0 comments on commit 85a9d36

Please sign in to comment.