diff --git a/README.md b/README.md index 820d30d..11a9fd8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # rofi-obsidian +
+ ![Crates.io Version](https://img.shields.io/crates/v/rofi-obsidian?style=flat-square&logo=rust) ![Nixpkgs-unstable Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fwww.nixhub.io%2Fpackages%2Frofi-obsidian%3F_data%3Droutes%252F_nixhub.packages.%2524pkg._index&query=%24.releases.0.version&prefix=v&style=flat-square&logo=nixos&logoColor=fff&label=nixpkgs-version) ![GitHub Release Date](https://img.shields.io/github/release-date/Nydragon/rofi-obsidian?style=flat-square&logo=github) ![GitHub commits since latest release (branch)](https://img.shields.io/github/commits-since/Nydragon/rofi-obsidian/latest?style=flat-square&logo=github) +
+ This project currently has 2 main goals, integrating the opening of specific obsidian vaults directly into [rofi](https://github.com/davatorium/rofi), and circumventing a shortcoming obsidian currently has, which is being unable to select which vault to open at startup. This programs makes use of x-scheme-handler to open the program that is currently assigned to handling `obsidian://*` URIs.