vault backup: 2026-04-14 23:26:55
This commit is contained in:
@@ -59,6 +59,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"isShownInEditModal": {
|
||||
"priority": true,
|
||||
"recurrence": true,
|
||||
"due": true,
|
||||
"scheduled": true,
|
||||
"start": true,
|
||||
"before_this": true,
|
||||
"after_this": true,
|
||||
"status": true,
|
||||
"created": true,
|
||||
"done": true,
|
||||
"cancelled": true
|
||||
},
|
||||
"features": {
|
||||
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
|
||||
},
|
||||
|
||||
1
.obsidian/plugins/remotely-secure/.gitignore
vendored
Normal file
1
.obsidian/plugins/remotely-secure/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
data.json
|
||||
235
.obsidian/plugins/remotely-secure/main.js
vendored
Normal file
235
.obsidian/plugins/remotely-secure/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/remotely-secure/manifest.json
vendored
Normal file
10
.obsidian/plugins/remotely-secure/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "remotely-secure",
|
||||
"name": "Remotely Sync",
|
||||
"version": "0.4.49",
|
||||
"minAppVersion": "1.4.11",
|
||||
"description": "Security and feature updates for the remotely-save unofficial plugin allowing users to synchronize notes between local device and the cloud service. Not backwards compatible.",
|
||||
"author": "sboesen",
|
||||
"authorUrl": "https://github.com/sboesen",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
72
.obsidian/plugins/remotely-secure/styles.css
vendored
Normal file
72
.obsidian/plugins/remotely-secure/styles.css
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
/* 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;
|
||||
}
|
||||
|
||||
/* !important isn't great practice but it needs to overwrite other css classes */
|
||||
.remotely-sync-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.remotely-sync-show-status-bar {
|
||||
display: flex !important;
|
||||
}
|
||||
Reference in New Issue
Block a user