markdownload
markdownload copied to clipboard
Resolve Obsidian Filename Determination Issue in background.js
Description
This pull request addresses the Obsidian integration issue related to filename determination in the background.js
file. The problem was identified in the use of article.title
, which did not adhere to the "Template for title/filename" setting. The fix involves replacing article.title
with await formatTitle(article)
, ensuring proper alignment with user configuration preferences.
Changes Made
- Modified Obsidian integration logic in
background.js
: replacedarticle.title
withawait formatTitle(article)
.
Issue Reference
Closes #289
LGTM
@deathau Is it convenient to merge?
3.4.0 still doesn't work. Did you forget to build it?