Base sync backup: 2025-01-16 00:06:10
This commit is contained in:
13
.obsidian/plugins/meld-encrypt/data.json
vendored
Normal file
13
.obsidian/plugins/meld-encrypt/data.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"confirmPassword": true,
|
||||
"rememberPassword": true,
|
||||
"rememberPasswordTimeout": 30,
|
||||
"rememberPasswordLevel": "vault",
|
||||
"featureWholeNoteEncrypt": {
|
||||
"defaultView": "Source"
|
||||
},
|
||||
"featureInplaceEncrypt": {
|
||||
"expandToWholeLines": false,
|
||||
"showMarkerWhenReadingDefault": true
|
||||
}
|
||||
}
|
||||
9
.obsidian/plugins/meld-encrypt/main.js
vendored
Normal file
9
.obsidian/plugins/meld-encrypt/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
30
.obsidian/plugins/meld-encrypt/manifest.json
vendored
Normal file
30
.obsidian/plugins/meld-encrypt/manifest.json
vendored
Normal 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
|
||||
}
|
||||
106
.obsidian/plugins/meld-encrypt/styles.css
vendored
Normal file
106
.obsidian/plugins/meld-encrypt/styles.css
vendored
Normal 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 */
|
||||
Reference in New Issue
Block a user