Update from obsidian - Tablet

This commit is contained in:
Alexander Navarro 2023-10-14 21:26:17 -03:00
parent 6c67045e1a
commit c9a10840df
149 changed files with 12657 additions and 87 deletions

View file

@ -17,6 +17,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.8055640788510404,
"scale": 0.9102897684962111,
"close": false
}

View file

@ -3,12 +3,12 @@
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
"filter": "ALL",
"syncAt": "",
"syncAt": "2023-10-14T21:24:13",
"customQuery": "",
"template": "# {{{title}}}\n#Omnivore\n\n[Read on Omnivore]({{{omnivoreUrl}}})\n[Read Original]({{{originalUrl}}})\n\n{{#highlights.length}}\n## Highlights\n\n{{#highlights}}\n> {{{text}}} [⤴️]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}} ^{{{highlightID}}}\n{{#note}}\n\n{{{note}}}\n{{/note}}\n\n{{/highlights}}\n{{/highlights.length}}",
"template": "# {{{title}}}\n\n{{#highlights.length}}\n## Highlights\n\n{{#highlights}}\n{{{text}}} \n\n[source]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}}\n{{#note}}\n\n{{{note}}}\n{{/note}}\n\n{{/highlights}}\n{{/highlights.length}}\n\n---\n## Original\n\n{{{ content }}}\n\n",
"highlightOrder": "LOCATION",
"syncing": false,
"folder": "Read Later/{{{date}}}",
"folder": "Read Later",
"folderDateFormat": "yyyy-MM-dd",
"endpoint": "https://api-prod.omnivore.app/api/graphql",
"filename": "{{{title}}}",
@ -18,6 +18,13 @@
"isSingleFile": false,
"frequency": 0,
"intervalId": 0,
"frontMatterVariables": [],
"frontMatterTemplate": ""
"frontMatterVariables": [
"title",
"author",
"tags",
"date_saved",
"omnivore_url",
"original_url"
],
"frontMatterTemplate": "id: {{{ id }}}\ntitle: >\n {{{ title }}}\nstatus: {{{ state }}}\ntags:\n - read-later\n{{#labels.length}}\n{{#labels}} - {{{name}}}\n{{/labels}}\n{{/labels.length}}\ndate_added: {{{ dateSaved}}}\nurl_omnivore: >\n {{{ omnivoreUrl}}}\nurl_original: >\n {{{ originalUrl}}}"
}