mirror of
https://github.com/uthvah/vaultguard.git
synced 2026-07-22 06:44:51 +00:00
Merge branch 'main' of https://github.com/SineCrepusculum/Locksidian
This commit is contained in:
commit
c24907205f
1 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
Locksidian is an add-on for the Obsidian note-taking app that adds a password prompt when entering your vault.
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
1. Download the latest release of the Locksidian add-on from the [Releases](https://github.com/SineCrepusculum/locksidian/releases) page.
|
||||
|
|
@ -24,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue