From 7abafe9e2377aabf9a74beb31a07058c9c1dc64d Mon Sep 17 00:00:00 2001 From: Luis Alberto Jaramillo Gonzalez Date: Mon, 1 Apr 2024 10:32:53 -0500 Subject: [PATCH] Add credits in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2a4cd24..8969911 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,8 @@ Step 3 - By clicking on the "Decrypt" button, the decryption process will begin, Step 4 - Once the decryption process has finished, you will have a green message with technical information about the process, but you will also have a text area with the decrypted text, here you can copy it using the "Copy Plain Text" button or directly restore the decrypted text to the note using the "Restore plain text to document" button ![Decrypt 3/3](img/Screenshot_07.png) + +## Credits + +- [obsidian-inline-encrypter](https://github.com/solargate/obsidian-inline-encrypter) +- [obsidian-gpgCrypt](https://github.com/tejado/obsidian-gpgCrypt)