Recently Added Files
approvedby Lemon695
List files by last added, including pictures, MP4s, PDFs etc.
Recently Added Files
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:
- New md files
- New images
- New PDF
- ......
Screenshots

Function
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
1、Rename newly added files
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

2、File Classification Filter
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:
- All files: Displays all files regardless of their type.
- Markdown: Filters and shows only
.mdand.markdownfiles. - PDF: Filters and shows only
.pdffiles. - Image: Filters and shows image files, such as
.png,.jpg,.jpeg,.gif,.bmp,.svg, and.webp. - Video: Filters and shows video files, including
.mp4,.webm,.mov,.avi,.mkv, and.m4v. - Other: Displays all files that don't fall under the categories listed above.
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.


🙏 Acknowledgements
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.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.