From e1fa2ee7a1dc50019266416dba68cadb74f82f1e Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Mon, 11 Jan 2021 09:46:59 +0200 Subject: [PATCH] Help page is back Added and updated the help page --- help | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/help b/help index aa36dc2..be43a26 100644 --- a/help +++ b/help @@ -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 \ No newline at end of file