Releases: alberti42/obsidian-import-attachments-plus
Releases · alberti42/obsidian-import-attachments-plus
1.5.12
Change log
Bug fix
- Fixed bug #13 about deferred File Explorer view not loading at start. This causes a crashed if Obsidian was not started with the File Explorer pane selected. Some users like to start with bookmarks selected. Now the problem should be fixed.
- Fixed bug #11 where new Obsidian electron versions did not allow to access the full path information. The plugin is now compatible with older installer versions and shows a warning message in the console recommending a fresh installation. The change is due to stricter security policy in electron apps, and documented in https://www.electronjs.org/docs/latest/api/web-utils and in https://stackoverflow.com/a/78951784/4216175.
1.5.11
Change log
New features
- Imported file names can be renamed using ${notename}, which is replaced by the name of the MarkDown notes to which the file is attached.
- The user can choose to display the extension of the imported filename in the text displayed in place of the link
- Detect changes to data.json which can be caused by the synchronization engine or an external editor and update the setting pane automatically.