Help page is back

Added and updated the help page
This commit is contained in:
dmarakom6 2021-01-11 09:46:59 +02:00
parent 5e411ac26e
commit e1fa2ee7a1

11
help
View file

@ -37,6 +37,7 @@ Tips:
-No matter in which directory you are, shellnotes will work from everywhere - and when your done taking notes, you will get back on your previous working directory!
-If you want to check if shellnotes is working proprely, try typing "shellnotes" in the terminal!
-If you want to delete all your notes inside your folder, type "delnote -all".
-If quickread shows nothing, your Note must be blank.
Don't seem to find your note? Try these steps:
1. Type findnote in your terminal and try to locate the file in your Notes folder.
@ -44,4 +45,14 @@ Don't seem to find your note? Try these steps:
3. Try listing your notes with listnotes and check if your note is there, maybe you renamed it.
4. Try navigating into your Notes folder, then showing hidden files. Maybe the note is hidden.
Changing default editors:
Changing editors is a feature enabled in shellnotes <1.0. In case the user wants to change the
default editors, he must change the NOTES_EDITOR and QUICK_NOTES_EDITOR from the code. These
Are two variables that the rest of the code uses to check the default editor for commands like newnote and quicknote. This means that if you change the name of the program the variables are going to search for, the code will use your prefered editor. In case the name is incorrect, problems may occur.
Default editors:
for newnote: gedit (ubuntu default)
for quicknote: nano (in-terminal experience)
Suggested editors other than default:
for newnote: Sublime text, Atom
for quicknote: Vim