You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,7 @@ Notes are stored locally in `notes.json` (created automatically).
165
165
|`/`| Search notes |
166
166
|`q`| Quit |
167
167
|`j/k`| Scroll body |
168
+
|`s`| Change sort order |
168
169
169
170
### Search Mode
170
171
@@ -227,14 +228,6 @@ README.md
227
228
228
229
---
229
230
230
-
## 🔧 Customizing
231
-
232
-
You can change some of the behaviour to better suit your workflow.
233
-
Here are some hints:
234
-
- On line 202 you can change the sorting behaviour as well as what the sorting works on. Changing x.id to x.created_at or x.updated_at will sort on the creation or last updated date. Change reverse=True to reverse=False to sort ascending or descending. Default sort is on note id.
0 commit comments