Update README.md

This commit is contained in:
dmarakom6 2021-01-18 21:42:56 +02:00
parent e6615d892e
commit 2a021a5fd7

14
help
View file

@ -47,12 +47,14 @@ Don't seem to find your note? Try these steps:
Changing default editors: Changing default editors:
Changing editors is a feature enabled in shellnotes <1.0. In case the user wants to change the 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 default editors, he must change the NOTES_EDITOR and QUICK_NOTES_EDITOR values 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.
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: Default editors:
for newnote: gedit (ubuntu default) for newnote: gedit (ubuntu default)
for quicknote: nano (in-terminal experience) for quicknote: nano (in-terminal experience)
Suggested editors other than default: Suggested editors other than default:
for newnote: Sublime text, Atom for newnote: Sublime text, Atom
for quicknote: Vim for quicknote: Vim
Changing default Notes Folder:
Changing default folder is a feature enabled in shellnotes <2.5. In case the user wants to change the default folder to store/write/list/rename/read/delete his notes, he must change the DEFAULT_PATH value from the code (found in line 9). This is a variable that the rest of the code uses to check the default folder for all the commands to make change in the right directory. This means that if you change the name of the path the variable is going to search for, the code will use your prefered folder. In case the path is incorrect, problems may occur.