Browse Source

allow mobile use for testing

pull/14/head 1.3.3
Cleon Pinto 5 years ago
parent
commit
df595f671f
  1. 2
      README.md
  2. 4
      manifest.json
  3. 1
      versions.json

2
README.md

@ -19,7 +19,7 @@ Under the hood it uses the Advanced Encryption Standard (AES) in GCM mode. @@ -19,7 +19,7 @@ Under the hood it uses the Advanced Encryption Standard (AES) in GCM mode.
1. Select the text lines to encrypt
<img alt="Select the text lines to encrypt" src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_e_text.png" />
> Note: Partial, selection is ok, it will be expanded to include the whole line.
> Note: Partial selection is ok, it will be expanded to include the whole line.
2. Run the Encrypt/Decrypt command from the palette (or bind a keyboard shortcut to it)
<img alt="Run the Encrypt/Decrypt command" src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_ed_cp.png" />

4
manifest.json

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "1.3.2",
"version": "1.3.3",
"minAppVersion": "0.11.3",
"description": "Hide secrets in your notes",
"author": "meld-cp",
"authorUrl": "https://github.com/meld-cp/obsidian-encrypt",
"isDesktopOnly": true
"isDesktopOnly": false
}

1
versions.json

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
{
"1.3.3": "0.11.3",
"1.3.2": "0.11.3",
"1.3.1": "0.11.3",
"1.3.0": "0.11.3",

Loading…
Cancel
Save