Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qing3962 committed Feb 6, 2024
1 parent ab3b26a commit dddb6ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
English | [中文](#中文版说明)

![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=downloads&query=%24%5B%22password-protection%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json)

------

# Obsidian Password Protection Plugin

## Purpose

I developed this plugin for the Obsidian to prevent my girl-friend from peeking my private notes or diaries.
I developed this plugin for the Obsidian to prevent my girl-friend from peeking my private notes or diaries in the Obsidian.

## What does this plugin do?

Expand Down Expand Up @@ -63,12 +69,13 @@ Contributions to the password-protection plugin are welcome!
This project is licensed under the [MIT License](LICENSE).

------
中文 | [English](#Obsidian Password Protection Plugin)

# 中文版说明 (For chinese)
# 中文版说明

## 目的

我开发这个插件的目的是,防止我的女朋友偷看我的私人笔记或日记
我开发这个插件的目的是,防止我的女朋友偷看 Obsidian 中我的私人笔记或日记

## 这个插件做了什么?

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "password-protection",
"name": "Password Protection",
"version": "1.1.24",
"version": "1.1.25",
"minAppVersion": "0.15.0",
"description": "Protect your private notes and diary with a password, no encrypt, no decrypt.",
"description": "Lock and protect your private notes and diary with a password, no encrypt, no decrypt.",
"author": "Qing Li",
"authorUrl": "https://qing3962.github.io/",
"fundingUrl": "https://bmc.link/qing3962",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "password-protection",
"version": "1.1.24",
"description": "Protect your private notes and diary with a password, no encrypt, no decrypt.",
"version": "1.1.25",
"description": "Lock and protect your private notes and diary with a password, no encrypt, no decrypt.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down

0 comments on commit dddb6ad

Please sign in to comment.