Skip to content

Commit

Permalink
Add image to variables list (#175)
Browse files Browse the repository at this point in the history
This lets users set banner images for the articles using the
banners plugin for Obsidian.
  • Loading branch information
jacksonh authored Jan 5, 2024
1 parent 7b36104 commit b513b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export interface Article {
content: string
publishedAt?: string
url: string
image?: string
readAt?: string
wordsCount?: number
readingProgressPercent: number
Expand Down Expand Up @@ -112,6 +113,7 @@ export const loadArticles = async (
siteName
originalArticleUrl
url
image
author
updatedAt
description
Expand Down

0 comments on commit b513b09

Please sign in to comment.