lemon6952k downloadsList files by last added, including pictures, MP4s, PDFs etc.
English | 中文
This plugin displays a list of most last added files in the sidebar. Optionally include paths of files which should be excluded from the list.
As with the file explorer view:

This plugin can quickly display recently added files, making it easier to process these documents. For example: After adding pictures, quickly find and rename them
During the document editing process, adding multiple images with the same name can lead to name duplication. To address this, an MD5 renaming feature has been added to quickly update the names of newly added images.
Before modification

After modification

This project introduces a File Classification Filter that enables users to filter and display newly added files based on their types. The supported categories for filtering include:
.md and .markdown files..pdf files..png, .jpg, .jpeg, .gif, .bmp, .svg, and .webp..mp4, .webm, .mov, .avi, .mkv, and .m4v.This feature helps users quickly navigate through and manage their files based on type, improving efficiency in file handling.
Plugin configuration: By default, file filtering is disabled and can be enabled based on user needs.


The core functionality of this project relies heavily on the incredible work done by the recent-files-obsidian project. I am deeply grateful for its contributions.
While using Obsidian to edit documents, I frequently add numerous documents and images, making it difficult to locate newly added files for editing. I discovered the functionality of the recent-files-obsidian plugin, which displays recently opened or edited files, but it didn’t fully meet my needs. Therefore, I redesigned its functionality to support displaying only newly added files.