Skip to content

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

@quanru
Copy link

quanru commented Jul 16, 2024

@deathau Is it convenient to merge?

@deathau deathau merged commit 15b8d35 into deathau:master Aug 23, 2024
@quanru
Copy link

quanru commented Sep 2, 2024

3.4.0 still doesn't work. Did you forget to build it?

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
3 participants