Updated Documentation (markdown)

Alexander 2019-01-06 01:26:42 +02:00
parent e83ee71165
commit d0a71fbea9

@ -34,8 +34,8 @@ Main interface is the similar as default windows notepad. For open/save file and
| Ctrl + A | Select all text |
| Ctrl + Del | Clear editor content |
## URLs/email links
### URLs pattern: ###
## URL/email links
### URL patterns: ###
`www.sigmanor.net`<br>
`http://sigmanor.net`<br>
@ -47,7 +47,7 @@ All setting are stored in `CryptoNotepad.settings`. This file will be created af
## Settings
### Fonts and Colors
### Editor
| Parameter | Description |
| ------ | ------ |
@ -57,8 +57,25 @@ All setting are stored in `CryptoNotepad.settings`. This file will be created af
| Background color | Editor background color |
| Highlights color | Color used to highlight text while searching in the editor|
### Application
### Encrypt/Decrypt
| Parameter | Description |
| ------ | ------ |
| Auto lock on minimize | Enable/disable auto-lock app on minimize |
| Auto check updates | Enable/disable automatic check for updates at startup |
| Auto save on lock | Enable/disable auto-saving file on lock |
| Chameleon toolbar | Make toolbar color like editor background color |
| Show toolbar | Show/hide toolbar under the main menu |
| Menu icons | Enable icons in main menu |
### Integration
| Parameter | Description |
| ------ | ------ |
| Integrate with windows context menu | Add app shortcuts to Windows explorers context menu |
| Associate with *.cnp files | Associate app with the *.cnp files |
| Show in "Send to" menu | Add app shortcut in "Send to" menu |
### Encryption
| Parameter | Description |
| ------ | ------ |
@ -66,20 +83,8 @@ All setting are stored in `CryptoNotepad.settings`. This file will be created af
| Key size | Can be either 128/192/256 |
| Password iterations | How many times the algorithm is executed on the text |
### Application
| Parameter | Description |
| ------ | ------ |
| Integrate with windows context menu | Add app shortcuts to Windows explorers context menu |
| Associate with *.cnp files | Associate app with the *.cnp files |
| Show in "Send to" menu | Add app shortcut in "Send to" menu |
| Auto lock on minimize | Enable/disable auto-lock app on minimize |
| Auto check updates | Enable/disable automatic check for updates at startup |
| Auto save on lock | Enable/disable auto-saving file on lock |
| Show toolbar | Show/hide toolbar under the main menu |
## Screenshots
![main windows](https://i.imgur.com/OsA9qIR.png)
![about windows](https://i.imgur.com/axCNev9.png)
![settings windows](https://i.imgur.com/YFQOTIX.png)
![main windows](https://i.imgur.com/6Ru5yPS.png)
![settings windows](https://i.imgur.com/2xGhYCx.png)
![about windows](https://i.imgur.com/4WEAswE.png)