From c3c317838c423b497c8dd3d4611f4c4b1dff933b Mon Sep 17 00:00:00 2001 From: ChaosDrop Date: Mon, 11 May 2020 13:17:31 -0700 Subject: [PATCH] Update README --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/README.md b/README.md index 2515dc6..afa7680 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,60 @@ # FlatNotes A flat file system note taking program made with AHKv1 + +## Feature list: +- Quick search: +- Searches in all fields. +- Sortable list headers. +- Copy title to click board via Double Click or Enter +- Copy body text by right clicking or Ctrl+Enter +- Edit notes in the preview/Edit box [Enter to save Ctrl+Enter for new line] +- Create new notes using the search box by simply typing a new name and hitting Enter. +- If a note already exists it will be loaded into the the new note editor. +- - Created dates are preserved even when over writing. +- Notes are stored flat on your file system, meaning that they are all induvial plain .txt files that you can easily edit with external programs. + +- Alt+U Brings up a theme selector + +## Hotkeys and Shortcuts: + +### Global Hotkeys: +Capslock: Brings up main window +Win+N Make a fast note using selected text as the title. + +### Interface shortcuts: + +Move to Search box: +Ctrl+S +Alt+S +Ctrl+F +Alt+F + +Move to results list: +Ctrl+L +Alt+L + +Move to preview/edit box: +Ctrl+p +Alt+p +Ctrl+f +Alt+f + +Search Box: +As you type search. +Enter = Create a New Note from your search. + +Results List: +Enter = Save title to clipboard +Ctrl+Enter = Save body to clipboard +Ctrl+Shift+Enter = Save only first line of body to clipboard +Del = Delete selected Item + +Preview/edit box: +Enter = Save +Ctrl+Enter = New Line + + +## Toubleshooting + +### Notes will not save +When first started FlatNotes makes a folder called "MyNotes" if you delete this folder or move it you will have to restart FlatNotes or create it yourself.