1
0
Fork 0
Browse Source

vault backup: 2023-02-17 10:16:08

Canvas
YuJian920 2 years ago
parent
commit
ba5d0b6131
  1. 3
      .obsidian/community-plugins.json
  2. 1
      .obsidian/plugins/remotely-save/.gitignore
  3. 216
      .obsidian/plugins/remotely-save/main.js
  4. 10
      .obsidian/plugins/remotely-save/manifest.json
  5. 63
      .obsidian/plugins/remotely-save/styles.css
  6. 11
      .obsidian/workspace.json

3
.obsidian/community-plugins.json

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
[
"obsidian-git"
"obsidian-git",
"remotely-save"
]

1
.obsidian/plugins/remotely-save/.gitignore vendored

@ -0,0 +1 @@ @@ -0,0 +1 @@
data.json

216
.obsidian/plugins/remotely-save/main.js

File diff suppressed because one or more lines are too long

10
.obsidian/plugins/remotely-save/manifest.json

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
{
"id": "remotely-save",
"name": "Remotely Save",
"version": "0.3.25",
"minAppVersion": "0.13.21",
"description": "Yet another unofficial plugin allowing users to synchronize notes between local device and the cloud service.",
"author": "fyears",
"authorUrl": "https://github.com/fyears",
"isDesktopOnly": false
}

63
.obsidian/plugins/remotely-save/styles.css

@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
/* set the styles */
.password-second-confirm {
font-weight: bold;
}
.password-disclaimer {
font-weight: bold;
}
.settings-auth-related {
border-top: 1px solid var(--background-modifier-border);
padding-top: 18px;
}
.s3-disclaimer {
font-weight: bold;
}
.s3-hide {
display: none;
}
.dropbox-disclaimer {
font-weight: bold;
}
.dropbox-hide {
display: none;
}
.dropbox-auth-button-hide {
display: none;
}
.dropbox-revoke-auth-button-hide {
display: none;
}
.onedrive-disclaimer {
font-weight: bold;
}
.onedrive-hide {
display: none;
}
.onedrive-auth-button-hide {
display: none;
}
.onedrive-revoke-auth-button-hide {
display: none;
}
.webdav-disclaimer {
font-weight: bold;
}
.webdav-hide {
display: none;
}
.qrcode-img {
width: 350px;
height: 350px;
}

11
.obsidian/workspace.json

@ -15,9 +15,9 @@ @@ -15,9 +15,9 @@
"state": {
"file": "探索与思考/Zustand 深入探索.canvas",
"viewState": {
"x": -54.14336954524117,
"y": -1277.4129632074075,
"zoom": -0.6958357742341978,
"x": -43,
"y": 552,
"zoom": -1.387059545144843,
"snapToGrid": false
}
}
@ -105,10 +105,11 @@ @@ -105,10 +105,11 @@
"graph:查看关系图谱": false,
"canvas:Create new canvas": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false
"markdown-importer:打开 Markdown 格式转换器": false,
"remotely-save:Remotely Save": false
}
},
"active": "43a8d11632bcb759",
"active": "af0c91ac35d7f66e",
"lastOpenFiles": [
"未命名.canvas",
"探索与思考/Zustand 深入探索.canvas",

Loading…
Cancel
Save