Skip to content

TuringProblem/deej

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

     ____  ___________     __
   / __ \/ ____/ ____/    / /
  / / / / __/ / __/ __   / / 
 / /_/ / /___/ /___/ /__/ /  
/_____/_____/_____/\_//__/  

Text Editor Extraordinaire

Author: @Override

Will have Vim Motions

DEMO:

ubuntu_LGYuR8x4EE

How to use;

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.

Built-in Txt-based scripting language:

TODO() Function:

ubuntu_Z7d0CBZ1A1

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.

how to use TODO function:

Syntax required is as follows:

{it MUST BE WRAPPED WITH DOUBLE ** followed with 'TODO'}

ie:

    **TODO**

you will also need also need Parenthesis () and content inside of the Parenthesis 
and ended with a semi-colon ';':

ie:

**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 ',':

ie:

     **TODO**(foo, bar;)

this creates a TODO table with contents `foo` and `bar`.

Normal mode:

Insert mode:

Visual mode:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published