This commit is contained in:
Oscar Plaisant
2024-10-01 11:38:50 +02:00
parent 695358527b
commit 5b65eb2b2a
178 changed files with 186337 additions and 103731 deletions

17
.obsidian/plugins/share-note/data.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"server": "https://api.note.sx",
"uid": "90a16f03198e8ed70240bfcff752249a",
"apiKey": "8111b9dd7601aba6c4a2dd9f879924cb",
"yamlField": "share",
"noteWidth": "",
"theme": "Minimal",
"themeMode": 0,
"titleSource": 0,
"removeYaml": true,
"removeBacklinksFooter": true,
"expiry": "",
"clipboard": true,
"shareUnencrypted": false,
"authRedirect": null,
"debug": 0
}

15639
.obsidian/plugins/share-note/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
{
"id": "share-note",
"name": "Share Note",
"version": "0.8.17",
"minAppVersion": "0.15.0",
"description": "Instantly share a note, with the full theme and content exactly like you see in Reading View. Data is shared encrypted by default, and only you and the person you send it to have the key.",
"author": "Alan Grainger",
"authorUrl": "https://github.com/alangrainger",
"fundingUrl": "https://ko-fi.com/alan_",
"isDesktopOnly": false
}

24
.obsidian/plugins/share-note/styles.css vendored Normal file
View File

@@ -0,0 +1,24 @@
.share-note-status-error.notice {
background: #c10000;
color: white
}
.share-note-status-info.notice {
background: hsl(204, 86%, 53%);
color: white
}
.share-note-status-success.notice {
background: #629762;
color: white
}
.share-note-icons {
display: flex;
}
.share-note-icons > span {
display: flex;
margin-left: 6px;
cursor: pointer;
}