mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Merge branch 'master' of https://github.com/We-Dont-Byte/Mind_Reader.wiki
commit
bdf93977fa
@ -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
|
||||
|
4
Home.md
4
Home.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user