From f313e9baa4c02e044e4d892b0f5d2e80d3a1d20d Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Thu, 25 May 2023 21:21:04 +0700 Subject: [PATCH] Update thing to do --- TODO.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index b7b56cc..66debff 100644 --- a/TODO.md +++ b/TODO.md @@ -8,11 +8,28 @@ # /:path - ~~Override opengraph using banner image / thumbnail image~~ -- Render readme file +- ~~Render readme file~~ - ~~Copy folder url~~ - ~~Copy file direct url~~ -- Download file url -- Password protected +- ~~Download file url~~ +- ~~Password protected~~ +- File Preview + - 3D > 3DPreview + - Audio > AudioPreview + - Archive > UnknownPreview + - RichText > MarkdownPreview + - OfficeWord > OfficePreview + - OfficeExcel > OfficePreview + - OfficePowerPoint > OfficePreview + - PDF > PDFPreview + - Database > UnknownPreview + - Image > ImagePreview + - Code > CodePreview + - Text > TextPreview + - Video > VideoPreview + - Font > UnknownPreview + - Default > UnknownPreview + - Binary > UnknownPreview # /download/:path - ~~Download file based on path~~