qawatake11k downloadsDetect new binary files in the vault and create Markdown files with metadata.
This plugin detects new binary files in the vault and create markdown files with metadata.
By using metadata files, you can take advantage of the rich functionality provied by Obsidian such as
For example, if you add tags to the metadata of an image file, then you can indirectly access the image file by tag-searching (and following an internal link in the metadata).
sample.pdf to your vault.Then you will find a meta data file INFO_sample_PDF.md in the root directory.
You can customize the new file location and the templates for names and contents of metadata files.
You can use the following syntax to format the names and contents of metadata files.
| Syntax | Description |
|---|---|
{{CDATE:<FORMAT>}} |
Creation time of the static file. |
{{NOW:<FORMAT>}} |
Current time. |
<FORMAT> by a Moment.js format.| Syntax | Description |
|---|---|
{{LINK}} |
Internal link like [[image.png]] |
{{EMBED}} |
Embedded link like ![[image.png]] |
| Syntax | Description |
|---|---|
{{PATH}} |
Path of a static file. |
{{FULLNAME}} |
Name of a static file. |
{{NAME}} |
Name of a static file with extension removed. |
{{EXTENSION}} |
Extension of a static file. |
:UP and :LOW, respectively. For example, {{NAME:UP}}.You can also use Templater plugin to format your meta data files.
Just install Templater plugin and set Use Templater in the setting tab of Binary File Manager.