From f21bafd5f02bb439afc4be1ed3d14f2afae59e16 Mon Sep 17 00:00:00 2001 From: Janus <113909005+SineCrepusculum@users.noreply.github.com> Date: Tue, 13 Jun 2023 06:50:53 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a057a7f..957c064 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Locksidian is an add-on for the Obsidian note-taking app that adds a password prompt when entering your vault. +![image](https://github.com/SineCrepusculum/locksidian/assets/113909005/54b7a889-3baf-4df7-b046-3d1b820d1542) + ## Installation 1. Download the latest release of the Locksidian add-on from the [Releases](https://github.com/SineCrepusculum/locksidian/releases) page. From 53c93791fd2b2b7032f0724d808503151f5998c2 Mon Sep 17 00:00:00 2001 From: Janus <113909005+SineCrepusculum@users.noreply.github.com> Date: Tue, 13 Jun 2023 06:52:30 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 957c064..27c9262 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Locksidian is an add-on for the Obsidian note-taking app that adds a password pr Currently, Locksidian uses a hardcoded password for demonstration purposes. To change the password: 1. Open the `main.ts` file in the Locksidian source code. -2. Locate the line that says `const correctPassword = 'YOUR_CORRECT_PASSWORD';`. -3. Replace `'YOUR_CORRECT_PASSWORD'` with your desired password. +2. Locate the line that says `const correctPassword = '123098';`. +3. Replace `'123098'` with your desired password. ## Development