keeweb-plugins/README.md

29 lines
556 B
Markdown

# KeeWeb plugins
This repo contains plugins and translations for [KeeWeb](https://keeweb.info).
## Issues
If you would like to open an issue, please do it in the [KeeWeb repo](https://github.com/keeweb/keeweb/issues/).
## Translations
You can add or edit translations [here](https://keeweb.oneskyapp.com/), they will be imported automatically.
## Scripts
Download translations from OneSky and save as KeeWeb plugins:
```
npm run-script translations
```
Update plugin definitions:
```
npm run-script update
```
Update everything:
```
npm start
```