Skip to content

Commit

Permalink
Monokle Features Update 18/01/2022
Browse files Browse the repository at this point in the history
-Navigation history #172
-New Resource action/wizard #176
-File-actions in file explorer #179
-Hide empty sections in navigator #223
-Monokle script to run from shell #229
-Add splash-screen and update logo icon #231
-reload last folder/cluster on startup #317
-Apply Helm Chart / values-file #341
-open in finder/explorer action for files #507
-Automatically save new resources to current folder #543
-Better separate helm/kustomization resources in the UI #545
-Add resource-kind specific help links to editors #607
  • Loading branch information
jfermi committed Jan 18, 2022
1 parent cfe6d18 commit e06fc1b
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/apply-and-diff.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Applying and Diffing Resources

At any time when a resource is selected in the navigator the Editor contains "Apply" and "Diff" buttons in the top right.
At any time when a resource is selected in the Navigator the Editor contains "Apply" and "Diff" buttons in the top right.

![Apply and Diff buttons](img/apply-and-diff-buttons.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/explorer-file-actions-1.4.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/navigate-history-1.5.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Monokle is laid out like many other desktop applications:

![Monokle UI](img/monokle-ui-1.4.0.png)

(On start-up, Monokle automatically loads the most recently selected folder or cluster.)

Left to right:

- The vertical toolbar to the far left allows you to switch between File, Kustomize, Helm and Cluster mode.
Expand Down
8 changes: 8 additions & 0 deletions docs/resource-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Resource links are marked in the gutter and underlined in the Editor, with corre
Broken links are shown with yellow triangles in the Editor as in the Navigator:

![Source Editor Broken Links](img/source-editor-broken-links.png)

Hover over the broken link in the Editor to show the options for working with the broken link:

![Source Editor Broken Links](img/create-resource-from-unsatisfied-link-1.5.0.png)

When editing a resource, click on the document icon at the top right of the Editor pane to open the corresponding kubernetes documentation in a browser window:

![Source Editor Broken Links](img/resource-open-k8s-documentation-1.5.0.png)

## Add Resource

Expand Down
16 changes: 14 additions & 2 deletions docs/resource-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ In this screenshot:
- The 3 ClusterRole resources in thie file are highlighed in the Navigator in the middle.
- The contents of the file are shown in the editor to the right.

While in the File Explorer, the File Action drop down list is available by clicking the ellipsis to the right of the file name.

![Explorer File Actions](img/explorer-file-actions-1.4.0.png)

In the drop down, the following actions are available:
- Reveal in Finder
- Copy Path
- Copy Relative Path
- Add to File: Exclude
- Rename
- Delete

## Resource Navigator

The Navigator shows all resources found recursively in the selected folder. Resources are grouped into sections/subsections based
Expand Down Expand Up @@ -96,10 +108,10 @@ You can choose to reload the last reviewed folder while launching Monokle. For t

## Navigation History

You can easily navigate back and forth between the selected resources with the help of the Navigation button.
You can easily navigate back and forth between the selected resources with the help of the Navigation button. The highlight arrow will indicate when navigation to previous or next resource is available.


![Navigation History](img/navigate-history.png)
![Navigation History](img/navigate-history-1.5.0.png)

## Expand/Collapse Sections

Expand Down

0 comments on commit e06fc1b

Please sign in to comment.