This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:30:51 +02:00
parent f5b9c3d02c
commit 03ecc4a65b
3433 changed files with 1756195 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"accessToken":"5e3386a0-7dc7-46c3-a67b-cd073f","username":"oscar.plaisant@gmail.com"}

View File

@@ -0,0 +1,5 @@
{
"pocket-sync-tag": "#pocket",
"item-notes-folder": "sources",
"frontmatter-url-key": "link"
}

33056
.obsidian/plugins/obsidian-pocket/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-pocket",
"name": "Pocket",
"version": "0.8.1",
"minAppVersion": "0.12.11",
"description": "Access your Pocket reading list entries and create notes for them easily",
"author": "Nimalan Mahendran",
"authorUrl": "https://twitter.com/nimalan",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,66 @@
.PocketItemTagList-styles-module_itemTagList__nVMsD {
list-style: none;
padding-inline-start: 0px;
margin-top: 4px;
}
.PocketItemTagList-styles-module_itemTagList__nVMsD > li {
display: inline;
color: var(--text-muted);
background-color: var(--background-secondary);
margin: 4px;
padding: 2px;
border-radius: 4px;
}
.PocketItem-styles-module_item__3n5s8 {
color: var(--background-modifier-border);
border: 1px solid var(--background-modifier-border);
display: block;
padding: 4px 8px;
}
.PocketItem-styles-module_item__3n5s8 > span {
display: block;
}
.PocketItem-styles-module_header__nWH2B {
flex-grow: 1;
display: flex;
justify-content: flex-start;
width: 100%;
/* emulating the not-well-supported behavior of flexbox gap */
--gap: 8px;
margin: 0 calc(-1 * var(--gap)) 0 0;
width: calc(100% + var(--gap));
}
.PocketItem-styles-module_header__nWH2B > * {
margin: 0 var(--gap) 0 0;
}
.PocketItem-styles-module_itemTitle__2bkMG {
font-weight: 600;
}
.PocketItem-styles-module_itemExcerpt__3umt6 {
font-weight: 300;
line-height: 1.5;
flex-grow: 1;
width: 100%;
color: var(--text-normal);
}
.PocketItem-styles-module_externalLink__3clhz {
display: inline-block;
}
.PocketItemList-styles-module_list__2zKhb {
list-style-type: none;
}
.PocketItemList-styles-module_item__3rjWY {
margin: 8px;
}
.settings-styles-module_error__3S0_A {
border-color: var(--background-modifier-error-hover) !important;
}