logseq-omnivore icon indicating copy to clipboard operation
logseq-omnivore copied to clipboard

Articles fail to import when isSinglePage set to false

Open sstent opened this issue 1 year ago • 6 comments

When do a first sync or full re-sync the "articles" page flashes up for a second, gets populate, then it jsut flashes back and forth between the journal page and other pages.

  • Nothing new is added to the graph. Logseq version = 0.10.6 OS = Windows11
{
  "generalSettings": "",
  "apiKey": "<REDACTED>",
  "filter": "import all my articles",
  "customQuery": "",
  "highlightOrder": "the time that highlights are updated",
  "isSinglePage": false,
  "createTemplate": "",
  "createTemplateDesc": "",
  "articleTemplate": "[{{{title}}}]({{{omnivoreUrl}}})\ncollapsed:: true\nsite:: {{#siteName}}[{{{siteName}}}]{{/siteName}}({{{originalUrl}}})\n{{#author}}\nauthor:: {{{author}}}\n{{/author}}\n{{#labels.length}}\nlabels:: {{#labels}}[[{{{name}}}]] {{/labels}}\n{{/labels.length}}\ndate-saved:: {{{dateSaved}}}\n{{#datePublished}}\ndate-published:: {{{datePublished}}}\n{{/datePublished}}",
  "highlightTemplate": "> {{{text}}} [⤴️]({{{highlightUrl}}}) {{#labels}} #[[{{{name}}}]] {{/labels}}\n\n{{#note.length}}note:: {{{note}}}{{/note.length}}",
  "syncContent": true,
  "advancedSettings": "",
  "frequency": 60,
  "syncAt": "2024-02-07T15:53:01",
  "graph": "LogSeq",
  "pageName": "Omnivore",
  "headingBlockTitle": "## 🔖 Articles",
  "endpoint": "https://api-prod.omnivore.app/api/graphql",
  "disabled": false,
  "version": "v1.16.4",
  "syncJobId": 45,
  "loading": false
}

sstent avatar Feb 07 '24 20:02 sstent