mirror of
https://github.com/markusmo3/obsidian-private-mode.git
synced 2026-07-22 12:20:24 +00:00
Updated install instructions in README.md
This commit is contained in:
parent
356a29df46
commit
e64d0f440a
1 changed files with 3 additions and 4 deletions
|
|
@ -33,11 +33,10 @@ Simple #private mode for [Obsidian](https://obsidian.md/). All files, links and
|
|||
The plugin is not available on the community page, as its mostly for me personally, so to install it:
|
||||
|
||||
1. Install [Supercharged Links](https://github.com/mdelobelle/obsidian_supercharged_links) via the Settings Panel "Community Plugins"
|
||||
2. Go into your Obsidian Vaults plugin folder `.obsidian/plugins`
|
||||
3. Copy the files from the latest release in there
|
||||
4. (Optional) Adjust the `styles.scss`/`styles.css` to your liking
|
||||
2. Install [Private Mode](https://obsidian.md/plugins?id=private-mode) via the Settings Panel "Community Plugins"
|
||||
3. (Optional) Adjust the `styles.scss`/`styles.css` to your liking
|
||||
* to compile the scss you can use sass `npm install -g sass` and `sass styles.scss styles.css`
|
||||
5. Enable the plugin in your Obsidian in the Settings panel "Community Plugins"
|
||||
4. Enable the two plugins in your Obsidian in the Settings panel "Community Plugins"
|
||||
|
||||
# Credits
|
||||
Huge thanks to [Privacy Glasses](https://github.com/jillalberts/privacy-glasses/tree/master) for the groundwork and being licensed under MIT. Use that plugin if you want a more in depth configuration. I personally didn't need or want that much customization and overhead in my plugin. Also i found the "flickering" when opening any file to be too distracting, so i created a simpler version for myself.
|
||||
|
|
|
|||
Loading…
Reference in a new issue