diff --git a/docs/resources.md b/docs/resources.md index ab6841cd..6936b6e3 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -11,7 +11,7 @@ The plugin system is still in the early stage, and most of the plugins below onl Please make sure that both your Yazi and plugins are on the latest main branch to ensure proper functionality! ::: -## Previewers +## 🖼️ Previewers Markdown: @@ -29,27 +29,27 @@ Audio: - [exifaudio.yazi](https://github.com/Sonico98/exifaudio.yazi) - Preview audio metadata and cover using [exiftool](https://exiftool.org/). -## Preloaders +## 🚀 Preloaders - [mime.yazi](https://github.com/DreamMaoMao/mime.yazi) - Replace the builtin `mime` plugin to speed up the identification of large files by using file extensions instead of file content to obtain the mime-types. -## Functional plugins +## 🧩 Functional plugins - [keyjump.yazi](https://github.com/DreamMaoMao/keyjump.yazi) - A Yazi plugin like flash.nvim, allows precise navigation using single (or double) characters. - [bookmarks.yazi](https://github.com/dedukun/bookmarks.yazi) - A Yazi plugin that adds the basic functionality of Vi-like marks. - [relative-motions.yazi](https://github.com/dedukun/relative-motions.yazi) - A Yazi plugin based about vim motions. -## Neovim plugins +## 📝 Neovim plugins - [tfm.nvim](https://github.com/Rolv-Apneseth/tfm.nvim) - Neovim plugin for terminal file manager integration. - [yazi.nvim](https://github.com/DreamMaoMao/yazi.nvim) - A Neovim Plugin for yazi terminal file browser. - [fm-nvim](https://github.com/Eric-Song-Nop/fm-nvim) - Neovim plugin that lets you use your favorite terminal file managers. -## Shell plugins +## 🐚 Shell plugins - [yazi-prompt.sh](https://github.com/Sonico98/yazi-prompt.sh) - Display an indicator in your prompt when running inside a yazi subshell. -## Add yours +## 💖 Add yours We are so happy to add your plugin/flavor to this page! @@ -58,4 +58,4 @@ If your plugin/flavor meets the following requirements, please click `Edit this - **Functional** - we will install and test it, since we want all links included on this page to be valid. If it's available only on a specific platform, a note should be added in the README. - **Follow conventions** - it should be a directory/repository ending with `.yazi`, and include the files listed in the [plugin documentation](/docs/plugins/overview) or [flavor documentation](/docs/flavors/overview). -If it's a Neovim or Shell plugin, please follow their respective conventions - ending with `.nvim` or `.sh`. +If it's a Neovim or Shell plugin, appending `.nvim` or `.sh` to the name to make it distinguishable is a best practice, but it's not required.