Base sync backup: 2025-01-16 00:06:10

This commit is contained in:
Stitch505
2025-01-16 00:06:11 +04:00
parent a873a47b1c
commit dd236086a6
668 changed files with 145069 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"confirmPassword": true,
"rememberPassword": true,
"rememberPasswordTimeout": 30,
"rememberPasswordLevel": "vault",
"featureWholeNoteEncrypt": {
"defaultView": "Source"
},
"featureInplaceEncrypt": {
"expandToWholeLines": false,
"showMarkerWhenReadingDefault": true
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,30 @@
<<<<<<< HEAD
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "2.3.7",
"minAppVersion": "1.0.3",
"description": "Hide secrets in your vault",
"author": "meld-cp",
"authorUrl": "https://github.com/meld-cp/obsidian-encrypt",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/cleon",
"GitHub Sponsor": "https://github.com/sponsors/meld-cp"
}
=======
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "2.3.7",
"minAppVersion": "1.0.3",
"description": "Hide secrets in your vault",
"author": "meld-cp",
"authorUrl": "https://github.com/meld-cp/obsidian-encrypt",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/cleon",
"GitHub Sponsor": "https://github.com/sponsors/meld-cp"
}
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2
}

View File

@@ -0,0 +1,106 @@
<<<<<<< HEAD
/* FEATURE WHOLE NOTE */
.meld-encrypt-encrypted-note-view-content{
display: flex;
flex-direction: column;
height: calc( 100vh - var(--header-height) * 2.5 ) !important;
}
.meld-encrypt-encrypted-note-view .encrypted-note-message{
text-align: center;
padding-bottom: 0.5em;
}
.meld-encrypt-encrypted-note-view .input-container{
max-width: 400px;
}
.meld-encrypt-encrypted-note-view .content-container{
width: 100%;
}
.meld-encrypt-encrypted-note-view .is-readable-line-width .content-container{
max-width: var(--file-line-width);
margin-left: auto;
margin-right: auto;
}
.meld-encrypt-encrypted-note-view .editor-reading-view{
user-select: text;
}
.meld-encrypt-encrypted-note-view .editor-reading-view,
.meld-encrypt-encrypted-note-view .editor-source-view{
padding-bottom: 233px;
}
/* END FEATURE WHOLE NOTE */
/* FEATURE IN LINE */
.meld-encrypt-inline-reading-marker {
cursor: pointer;
}
.meld-encrypt-decrypt-modal textarea{
width: 100%;
min-height: 3em;
resize: vertical;
}
=======
/* FEATURE WHOLE NOTE */
.meld-encrypt-encrypted-note-view-content{
display: flex;
flex-direction: column;
height: calc( 100vh - var(--header-height) * 2.5 ) !important;
}
.meld-encrypt-encrypted-note-view .encrypted-note-message{
text-align: center;
padding-bottom: 0.5em;
}
.meld-encrypt-encrypted-note-view .input-container{
max-width: 400px;
}
.meld-encrypt-encrypted-note-view .content-container{
width: 100%;
}
.meld-encrypt-encrypted-note-view .is-readable-line-width .content-container{
max-width: var(--file-line-width);
margin-left: auto;
margin-right: auto;
}
.meld-encrypt-encrypted-note-view .editor-reading-view{
user-select: text;
}
.meld-encrypt-encrypted-note-view .editor-reading-view,
.meld-encrypt-encrypted-note-view .editor-source-view{
padding-bottom: 233px;
}
/* END FEATURE WHOLE NOTE */
/* FEATURE IN LINE */
.meld-encrypt-inline-reading-marker {
cursor: pointer;
}
.meld-encrypt-decrypt-modal textarea{
width: 100%;
min-height: 3em;
resize: vertical;
}
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2
/* END FEATURE IN LINE */