{ claus.conrad }

Omnivore

https://omnivore.app/

  • The SaaS version is free - as of 2024-09-23
  • Not sure whether it can be called [open source](…/open source/) - all the code they have written is on GitHub, but apparently it has a dependency on commercial components (some PDF library) and is optimized for use with certain services ([Google Cloud](…/Google Cloud/) for hosting, [Twilio SendGrid](…/Twilio SendGrid/) for receiving newsletters, S3 or compatible object storage)

Resources

Alternatives

See [Read Later tools](…/Read Later tools/)

My settings for the Obsidian plugin

{
  "dateHighlightedFormat": "yyyy-MM-dd HH:mm:ss",
  "dateSavedFormat": "yyyy-MM-dd",
  "apiKey": "XXX",
  "filter": "HIGHLIGHTS",
  "syncAt": "2024-09-23T18:21:13",
  "customQuery": "in:all has:highlights",
  "template": "{{#highlights.length}}## Highlights\n\n{{#highlights}}\n> {{{text}}} [⤴️]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}} ^{{{highlightID}}}\n{{#note}}\n\n{{{note}}}\n{{/note}}\n\n{{/highlights}}\n{{/highlights.length}}",
  "highlightOrder": "LOCATION",
  "syncing": false,
  "folder": "Omnivore",
  "folderDateFormat": "yyyy-MM-dd",
  "endpoint": "https://api-prod.omnivore.app/api/graphql",
  "filename": "{{{title}}}",
  "filenameDateFormat": "yyyy-MM-dd",
  "attachmentFolder": "Omnivore/attachments",
  "version": "1.10.4",
  "isSingleFile": false,
  "frequency": 60,
  "intervalId": 4843,
  "frontMatterVariables": [],
  "frontMatterTemplate": "id: {{{id}}}\ncreated: \"{{{dateSaved}}}\"\n{{#author}}\nauthor: \"[[{{{author}}}]]\"\n{{/author}}\nsource: \"[Omnivore](../Omnivore/)\"\nwebsite: \"{{{originalUrl}}}\"\n",
  "syncOnStart": true,
  "enableHighlightColorRender": false,
  "highlightManagerId": "omni",
  "highlightColorMapping": {
    "yellow": "#fff3a3",
    "red": "#ff5582",
    "blue": "#adccff",
    "green": "#bbfabb"
  }
}