-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |