-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't export markdown file with attachment #150
Comments
The information provided is too little. It should be possible to export with attachments. TextBundle exports markdown with attachments to a folder. |
I just had the same problem with a docx file.
Aside from both me and @xjl456852 using different character sets, I noticed that the path to the |
This is because:
|
Can't export markdown file with attachment
The output dir does have resources dir, it's didn't create the resources dir.
It only export the markdown file.
The parameter is
-f markdown --resource-path="${vaultDir}" --resource-path="${currentDir}" --resource-path="${attachmentFolderPath}" --lua-filter="${luaDir}/markdown.lua" -s -o "${outputPath}" -t commonmark_x-attributes
Thank you
The text was updated successfully, but these errors were encountered: