Skip to content

Releases: alberti42/obsidian-import-attachments-plus

1.5.12

17 Nov 21:31
Compare
Choose a tag to compare

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

20 Oct 14:59
Compare
Choose a tag to compare

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.

1.5.10

14 Oct 18:35
Compare
Choose a tag to compare

Change log

Bug fixes

  • Temporary fix: removed the not-yet-working button to remove elements and attachments from canvas. This feature will be implemented in the near future.

1.5.9

13 Oct 23:50
Compare
Choose a tag to compare

Change log

Bug fixes

  • Quick fix allowing users to import attachments in canvas. A more powerful solution is underway.
  • Fixed a recent bug where the plugin did not allow Obsidian to start.

1.5.7

29 Sep 16:07
Compare
Choose a tag to compare

Change log

Under-the-hood improvements

  • Better handling of errors when deleting files and associated links

1.5.6

25 Sep 23:13
Compare
Choose a tag to compare

Change log

New features (minor)

  • Added instructions in the preference pane how to customize the commands in Obsidian for importing attachments and open the attachment folder.

1.5.5

25 Sep 20:30
Compare
Choose a tag to compare

Change log

Bug fixes

  • Small bug fixes on certain edge cases that were not recognized and nothing was happening when the user was trying to delete an attachment and the associated link in the note.

1.5.4

25 Sep 08:12
Compare
Choose a tag to compare

Change log

Bug fixes

  • Corrected a bug affecting context menu for embedded graphics when working with multiple windows.

1.5.3

24 Sep 20:45
Compare
Choose a tag to compare

Change log

New features

  • Support Delete option in the context menu for audios, videos, and images.

1.5.2

24 Sep 19:51
Compare
Choose a tag to compare

Change log

Bug fixes

  • Corrected small bug about removing links when deleting attachments.