diff --git a/README.md b/README.md index ba1c96eb..ec0611c5 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ [](https://github.com/awesome-selfhosted/awesome-selfhosted#personal-dashboards)   -  - - +[](https://isitmaintained.com/project/lissy93/dashy) + + ## Features 🌈 @@ -89,8 +89,6 @@ Dashy supports 1-Click deployments on several popular cloud platforms (with more - [Deploy with Vercel](https://vercel.com/new/project?template=https://github.com/lissy93/dashy) - [Deploy with PWD](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml) -**[⬆️ Back to Top](#dashy)** - #### Basic Commands The following commands can be run on Dashy. If you are using Docker, than precede each command with `docker exec -it [container-id]`, where container id can be found by running `docker ps`, e.g. `docker exec -it 92490c12baff yarn build`. @@ -106,6 +104,8 @@ If you prefer [`NPM`](https://docs.npmjs.com), then just replace `yarn` with `np - `yarn test` - Runs tests, and outputs results - `yarn install` - Install all dependencies +**[⬆️ Back to Top](#dashy)** + --- ## Configuring 🔧 @@ -208,6 +208,33 @@ By default, this feature is off, but you can enable it globally by setting `appC --- +## Opening Methods 🖱️ + +One of the primary purposes of Dashy is to make launching commonly used apps and services as quick as possible. To aid in this, there are several different options on how items can be opened. You can configure your preference by setting the `target` property of any item, to one of the following values: +- `sametab` - The app will be launched in the current tab +- `newtab` - The app will be launched in a new tab +- `modal` - Launch app in a resizable/ movable popup modal on the current page +- `workspace` - Changes to Workspace view, and launches app + +Even if the target is not set (or set to `sametab`), you can still launch any given app in an alternative method: Alt + Click will open the modal, and Ctrl + Click will open in a new tab. You can also right-click on any item to see all options (as seen in the screenshot below). This custom context menu can be disabled by setting `appConfig.disableContextMenu: true`. + +
+
+
+
+