Update from obsidian - thinkpad

Affected files:
.obsidian/plugins/obsidian-omnivore/data.json
Read Later/2024-02-18 - Git Tips 1- Oldies but Goodies.md
Read Later/2024-02-18 - Git Tips 2- New Stuff in Git.md
Read Later/2024-02-18 - Git Tips 3- Really Large Repositories.md
Read Later/2024-03-26 - How Do Open Source Software Lifecycles Work-.md
Read Later/2024-04-18 - Unix sockets, the basics in Rust - Emmanuel Bosquet.md
Read Later/2024-05-10 - Bullet Journal in 5 Minutes a Day (for busy people).md
This commit is contained in:
Alexander Navarro 2024-05-12 12:31:31 -04:00
parent a6c324506a
commit 993f1f4795
7 changed files with 1166 additions and 11 deletions

View file

@ -1,23 +1,23 @@
{
"dateHighlightedFormat": "yyyy-MM-dd HH:mm:ss",
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
"apiKey": "",
"filter": "HIGHLIGHTS",
"syncAt": "",
"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}}",
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
"filter": "ADVANCED",
"syncAt": "2024-05-12T12:29:55",
"customQuery": "in:archive has:highlights",
"template": "# {{{title}}}\n\n{{# note }}\n## Notes\n\n{{{ note }}}\n{{/ note }}\n{{#highlights.length}}\n## Highlights\n\n{{#highlights}}\n{{{text}}} \n{{#note}}\n\n> [!note]\n> {{{note}}}\n{{/note}}\n\n[source]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}}\n\n---\n\n{{/highlights}}\n{{/highlights.length}}\n## Original\n\n{{{ content }}}",
"highlightOrder": "LOCATION",
"syncing": false,
"folder": "Omnivore/{{{date}}}",
"folder": "Read Later/",
"folderDateFormat": "yyyy-MM-dd",
"endpoint": "https://api-prod.omnivore.app/api/graphql",
"filename": "{{{title}}}",
"filename": "{{{dateSaved}}} - {{{title}}}",
"filenameDateFormat": "yyyy-MM-dd",
"attachmentFolder": "Omnivore/attachments",
"attachmentFolder": "Read Later/attachments",
"version": "1.6.3",
"isSingleFile": false,
"frequency": 0,
"intervalId": 0,
"frequency": 60,
"intervalId": 13,
"frontMatterVariables": [],
"frontMatterTemplate": ""
"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}}}"
}