Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosdrop committed May 11, 2020
1 parent c3016e6 commit c3c3178
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c3c3178

Please sign in to comment.