Skip to content
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

Resolve Obsidian Filename Determination Issue in background.js #290

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nekton39
Copy link

@nekton39 nekton39 commented Feb 5, 2024

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: replaced article.title with await formatTitle(article).

Issue Reference

Closes #289

use formatTitle(article) instead of article.title in obsidian func
use formatTitle(article) instead of article.title in obsidian func
@quanru
Copy link

quanru commented Apr 29, 2024

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Obsidian Integration - Filename Determination Issue
2 participants