____ ___________ __
/ __ \/ ____/ ____/ / /
/ / / / __/ / __/ __ / /
/ /_/ / /___/ /___/ /__/ /
/_____/_____/_____/\_//__/
| Direction/Inputs | Normal Mode | Visual Mode | Insert Mode | DESCRIPTION |
|---|---|---|---|---|
| UP | j | same as {NORMAL} | ---- | Moves the cursor UP to the line ABOVE by one. |
| DOWN | k | same as {NORMAL} | ---- | Moves cursor DOWN to the line BELOW by one. |
| LEFT | h | same as {NORMAL} | ---- | Moves cursor to the LEFT by one. |
| RIGHT | l | same as {NORMAL} | ---- | Moves cursor to the RIGHT by one. |
| NEXT CHAR LEFT | w | same as {NORMAL} | ---- | Moves cursor to the next word (TO THE LEFT) |
| NEXT CHAR RIGHT | b | same as {NORMAL} | ---- | Moves cursor to the next word (TO THE RIGHT) |
| {NORMAL} mode | N/A | ESC | same as {VISUAL} | Changes current state into NORMAL MODE. |
| {INSERT} mode | i | same as {NORMAL} | N/A | Changes current state into INSERT MODE. |
| {VISUAL} mode | v | N/A | same as {NORMAL} | Changes current state into VISUAL MODE. |
DEEJ is not only just a Note-taking application,
it is also a text editor and a text-based language with its very own functions.
Syntax required is as follows:
ie:
**TODO**
you will also need also need Parenthesis () and content inside of the Parenthesis
and ended with a semi-colon ';':
**TODO**(foo;)
this creates a TODO table with the content of `foo`
|IF YOU WOULD LIKE MULTIPLE ITEMS|
{IMPORTANT: you MUST have a comma between each item ',':
**TODO**(foo, bar;)
this creates a TODO table with contents `foo` and `bar`.

