Update from obsidian - Tablet

This commit is contained in:
Alexander Navarro 2023-10-15 10:36:05 -03:00
parent e78f2e4156
commit 4ac7da0404
15 changed files with 27 additions and 91 deletions

View file

@ -6,6 +6,7 @@
"backlink",
"outgoing-link",
"tag-pane",
"properties",
"page-preview",
"templates",
"note-composer",

View file

@ -3,9 +3,9 @@
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
"filter": "ALL",
"syncAt": "2023-10-14T21:24:13",
"syncAt": "2023-10-15T10:29:13",
"customQuery": "",
"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",
"template": "# {{{title}}}\n\n{{# note }}\n## Notes\n\n{{{ note }}}\n{{/ note }}\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{{/highlights}}\n{{/highlights.length}}\n\n---\n## Original\n\n{{{ content }}}\n\n",
"highlightOrder": "LOCATION",
"syncing": false,
"folder": "Read Later",
@ -24,7 +24,8 @@
"tags",
"date_saved",
"omnivore_url",
"original_url"
"original_url",
"note"
],
"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}}}"
}