base on Bring macOS โ€œQuick Lookโ€ feature to Windows <!-- Hero Section with Gradient Background Effect --> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/1687847/82130498-8c3eac80-97d4-11ea-9e88-372ab9c50295.png"> <img src="https://user-images.githubusercontent.com/1687847/82130498-8c3eac80-97d4-11ea-9e88-372ab9c50295.png" width="140" alt="QuickLook Logo"> </picture> # QuickLook <div align="center"> <h3> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/refs/heads/master/Emojis/Activities/Magic%20Wand.png" width="25" height="25" /> <i>Instant File Previews, Just Press Space</i> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/refs/heads/master/Emojis/Activities/Magic%20Wand.png" width="25" height="25" /> </h3> **The most powerful Quick Look implementation for Windows** <a href="https://trendshift.io/repositories/3258"> <img src="https://trendshift.io/api/badge/repositories/3258" alt="Trending" width="250" height="55"/> </a> <br> <!-- Animated Badges --> <p> <a href="https://github.com/QL-Win/QuickLook/releases"> <img src="https://img.shields.io/github/v/release/QL-Win/QuickLook?style=for-the-badge&logo=github&color=00C853&labelColor=000000" alt="Release"> </a> <a href="https://github.com/QL-Win/QuickLook/releases"> <img src="https://img.shields.io/github/downloads/QL-Win/QuickLook/total?style=for-the-badge&logo=download&color=FF6D00&labelColor=000000" alt="Downloads"> </a> <a href="https://github.com/QL-Win/QuickLook/stargazers"> <img src="https://img.shields.io/github/stars/QL-Win/QuickLook?style=for-the-badge&logo=starship&color=FFD700&labelColor=000000" alt="Stars"> </a> <a href="https://www.gnu.org/licenses/gpl-3.0.en.html"> <img src="https://img.shields.io/badge/License-GPL_v3-blue?style=for-the-badge&logo=opensourceinitiative&color=3DA639&labelColor=000000" alt="License"> </a> <a href="https://github.com/QL-Win/QuickLook/actions/workflows/msbuild.yml"> <img src="https://img.shields.io/github/actions/workflow/status/QL-Win/QuickLook/msbuild.yml?style=for-the-badge&logo=github&label=Build&labelColor=000000" alt="Build Status"> </a> <a href="https://dotnet.microsoft.com/en-us/download/dotnet/latest/runtime"> <img src="https://img.shields.io/badge/Platform-Windows-0078D4?style=for-the-badge&logo=windows&labelColor=000000" alt="Platform"> </a> </p> <br><br> <!-- Hero Image with Modern Styling --> <img src="https://user-images.githubusercontent.com/1687847/64730506-2a60d100-d4e8-11e9-95a6-f13dbd869b2a.jpeg" width="800" alt="QuickLook Preview" style="border-radius: 20px;"> <br><br> <!-- Quick Navigation with Icons --> <table> <tr> <td align="center" width="20%"> <a href="#-the-problem"> <img src="https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/blob/master/Emojis/Objects/Light%20Bulb.png?raw=true" width="30"><br> <b>The Problem</b> </a> </td> <td align="center" width="20%"> <a href="#-superpowers"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Rocket.png" width="30"><br> <b>Superpowers</b> </a> </td> <td align="center" width="20%"> <a href="#-get-started"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Package.png" width="30"><br> <b>Get Started</b> </a> </td> <td align="center" width="20%"> <a href="#-extend"> <img src="https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/blob/master/Emojis/Activities/Puzzle%20Piece.png?raw=true" width="30"><br> <b>Extend</b> </a> </td> <td align="center" width="20%"> <a href="#-community"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Beating%20Heart.png" width="30"><br> <b>Community</b> </a> </td> </tr> </table> </div> <br> --- ## ๐Ÿ’ก The Problem <table> <tr> <td width="60%"> ### Ever wished Windows had macOS's Quick Look? You know the drill: you want to peek at a file, so you double-click, wait for an app to launch, view the file, close the app... **exhausting**, right? macOS users? They just press <kbd>Space</kbd>. Instant preview. **Any file**. **Now Windows has it too.** ๐ŸŽ‰ QuickLook brings that buttery-smooth, instant-preview experience to Windows. No more waiting. No more opening heavy applications just to peek at a document. </td> <td width="40%"> ``` WITHOUT QuickLook: โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ 1. Double click โ”‚ โ”‚ 2. Wait... โ”‚ โ”‚ 3. App loads โ”‚ โ”‚ 4. View file โ”‚ โ”‚ 5. Close app โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โฑ๏ธ ~10 seconds WITH QuickLook: โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ 1. Press SPACE โ”‚ โ”‚ 2. Done! โœจ โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โšก ~0.2 seconds ``` </td> </tr> </table> <br> --- ## ๐Ÿš€ Superpowers <div align="center"> ### What Makes QuickLook Extraordinary </div> <table align="center" > <tr> <td align="center" width="33%"> ### โšก๏ธ **Lightning Speed** <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/High%20Voltage.png" width="60"> **Instant previews** with zero lag Native performance that feels like magic Hardware-accelerated rendering </td> <td align="center" width="33%"> ### ๐ŸŽจ **Gorgeous Design** <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Activities/Artist%20Palette.png" width="60"> **Fluent Design System** integration Beautiful on 4K displays Touch-optimized interface </td> <td align="center" width="33%"> ### ๐ŸŒˆ **100+ Formats** <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Rainbow.png" width="60"> Images, videos, documents, code **3D models**, archives, fonts Extensible with plugins </td> </tr> </table> <br> <!-- Feature Grid with Modern Cards --> <table align="center" > <tr> <td width="50%"> #### ๐Ÿ“ธ **Visual Files** - ๐Ÿ–ผ๏ธ Images (JPEG, PNG, GIF, WebP, RAW) - ๐ŸŽฌ Videos (MP4, AVI, MKV, MOV) - ๐ŸŽจ Photoshop (PSD), Illustrator (AI) - ๐Ÿ“ 3D Models (OBJ, STL, FBX) - ๐ŸŽญ Animated GIFs & APNGs #### ๐Ÿ“„ **Documents** - ๐Ÿ“ PDF, Word, Excel, PowerPoint - ๐Ÿ“‹ Text files with syntax highlighting - ๐Ÿ“Š Markdown with live rendering - ๐Ÿ“œ E-books (EPUB, MOBI) - ๐Ÿ“‘ Comics (CBZ, CBR) </td> <td width="50%"> #### ๐Ÿ’ป **Developer Files** - ๐Ÿ Python, JavaScript, C++, Rust - ๐ŸŒ HTML, CSS, JSON, XML - โš™๏ธ Config files (YAML, TOML, INI) - ๐Ÿ“ฆ Archives (ZIP, RAR, 7Z, TAR) - ๐Ÿ”ง Binary files with hex view #### ๐ŸŽต **Media** - ๐ŸŽต Audio (MP3, FLAC, WAV, AAC) - ๐ŸŽผ Sheet music - ๐ŸŽจ Fonts (TTF, OTF, WOFF) - ๐Ÿ–Œ๏ธ Vector graphics (SVG, EPS) - ๐Ÿ“น Subtitles (SRT, ASS) </td> </tr> </table> <br> <div align="center"> ### ๐ŸŽฏ **Works Everywhere** <table> <tr> <td align="center" width="25%"> **File Explorer** <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/File%20Folder.png" width="50"> Native integration </td> <td align="center" width="25%"> **Open/Save Dialogs** <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Desktop%20Computer.png" width="50"> System-wide support </td> <td align="center" width="25%"> **3rd Party Managers** <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Toolbox.png" width="50"> Total Commander, xplorerยฒ </td> <td align="center" width="25%"> **Cloud Storage** <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Cloud.png" width="50"> OneDrive, Dropbox ready </td> </tr> </table> </div> <br> --- ## ๐Ÿ“ฆ Get Started <div align="center"> ### Choose Your Adventure <br> <table> <tr> <td align="center" width="25%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Mobile%20Phone.png" width="70"> ### **Microsoft Store** **Recommended for most users** โœ… Automatic updates โœ… Sandboxed security โœ… One-click install <br> <a href="https://www.microsoft.com/store/apps/9nv4bs3l1h4s"> <img src="https://img.shields.io/badge/Get_it_from-Microsoft_Store-0078D4?style=for-the-badge&logo=microsoft&logoColor=white" alt="Microsoft Store"> </a> <sub>โš ๏ธ Limited Open/Save dialog support</sub> </td> <td align="center" width="25%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Package.png" width="70"> ### **Installer** **Full-featured experience** โœ… Complete functionality โœ… Open/Save dialog support โœ… Portable option available <br> <a href="https://github.com/QL-Win/QuickLook/releases"> <img src="https://img.shields.io/badge/Download-Latest_Release-00C853?style=for-the-badge&logo=github&logoColor=white" alt="Latest Release"> </a> <sub>๐Ÿ’Ž Get the full power</sub> </td> <td align="center" width="25%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Food/Beer%20Mug.png" width="70"> ### **Scoop** **For command-line lovers** โœ… Easy updates โœ… Reproducible installs โœ… Version management <br> ```powershell scoop bucket add extras scoop install quicklook ``` <sub>๐Ÿค“ Power user choice</sub> </td> <td align="center" width="25%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Crescent%20Moon.png" width="70"> ### **Nightly** **Live on the edge** โœ… Latest features โœ… Bug fixes first โš ๏ธ May be unstable <br> <a href="https://github.com/QL-Win/QuickLook/releases/"> <img src="https://img.shields.io/badge/Try-Nightly_Builds-FF6D00?style=for-the-badge&logo=github-actions&logoColor=white" alt="Nightly Builds"> </a> <sub>๐ŸŒ™ Experimental builds</sub> </td> </tr> </table> <br> <details> <summary><b>๐Ÿค” Not sure which version to choose?</b></summary> <br> | Feature | Store | Installer | Scoop | Nightly | |---------|-------|-----------|-------|---------| | Auto-updates | โœ… | โš ๏ธ | โœ… | โš ๏ธ | | Open/Save dialogs | โŒ | โœ… | โœ… | โœ… | | Portable mode | โŒ | โœ… | โŒ | โœ… | | Stability | โœ…โœ…โœ… | โœ…โœ…โœ… | โœ…โœ…โœ… | โœ…โœ… | ๐Ÿ“– [Read the full comparison](https://github.com/QL-Win/QuickLook/wiki/Differences-Between-Distributions) </details> </div> <br> ### โšก Quick Start in 10 Seconds <table> <tr> <td width="50%"> ``` Step 1๏ธโƒฃ Install QuickLook โ†“ Step 2๏ธโƒฃ It runs automatically โ†“ Step 3๏ธโƒฃ Select any file โ†“ Step 4๏ธโƒฃ Press SPACE โ†“ Step 5๏ธโƒฃ ๐ŸŽ‰ Magic happens! ``` </td> <td width="50%"> **๐Ÿ’ก Pro Tips:** - QuickLook lives in your system tray - Works with **any file** in File Explorer - Use arrow keys to preview multiple files - Press `Esc` or `Space` again to close - Drag files directly from the preview! </td> </tr> </table> <br> --- ## โŒจ๏ธ Master the Shortcuts <div align="center"> ### Your New Superpowers <br> <table> <tr> <td align="center" width="33%"> ### ๐ŸŽฎ **Basic Controls** | Key | Action | |-----|--------| | <kbd>Space</kbd> | Toggle preview | | <kbd>Esc</kbd> <kbd>Space</kbd> | Close window | | <kbd>Enter</kbd> | Open file | | <kbd>โ†‘</kbd> <kbd>โ†“</kbd> | Next/Previous | </td> <td align="center" width="33%"> ### ๐Ÿ” **Navigation** | Key | Action | |-----|--------| | <kbd>โ†</kbd> <kbd>โ†’</kbd> | Navigate files | | <kbd>Mouse Click</kbd> | Select file | | <kbd>Page Up</kbd> <kbd>Down</kbd> | Scroll content | | <kbd>Home</kbd> <kbd>End</kbd> | Jump to start/end | </td> <td align="center" width="33%"> ### ๐ŸŽจ **Advanced** | Key | Action | |-----|--------| | <kbd>Wheel</kbd> | Zoom (images) | | <kbd>Ctrl</kbd>+<kbd>Wheel</kbd> | Zoom (PDFs) | | <kbd>L-Click Drag</kbd> | Rotate 3D | | <kbd>M-Click Drag</kbd> | Pan 3D | </td> </tr> </table> <br> > **๐Ÿ’ก Pro Tip:** You can navigate files using arrow keys even when the preview window isn't focused! </div> <br> --- ## ๐Ÿงฉ Extend <div align="center"> ### Supercharge QuickLook with Plugins *Transform QuickLook into a universal file viewer* <br> <!-- Featured Plugins Grid --> <table align="center"> <tr> <td align="center" width="50%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Clipboard.png" width="80"> ### **OfficeViewer** Preview **Word, Excel & PowerPoint** files **No Microsoft Office required!** <br> ``` โœ… Native Office formats โœ… Standalone viewer โœ… Fast rendering ``` <a href="https://github.com/QL-Win/QuickLook.Plugin.OfficeViewer/releases"> <img src="https://img.shields.io/badge/Download-Plugin-FF6D00?style=for-the-badge" alt="Download"> </a> </td> <td align="center" width="50%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Page%20Facing%20Up.png" width="80"> ### **PdfViewer-Native** Enhanced PDF viewing with **WebView2** Modern, fast, feature-rich <br> ``` โœ… Smooth scrolling โœ… Search & annotations โœ… Hardware acceleration ``` <a href="https://github.com/QL-Win/QuickLook.Plugin.PdfViewer-Native/releases"> <img src="https://img.shields.io/badge/Download-Plugin-00C853?style=for-the-badge" alt="Download"> </a> </td> </tr> <tr> <td align="center" width="50%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Printer.png" width="80"> ### **PostScriptViewer** Preview `.ps` and `.eps` files Perfect for designers <br> ``` โœ… Vector rendering โœ… High quality output โœ… Professional formats ``` <a href="https://github.com/QL-Win/QuickLook.Plugin.PostScriptViewer/releases"> <img src="https://img.shields.io/badge/Download-Plugin-3DA639?style=for-the-badge" alt="Download"> </a> </td> <td align="center" width="50%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Triangular%20Ruler.png" width="80"> ### **CADImport** View CAD files natively `.dwg`, `.dxf`, `.plt`, `.cgm` <br> ``` โœ… Engineering drawings โœ… Architecture files โœ… Technical diagrams ``` <a href="https://github.com/emako/QuickLook.Plugin.CADImport/releases"> <img src="https://img.shields.io/badge/Download-Plugin-0078D4?style=for-the-badge" alt="Download"> </a> </td> </tr> </table> <br> ### ๐Ÿ“ฆ How to Install or Upgrade Plugins <table> <tr> <td width="33%" align="center"> **1๏ธโƒฃ Download** Get the `.qlplugin` file </td> <td width="33%" align="center"> **2๏ธโƒฃ Install** Ensure QuickLook is currently running, select the file and press `Spacebar`. </td> <td width="33%" align="center"> **3๏ธโƒฃ Restart** Click on the `Install` button, then restart QuickLook. </td> </tr> </table> ### ๐Ÿ“ฆ How to Remove Plugins <table> <tr> <td width="33%" align="center"> **1๏ธโƒฃ Quit** Quit QuickLook. </td> <td width="33%" align="center"> **2๏ธโƒฃ Navigate** Navigate to the [Data location](https://github.com/QL-Win/QuickLook/wiki/Differences-Between-Distributions#user-data-location). </td> <td width="33%" align="center"> **3๏ธโƒฃ Remove** You should find several folders. Remove the one you do not want to use. </td> </tr> </table> <br> <a href="https://github.com/QL-Win/QuickLook/wiki/Available-Plugins"> <img src="https://img.shields.io/badge/๐Ÿ”_Browse_All_Plugins-white?style=for-the-badge" alt="Browse Plugins"> </a> <a href="https://github.com/QL-Win/QuickLook/wiki/Available-Plugins#how-to-install-or-upgrade-a-plugin"> <img src="https://img.shields.io/badge/๐Ÿ“–_Installation_Guide-white?style=for-the-badge" alt="Installation Guide"> </a> </div> <br> --- ## ๐Ÿ’– Community <div align="center"> ### Join Thousands of Happy Users <br> <table> <tr> <td align="center" width="33%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Speech%20Balloon.png" width="80"> ### **QQ Group** Join our Chinese community **371388501** <br> <a href="https://qm.qq.com/q/KIczirznua"> <img src="https://img.shields.io/badge/Join-QQ_Group-12B7F5?style=for-the-badge&logo=tencentqq&logoColor=white" alt="QQ Group"> </a> </td> <td align="center" width="33%"> <img src="https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/blob/master/Emojis/Travel%20and%20places/Globe%20with%20Meridians.png?raw=true" width="80"> ### **Translate** Help QuickLook speak your language Make it accessible <br> <a href="https://github.com/QL-Win/QuickLook/wiki/Translations"> <img src="https://img.shields.io/badge/Contribute-Translations-FFD700?style=for-the-badge&logo=googletranslate&logoColor=white" alt="Translations"> </a> </td> <td align="center" width="33%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Star-Struck.png" width="80"> ### **Star Us** Show your support It means a lot! <br> <a href="https://github.com/QL-Win/QuickLook/stargazers"> <img src="https://img.shields.io/github/stars/QL-Win/QuickLook?style=for-the-badge&logo=github&color=FFD700&logoColor=white" alt="Star us"> </a> </td> </tr> </table> <br> ### ๐Ÿ‘จโ€๐Ÿ’ป For Developers Interested in contributing? Check out our development resources: <a href="https://github.com/QL-Win/QuickLook/wiki"> <img src="https://img.shields.io/badge/๐Ÿ“š_Developer_Wiki-black?style=for-the-badge&logo=gitbook&logoColor=white" alt="Wiki"> </a> <a href="CodeMaid.config"> <img src="https://img.shields.io/badge/๐Ÿ› ๏ธ_Code_Style_Guide-black?style=for-the-badge&logo=visualstudiocode&logoColor=white" alt="Code Style"> </a> <a href="https://github.com/QL-Win/QuickLook/issues"> <img src="https://img.shields.io/badge/๐Ÿ›_Report_Issues-black?style=for-the-badge&logo=github&logoColor=white" alt="Issues"> </a> </div> <br> --- ## ๐Ÿ™ Credits <div align="center"> ### Built with Love by Amazing People <br> <table> <tr> <td align="center" width="25%"> <img src="https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/blob/master/Emojis/Activities/Artist%20Palette.png?raw=true" width="60"> **Design Team** [@OiCkilL](https://twitter.com/OiCkilL) [@QubitsDev](https://twitter.com/qubitsdev) [Donno](https://github.com/Donnnno) *Fluent UI & Icons* </td> <td align="center" width="25%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Nerd%20Face.png" width="60"> **Contributors** [Our Amazing Team](https://github.com/QL-Win/QuickLook/graphs/contributors) *Code, translations & ideas* </td> <td align="center" width="25%"> <img src="https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/blob/master/Emojis/Objects/Books.png?raw=true" width="60"> **Open Source** [Libraries We Use](https://github.com/QL-Win/QuickLook/wiki/On-the-Shoulders-of-Giants) *Standing on giants* </td> <td align="center" width="25%"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Smiling%20Face%20with%20Hearts.png" width="60"> **You!** Every User Matters *Thank you for using QuickLook* </td> </tr> </table> </div> <br> --- ## ๐Ÿ“œ License <div align="center"> <br> <img src="https://www.gnu.org/graphics/gplv3-127x51.png" alt="GPL v3"> <br><br> **QuickLook is free and open source under [GPL-3.0](https://opensource.org/licenses/GPL-3.0)** *Free software, free forever. No ads, no tracking, no premium tiers.* <br> **Need commercial licensing?** Contact us for sublicensing options. </div> <br> --- <div align="center"> <br> ## โญ Like QuickLook? Star the repo! **Your support keeps this project alive and improving** <br> <a href="https://github.com/QL-Win/QuickLook"> <img src="https://img.shields.io/badge/๐Ÿ _Visit_Homepage-white?style=for-the-badge" alt="Homepage"> </a> <a href="https://github.com/QL-Win/QuickLook/wiki"> <img src="https://img.shields.io/badge/๐Ÿ“–_Documentation-white?style=for-the-badge" alt="Docs"> </a> <a href="https://github.com/QL-Win/QuickLook/issues"> <img src="https://img.shields.io/badge/๐Ÿ’ฌ_Get_Help-white?style=for-the-badge" alt="Help"> </a> <a href="https://github.com/QL-Win/QuickLook/releases"> <img src="https://img.shields.io/badge/๐Ÿ“ฆ_Download-white?style=for-the-badge" alt="Download"> </a> <br><br> <sub>Made with โค๏ธ by the QuickLook community</sub> <br> <!-- Animated Emojis Footer --> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Rocket.png" width="25"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Beating%20Heart.png" width="25"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Star-Struck.png" width="25"> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/refs/heads/master/Emojis/Travel%20and%20places/Star.png" width="25"> </div>", Assign "at most 3 tags" to the expected json: {"id":"3258","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"