obsidian-encrypt
Hide secrets in your Obsidian.md vault
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- FUNDING.yml
- launch.json
- settings.json
- tasks.json
- cha_pas_ico.png
- cmd_pal_ico.png
- convert.png
- cre_new_enc.png
- dia_win.png
- doc_inst_1.png
- doc_inst_2.png
- doc_inst_3.png
- doc_inst_4.png
- doc_inst_5.png
- eg_d_pw.png
- eg_d_r.png
- eg_d_text.png
- eg_dip_r.png
- eg_e_pw.png
- eg_e_r.png
- eg_e_text.png
- eg_ed_cp.png
- eg_settings.png
- enc_inp_ico.png
- enc_inplace.png
- enc_text.png
- fil_ico.png
- loc_clo_ico.png
- mor_opt_ico.png
- new_enc_ico.png
- new_not_ico.png
- set_ico.png
- _config.yml
- dev-notes.md
- getting-started.md
- in-place-encryption.md
- index.md
- release-notes.md
- settings.md
- user-guide.md
- whole-encrypted-notes.md
- FeatureConvertNote.ts
- Decryptable.ts
- DecryptModal.ts
- FeatureInplaceConstants.ts
- FeatureInplaceEncrypt.ts
- featureInplaceTextAnalysis.ts
- IFeatureInplaceEncryptSettings.ts
- PasswordModal.ts
- EncryptedMarkdownView.ts
- FeatureWholeNoteEncrypt.ts
- IFeatureWholeNoteEncryptSettings.ts
- IMeldEncryptPluginFeature.ts
- Constants.ts
- CryptoHelper.ts
- CryptoHelper2304.ts
- CryptoHelperFactory.ts
- CryptoHelperObsolete.ts
- FileDataHelper.ts
- ICryptoHelper.ts
- MemoryCache.ts
- ObsidianEx.ts
- SessionPasswordService.ts
- UiHelper.ts
- Utils.ts
- MeldEncryptPluginSettings.ts
- MeldEncryptSettingsTab.ts
- decrypt.html
- mdenc.ts
- offline-decrypt.ts
- main.ts
- PluginPasswordModal.ts
- styles.css
- decrypt.html
- mdenc-debug.mjs
- mdenc.mjs
- offline-decrypt.js
- Running-mdenc-with-Node.md
- .eslintignore
- .eslintrc
- .gitignore
- esbuild-tool-decrypt.config.mjs
- esbuild-tool-mdenc.config.mjs
- esbuild.config.mjs
- LICENSE
- manifest-beta.json
- manifest.json
- package-lock.json
- package.json
- README.md
- tsconfig.json
- version-bump.mjs
- versions.json
# Installation Guide
1. Get the code
git clone https://github.com/meld-cp/obsidian-encrypt
Downloads the entire project code from GitHub to your computer.
cd obsidian-encrypt
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
