update
This commit is contained in:
17
.obsidian/plugins/share-note/data.json
vendored
Normal file
17
.obsidian/plugins/share-note/data.json
vendored
Normal 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
15639
.obsidian/plugins/share-note/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
11
.obsidian/plugins/share-note/manifest.json
vendored
Normal file
11
.obsidian/plugins/share-note/manifest.json
vendored
Normal 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
24
.obsidian/plugins/share-note/styles.css
vendored
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user