Alexandrovdi109 downloadsAutomatically create description notes for files dropped into a watched folder. Search and find files by their descriptions via Obsidian search.
English | Русский | What's new
An Obsidian plugin that automatically creates and manages description notes for files in a tracked folder. Perfect for organizing files in your vault with searchable descriptions, tracking file changes, and managing metadata.
Also, for your convenience, you can download a ready-made base file which will display a full list of files with descriptions. Using the search, you can quickly find the file you need.
File field in the note is automatically updated when the file is moved! on the ribbon icon means that files have changed and you need to take action on the notes
File Description, File (wikilink), date_added, filetype, filename! appears above the plugin icon
ATTENTION! When you delete a description file from the folder, the system will prompt you to delete the file — you can agree or not. If you do not agree, the plugin will prompt you to update the description for the file.
Search for "File Describer" in Settings → Community plugins → Browse.
https://github.com/Alexandrovdi/File-Describer to the list of beta pluginsmain.js, manifest.json, and styles.css to VaultFolder/.obsidian/plugins/file-describer/git clone https://github.com/Alexandrovdi/File-Describer.git
cd File-Describer
npm install
npm run build # builds main.js
npm run dev # watch mode
MIT