bingryan / obsidian-markdown-export-plugin

This plugin allows to export directory/single markdown to a folder. support output format(html/markdown)
65 stars 11 forks source link

error when export #91

Open rmurawka01 opened 1 month ago

rmurawka01 commented 1 month ago

each time i try to export, nothing is generted except this error in console: Uncaught (in promise) TypeError: Cannot destructure property 'width' of 'imageLinks[index].groups' as it is undefined. at eval (plugin:obsidian-markdown-export-plugin:490:17)

if i have a loock at image from my notes, the format is mainly :

any idea to solve that issue ?

rmurawka01 commented 1 month ago

image format from not is mainly like that : label

SkullyScorner commented 1 month ago

Have the same issue (OS Linux Mint, up to date). Commenting the line mentioned (490) in the plugin main.js file temporarily fixes the .md export. Hope that helps until the issue can be fixed!

bingryan commented 1 month ago

Can you provide screenshots? @rmurawka01 @SkullyScorner

rmurawka01 commented 1 month ago

Obsidian screenshot with the markdown note I've just published on the right and the error generated in the console on the bottom right. 2024-08-02_15-54-27

bingryan commented 1 month ago

@rmurawka01 @SkullyScorner update this plugin, and try again :)

SkullyScorner commented 1 month ago

The update fixed the issue. Thank you very much !