mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
first commit
This commit is contained in:
14
.obsidian/plugins/readwise-official/data.json
vendored
Normal file
14
.obsidian/plugins/readwise-official/data.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"token": "",
|
||||
"readwiseDir": "Readwise",
|
||||
"frequency": "0",
|
||||
"triggerOnLoad": true,
|
||||
"isSyncing": false,
|
||||
"lastSyncFailed": false,
|
||||
"lastSavedStatusID": 0,
|
||||
"currentSyncStatusID": 0,
|
||||
"refreshBooks": false,
|
||||
"booksToRefresh": [],
|
||||
"booksIDsMap": {},
|
||||
"reimportShowConfirmation": true
|
||||
}
|
||||
8467
.obsidian/plugins/readwise-official/main.js
vendored
Normal file
8467
.obsidian/plugins/readwise-official/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/readwise-official/manifest.json
vendored
Normal file
10
.obsidian/plugins/readwise-official/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "readwise-official",
|
||||
"name": "Readwise Official",
|
||||
"version": "2.0.1",
|
||||
"minAppVersion": "0.12.10",
|
||||
"description": "Official Readwise <-> Obsidian integration",
|
||||
"author": "Readwise",
|
||||
"authorUrl": "https://readwise.io",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
51
.obsidian/plugins/readwise-official/styles.css
vendored
Normal file
51
.obsidian/plugins/readwise-official/styles.css
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
|
||||
.theme-light {
|
||||
--hyper-highlight: var(--text-highlight-bg, #FFF2AC);
|
||||
--error-color: #DB5461;
|
||||
--success-color: #8AAA79;
|
||||
--info-color: var(--text-muted, #000);
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
--hyper-highlight: var(--text-highlight-bg, #1C5998);
|
||||
--error-color: #DB5461;
|
||||
--success-color: #8AAA79;
|
||||
--info-color: var(--text-muted, #fff);
|
||||
}
|
||||
|
||||
.rw-info-container {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.rw-info {
|
||||
color: var(--info-color);
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.rw-error {
|
||||
color: var(--error-color);
|
||||
}
|
||||
.rw-success {
|
||||
color: var(--success-color);
|
||||
}
|
||||
|
||||
|
||||
img[alt=rw-book-cover] {
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
.rw-hyper-highlight {
|
||||
background-color: var(--hyper-highlight);
|
||||
}
|
||||
|
||||
.rw-modal-btns {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.rw-modal-confirmation {
|
||||
margin-top: 1em;
|
||||
font-size: smaller;
|
||||
text-align: right;
|
||||
padding-right: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user