manuerwin / joplin-plugin-attache

Mass replacement of resources such as resized image files.
GNU General Public License v3.0
11 stars 0 forks source link

Resource Id incorrectly used as Title on replace #14

Closed manuerwin closed 2 years ago

manuerwin commented 2 years ago

If a resource id is used for the replace file name e.g. 740135295cfb44e69025aa34cb203205.png, the title (e.g. test.png) is overwritten with the resource id file name.

The database record incorrectly looks like: Id: 740135295cfb44e69025aa34cb203205 Title: 740135295cfb44e69025aa34cb203205.png

Whereas the database record should look like: Id: 740135295cfb44e69025aa34cb203205 Title: test.png