John 2022-05-10 13:45:35 -05:00
commit bdf93977fa
3 changed files with 54 additions and 4 deletions

@ -1 +1,33 @@
//TODO: List features
text.ts:
* fetchNumberOfLeadingSpaces
* fetchNumberOfSelectedLines
* fetchLineNumber
* fetchLine
* getNumberOfSelectedLines
* getLineNumber
* getIndent
* getLeadingSpaces
* selectLeadingWhitespace
lexer.ts:
* getLeadingSpacesByIndex
* getLeadingSpacesByArithmetic
Keybindings:
* Edit keybinds -> Ctrl+Shift+/K
* Color Theme -> Ctrl+K or Ctrl+T
-------------------------------------------
* Increase Font Scale -> Shift+Alt+Z=
* Decrease Font Scale -> Shift+Alt+Z-
* Reset Font Scale -> Shift+Alt+Z0
-------------------------------------------
* Get the Current Line Number -> Ctrl+Shift+/L
* Get the Number of Line Indentations -> Ctrl+Shift+/l
* Get the Number of Leading Spaces -> Ctrl+Shift+/S
* Get the Number of Selected Lines -> Ctrl+Shift+/N
-------------------------------------------
* Select the Leading Whitespace -> Ctrl+Shift+/W
-------------------------------------------

@ -1 +1,19 @@
//TODO: Get started
### User Installation guide
Follow these steps to install Mind Reader using the VSIX file
#### 1. Download the VSIX file
https://github.com/We-Dont-Byte/Mind_Reader/releases/latest
#### 2. Installing through Visual Studio Code
Navigate to the Visual Studio Code extensions tab
Under extensions, there are 3 dots "..." representing "Views and More Actions"
Click on "Install from VSIX"
Using the file explorer, navigate to the downloaded VSIX file from step 1
Simply click on the VSIX file and click install

@ -1,4 +1,4 @@
Welcome to the Mind_Reader wiki!
Welcome to the Mind Reader wiki!
### Users
@ -10,4 +10,4 @@ For a comprehensive list of features and associated keybindings, check out [Feat
Go to the [Developer Install Guide]() for instructions on setting up your build environment
Go to the [Implementation Manual]() for details on Mind-Reader's implementation
Go to the [Implementation Manual]() for details on Mind Reader's implementation