Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azu/proof-dictionary
My proof-dictionary
https://github.com/azu/proof-dictionary
Last synced: 9 days ago
JSON representation
My proof-dictionary
- Host: GitHub
- URL: https://github.com/azu/proof-dictionary
- Owner: azu
- Created: 2020-09-30T13:00:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:02:14.000Z (11 months ago)
- Last Synced: 2024-10-05T12:42:57.706Z (29 days ago)
- Language: HTML
- Homepage: https://azu.github.io/proof-dictionary/
- Size: 1.78 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proof-dictionary
This dictionary is for [proofdict](https://github.com/proofdict/proofdict).
- Dictionary:
- Editor:
- JSON API:## Usage
### Add dictionary
If you want to add new rule to your dictionary, you can add new rule by following steps:
Visit your [editor page](https://proofdict.github.io/proof-dictionary/redirect/?type=editor):
-
### Update dictionary
If you want to update the rule from your dictionary, you can edit it by following steps:
1. Visit [_data/proofdict][]
2. Select the file for updating
3. Edit the file by click ![Edit this file](docs/assets/pencil.png) icon### Remove dictionary
If you want to remove unnecessary rule from your dictionary, you can remove it by following steps:
1. Visit [_data/proofdict][]
2. Select the file for removing
3. Remove the file by click ![Delete this file](docs/assets/trashcan.png) icon### Test dictionary
You can check your proof-dictionary is valid format.
Run following command in your local:
npm install
npm test[_data/proofdict]: _data/proofdict "dictionary data directory"