Update from obsidian - thinkpad

Affected files:
.obsidian/community-plugins.json
.obsidian/plugins/obsidian-omnivore/data.json
.obsidian/plugins/obsidian-omnivore/main.js
.obsidian/plugins/obsidian-omnivore/manifest.json
.obsidian/plugins/obsidian-omnivore/styles.css
.obsidian/plugins/obsidian-read-it-later/main.js
.obsidian/plugins/obsidian-read-it-later/manifest.json
notes/coping mechanisms/free time.md
This commit is contained in:
Alexander Navarro 2023-10-12 17:59:49 -03:00
parent 5c598fb138
commit 51f30bb298
8 changed files with 14661 additions and 171 deletions

View file

@ -11,5 +11,5 @@
"obsidian-dictionary-plugin",
"cm-editor-syntax-highlight-obsidian",
"obsidian-mind-map",
"obsidian-read-it-later"
"obsidian-omnivore"
]

View file

@ -0,0 +1,23 @@
{
"dateHighlightedFormat": "yyyy-MM-dd HH:mm:ss",
"dateSavedFormat": "yyyy-MM-dd HH:mm:ss",
"apiKey": "ec3bba50-4770-471b-99b1-9953ca523d8c",
"filter": "ALL",
"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}}",
"highlightOrder": "LOCATION",
"syncing": false,
"folder": "Read Later/{{{date}}}",
"folderDateFormat": "yyyy-MM-dd",
"endpoint": "https://api-prod.omnivore.app/api/graphql",
"filename": "{{{title}}}",
"filenameDateFormat": "yyyy-MM-dd",
"attachmentFolder": "Read Later/attachments",
"version": "1.6.3",
"isSingleFile": false,
"frequency": 0,
"intervalId": 0,
"frontMatterVariables": [],
"frontMatterTemplate": ""
}

14604
.obsidian/plugins/obsidian-omnivore/main.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-omnivore",
"name": "Omnivore",
"version": "1.6.3",
"minAppVersion": "0.15.0",
"description": "This is an Omnivore plugin for Obsidian.",
"author": "Omnivore",
"authorUrl": "https://github.com/omnivore-app",
"isDesktopOnly": false
}

View file

@ -0,0 +1,21 @@
/* Style the button that is used to open and close the collapsible content */
.omnivore-collapsible {
cursor: pointer;
border-bottom: outset;
}
/* Style the collapsible content. Note: hidden by default */
.omnivore-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.omnivore-collapsible:after {
content: "\02795"; /* Unicode character for "plus" sign (+) */
float: right;
}
.omnivore-active:after {
content: "\2796"; /* Unicode character for "minus" sign (-) */
}

File diff suppressed because one or more lines are too long

View file

@ -1,10 +0,0 @@
{
"id": "obsidian-read-it-later",
"name": "ReadItLater",
"version": "0.3.1",
"minAppVersion": "0.15.9",
"description": "Saves the clipboard to a new note.",
"author": "Dominik Pieper",
"authorUrl": "https://github.com/DominikPieper",
"isDesktopOnly": false
}

View file

@ -7,8 +7,9 @@ B-- Low --> C{Mentally fatigue?}
B-- Middle --> D{Want to be productive?}
B-- High ---> E(["`Work on _doing_ of some project`"])
C-- yes --> G([Watch something])
C-- Yes --> G([Watch something])
C-- No --> F([Read])
C-- A little --> H
D-- No -->H([Play])
D-- Yes -->I([Update docs])