Closed sstent closed 4 months ago
same here - same OS and logseq version
hey @sstent @mhofherr , sorry for the delay.
if isSinglePage
is set to false, it will sync each item from omnivore to a separate page in logseq so you will have to change pageName
to use a variable like {{{title}}
or {{{date}}}
you can refer to this section in the document: https://docs.omnivore.app/integrations/logseq.html#sync-articles-into-a-specific-logseq-page
Hi @sywhb, thanks for the explanation. Using {{{title}} is exactly my setup, which causes the above mentioned issues with first sync.
Hi @sywhb, thanks for the explanation. Using {{{title}} is exactly my setup, which causes the above mentioned issues with first sync.
May I have a look at your plugin settings?
Sure, here we go:
`{
"generalSettings": "",
"apiKey": "xxx",
"filter": "advanced",
"customQuery": "label:\"#logseq\"",
"highlightOrder": "the location of highlights in the article",
"isSinglePage": false,
"createTemplate": "",
"createTemplateDesc": "",
"articleTemplate": "{{#author}}\nauthor:: {{{author}}}\n{{/author}}\npage-type:: [[articles]]\nstate:: unprocessed\nlink:: {{{originalUrl}}}\nomnivore-link:: {{{omnivoreUrl}}}\nsource:: [[Omnivore]]\nrelated-to:: \n",
"highlightTemplate": "> {{{text}}} ⤴️ {{#labels}} #[[{{{name}}}]] {{/labels}}\n\n{{#note.length}}note:: {{{note}}}{{/note.length}}",
"syncContent": true,
"advancedSettings": "",
"frequency": "0",
"syncAt": "2024-02-22T15:46:52",
"graph": "logseq",
"pageName": "{{{title}}}",
"headingBlockTitle": "",
"endpoint": "https://api-prod.omnivore.app/api/graphql",
"disabled": false,
"version": "v1.16.4",
"syncJobId": 0,
"loading": false
} `
I don't know if it's helpful but I noticed this behavior in Logseq (flashing between journal and another page) usually after manually modifying files part of my logseq graph (i.e. modifying it by openning the .md file in another editor). This makes logseq unusable until I restart the app, which completely resolves the issue
hey @sstent @mhofherr , sorry for the delay.
if
isSinglePage
is set to false, it will sync each item from omnivore to a separate page in logseq so you will have to changepageName
to use a variable like{{{title}}
or{{{date}}}
you can refer to this section in the document: https://docs.omnivore.app/integrations/logseq.html#sync-articles-into-a-specific-logseq-page
Solved it for me :+1:
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.