omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
720 stars 39 forks source link

Full-text synchronization issues #238

Open Ahdjdus opened 1 month ago

Ahdjdus commented 1 month ago

I'm going to save the content from omnivore to Obsidian, but I'm having trouble. I added {{{ content }}} to the template as Sync all your reading to Obsidian said to tell the omnivore plugin to pull down the full text, but so far he still can't pull the full content, only the article links in omnivore. Here's the Article Template I've tried

# {{{title}}}
#Omnivore

[Read on Omnivore]({{{omnivoreUrl}}})
[Read Original]({{{originalUrl}}})

{{{ content }}}

{{#highlights.length}}
## Highlights

{{#highlights}}
> {{{text}}} [⤴️]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}} ^{{{highlightID}}}
{{#note}}

{{{note}}}
{{/note}}

{{/highlights}}
{{/highlights.length}}

# {{{title}}}
#Omnivore

[Read on Omnivore]({{{omnivoreUrl}}})
[Read Original]({{{originalUrl}}})

{{{ content }}}

So far, none of these settings have saved the content on omnivore to Obsidian in its entirety, just the link to the corresponding article, so what am I missing?

pengxy0 commented 1 month ago

我要将内容从杂食动物保存到黑曜石,但我遇到了麻烦。我在模板中添加了 {{{ content }}} 作为同步你所有的阅读到 Obsidian 说告诉杂食插件拉下全文,但到目前为止他仍然无法拉出完整的内容,只有杂食动物中的文章链接。这是我尝试过的文章模板

# {{{title}}}
#Omnivore

[Read on Omnivore]({{{omnivoreUrl}}})
[Read Original]({{{originalUrl}}})

{{{ content }}}

{{#highlights.length}}
## Highlights

{{#highlights}}
> {{{text}}} [⤴️]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}} ^{{{highlightID}}}
{{#note}}

{{{note}}}
{{/note}}

{{/highlights}}
{{/highlights.length}}

# {{{title}}}
#Omnivore

[Read on Omnivore]({{{omnivoreUrl}}})
[Read Original]({{{originalUrl}}})

{{{ content }}}

到目前为止,这些设置都没有将杂食动物上的内容完整保存到黑曜石中,只是指向相应文章的链接,那么我错过了什么?

@juanbretti: I sometimes encounter similar situations, I feel that there is a problem with the Internet, the same article, sometimes he can load the full text, sometimes there is only one link, I am also confused about this!