Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wx committed Nov 29, 2023
1 parent df03bea commit 46270d0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# joplin-plugin-app-locker
A joplin plugin which will lock joplin app when it is idle.

## how to use this plugin?
## Screenshots

First go to setting, fill app lock password. Then fill when joplin is idle for how many minutes, then lock the app screen.
![screen](./imgs/screen.png)
![setting](./imgs/setting.png)

## How to use this plugin?

First go to setting, fill app lock password. Then fill when joplin is idle for how many minutes, then lock the app screen.

## QA

* If it's not working, please restart jopin app.
* If it's not working after restarted, please submit an issue.
Binary file added imgs/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/setting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-app-lock",
"version": "1.0.4",
"version": "1.0.5",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "joplin.plugin.app.locker",
"app_min_version": "2.8",
"version": "1.0.4",
"version": "1.0.5",
"name": "joplin plugin app locker",
"description": "A joplin plugin which will lock joplin app when it is idle.",
"author": "ladyrank",
Expand Down

0 comments on commit 46270d0

Please sign in to comment.