Files
obsidian-workflow-template/.obsidian/plugins/obsidian-omnivore/data.json
Mathis Gauthey f366d5b7b6 Initial commit
2023-08-05 19:14:53 +01:00

32 lines
1.1 KiB
JSON

{
"dateHighlightedFormat": "yyyy-MM-dd HH:mm:ss",
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
"apiKey": "",
"filter": "ALL",
"syncAt": "",
"customQuery": "",
"template": "# {{{title}}}\n\n#Omnivore\n\n[Read on Omnivore]({{{omnivoreUrl}}})\n[Read Original]({{{originalUrl}}})\n\n{{#note}}\n## Notes\n\n{{{note}}}\n{{/note}}\n\n{{#highlights.length}}\n## Highlights\n\n{{#highlights}}\n> {{{text}}} [⤴️]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}}\n{{#note}}\n\n{{{note}}}\n{{/note}}\n\n{{/highlights}}\n{{/highlights.length}}\n## Webpage\n\n{{{content}}}",
"highlightOrder": "LOCATION",
"syncing": false,
"folder": "_Sources/{{{date}}}",
"folderDateFormat": "yyyy-MM-dd",
"endpoint": "https://api-prod.omnivore.app/api/graphql",
"filename": "{{{title}}}",
"filenameDateFormat": "yyyy-MM-dd",
"attachmentFolder": "_Sources/attachments",
"version": "1.6.0",
"isSingleFile": false,
"frequency": 0,
"intervalId": 0,
"frontMatterVariables": [
"title",
"author",
"tags",
"state",
"date_published",
"date_saved",
"date_read",
"date_archived"
],
"frontMatterTemplate": ""
}