With this Obsidian plugin you can easily add file links to your notes. It features an interface to select files right from within Obsidian. No need to open a new Finder/File Explorer window to manually drag and drop files to your note.
Other features and settings to improve file links:
- custom prefix shown before every file link when adding multiple files
- toggle visibility of file endings
- decide if the file link should open the file or the folder where the file is located in
- embed file in note instead of only linking it
These file types are supported for embedding:
- Markdown:
md
- Images:
png
,jpg
,jpeg
,gif
,bmp
,svg
- Audio:
mp3
,webm
,wav
,m4a
,ogg
,3gp
,flac
- Video:
mp4
,webm
,ogv
- PDF:
pdf
- Open command palette with "cmd + p"
- Search for the command "Add file link"
- Click "Select files"
- Now choose your files
- Decide whether you want to embed the file by selecting the checkbox
- Then press "Add file link"
Obsidian.File.Link.Plugin.mp4
If you add multiple file links you can specify the characters shown before every link file.
When activated, all file extensions will be shown.
When activated, clicking on the link will not open the file. Instead the folder where the file is located in will be opened.
Icon design: Olli Graphics
See issues for Better File Link.
The numbers in "[]" are the issue numbers associated with the fix or feature.
1.0.0:
- Initital release.
1.0.1:
- Bug fixes
- New setting: Link folders instead of files
1.0.2:
- Name and description changes
1.0.3:
- Fixed plugin id mismatch
1.1.0:
- You can now embed files instead of linking them
- [#3] Select options right in pop-up
1.1.1:
- [#1] Fixed bugs with windows paths
1.1.2:
- Security fix (moment.js)
1.1.3:
- [#10] Add short links option to settings