mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Updated Documentation (markdown)
parent
e83ee71165
commit
d0a71fbea9
1 changed files with 24 additions and 19 deletions
|
|
@ -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 explorer’s 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 explorer’s 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
|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||
Loading…
Reference in a new issue