From a91dd40fce7fafb853e9006dbfd071f6aac5b518 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Fri, 26 Apr 2024 11:02:38 -0600 Subject: [PATCH] added reference for file viewers --- features/fileViewers.mdx | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/features/fileViewers.mdx b/features/fileViewers.mdx index 3d1ab3d..11e9f96 100644 --- a/features/fileViewers.mdx +++ b/features/fileViewers.mdx @@ -12,7 +12,7 @@ Imageview lets you view and inspect image files directly within the terminal. Wi -#### Using Imageview +#### Usage Imageview requires only one option, `filename`. ``` @@ -20,42 +20,53 @@ Usage: /imageview [filename] ``` +#### Reference +For more details on using this command, see the [/imageview](/reference/slashcommands#imageview) documentation. + ### Csvview Csvview is a powerful utility that allows you to view and manipulate CSV files effortlessly within the terminal. With its intuitive interface and sortable columns, csvview makes it a breeze to explore and analyze your CSV data. -#### Using csvview +#### Usage Csvview requires only one option, `filename`. ``` /csvview [filename] ``` +#### Reference +For more details on using this command, see the [/csvview](/reference/slashcommands#csvview) documentation. + ### Mediaview Mediaview is a versatile command that allows you to view and play audio and video files seamlessly within the terminal. With support for a wide range of popular media formats, including *MP4*, *WebM*, *Ogg*, *MP3*, *WAV*, *Ogg Vorbis*, *AAC*, and *FLAC*, mediaview provides a convenient and efficient way to view media without leaving the command-line interface. -#### Using mediaview +#### Usage Mediaview requires only one option, `filename`. ``` Usage: /mediaview [filename] ``` +#### Reference +For more details on using this command, see the [/mediaview](/reference/slashcommands#mediaview) documentation. ### Mdview Mdview is a handy utility that enables you to view and render Markdown files directly within the terminal. It provides a convenient way to read and preview Markdown-formatted content without the need for external applications or leaving the command-line interface. -#### Using mdview +#### Usage Mdview requires only one option, `filename`. ``` Usage: -/mdviewer [filename] +/mdview [filename] ``` +#### Reference +For more details on using this command, see the [/mdview](/reference/slashcommands#mdview) documentation. + A live preview of Markdown files can also be found in [codeedit](/reference/slashcommands#codeedit) by clicking the “show preview” button in the top right of the editor. This allows you to edit and render Markdown content in real-time, displaying the output adjacent to the code editor for convenient and immediate visual feedback. @@ -65,13 +76,15 @@ Pdfview is a practical utility that allows you to view and navigate PDF files ef -#### Using pdfview +#### Usage Pdfview requires only one option, `filename`. ``` Usage: /pdfview [filename] ``` +#### Reference +For more details on using this command, see the [/pdfview](/reference/slashcommands#pdfview) documentation. ## The Future of Plugins Wave's file viewer plugins are just the beginning of our journey to revolutionize the way you interact with files in the terminal.