diff --git a/.editorconfig b/.editorconfig index 1ed453a..0c73c7e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true end_of_line = lf insert_final_newline = true -[*.{js,json,yml}] +[*.{js,json,yml,yaml}] charset = utf-8 indent_style = space indent_size = 2 diff --git a/plugins/virtual-library/README.md b/plugins/virtual-library/README.md index 0415186..050625a 100644 --- a/plugins/virtual-library/README.md +++ b/plugins/virtual-library/README.md @@ -1,11 +1,11 @@ # Virtual Library Playnite Add-on -I wanted to add upcoming games not specifically tied to any platforms, so I made this add-on. +I wanted to add upcoming games not specifically tied to any platforms so I made this add-on. It allows adding any game easily through a simple link/name given a [source provider](#supported-sources) supports it. Install the add-on through the usual means: -- [Download (if you have Playnite installed)](playnite://playnite/installaddon/VirtualLibrary) +- If you have Playnite installed, you can copy this to your browser's URL bar: `playnite://playnite/installaddon/VirtualLibrary` - [Playnite Add-on Database](https://playnite.link/addons.html#VirtualLibrary) - [Releases](https://github.com/iSplasher/PlayniteExtensions/releases) diff --git a/plugins/virtual-library/installer.yaml b/plugins/virtual-library/installer.yaml index 4765968..b04278c 100644 --- a/plugins/virtual-library/installer.yaml +++ b/plugins/virtual-library/installer.yaml @@ -5,4 +5,4 @@ Packages: ReleaseDate: 2024-01-05 PackageUrl: https://github.com/iSplasher/PlayniteExtensions/releases/download/VirtualLibrary-v0.0.1/VirtualLibrary_0_0_1.pext Changelog: - - See release notes on GitHub: https://github.com/iSplasher/PlayniteExtensions/releases + - "See release notes on GitHub: https://github.com/iSplasher/PlayniteExtensions/releases" \ No newline at end of file