Skip to content

Commit

Permalink
Fix links and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjdr committed Jan 14, 2021
1 parent 995d1f2 commit 9e08818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For a comprehensive list of what this tool can do for you, have a look at the [t
## Updates & changes


* [New in 0.3.0](updates/v0.3.0.md)
* [New in 0.3.0](updates/v0.3.0.html)
* [New in 0.2.0](updates/v0.2.0.html)
* [New in 0.1.0](updates/v0.1.0.html)

Expand Down
4 changes: 2 additions & 2 deletions docs/updates/v0.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In that case executing the command has no effect.
## Qickly access manifest and readme

In whatever file of a bundle you are working at the moment, hit `Shift-Ctrl-P`, enter _`mani`_, hit `Enter` -- and find yourself in the `manifest.json` file of the same bundle.
This is the work of on of the two new commands "apprt-bundles: Open current manifest.json" and "apprt-bundles: Open current README.md" you will find in the command palette.
This is the work of on of the two new commands *> apprt-bundles: Open current manifest.json* and "apprt-bundles: Open current README.md" you will find in the command palette.

!["Open current manifest/readme"](../images/feature_command_opencurrent.gif)

Expand All @@ -56,7 +56,7 @@ This makes it *far* easier to realize which bundles are sharing the same parent

One change needs a bit more explanation:
Revealing the `manifest.json` file of the selected bundle in the Explorer view is the new default (in contrast to just revealing the bundle *folder*).
The advantage of this new default is that you can always just hit `Enter` to really open the manifest file right after executing the "Open bundle" command.
The advantage of this new default is that you can always just hit `Enter` to really open the manifest file right after executing the *> Open bundle* command.
Jumping between bundles made easy!

You can still suppress this behaviour in the extension config.
Expand Down

0 comments on commit 9e08818

Please sign in to comment.