Introduction
In the apps/web, we cannot yet open/view common files like:
- markdown
- .docs
- xls
- images (png, jpeg, webp etc.)
- texts
- other common types
So, we need to build a way to view such files.
Implementation
- On clicking the file, the context of the file should be visible natively.
- Currently we show a popup to show the properties of files with an option to generate direct link. Now, on clicking the file, generate the direct link and then render the content from the direct link into the new viewer and also have a share button which again generates a new link and copy in the clipboard.
Introduction
In the
apps/web, we cannot yet open/view common files like:So, we need to build a way to view such files.
Implementation