mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-26 00:35:48 +03:00
[GH-ISSUE #86] Date Stamping / Date Sorting #76
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rapidpage on GitHub (Sep 26, 2014).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/86
How can i add a date stamp to title and then sort by date
@JLiscom commented on GitHub (Sep 26, 2014):
I do not have sorting by date yet. I store every version of the note.
How I handle date in a journal like sense in break apart the date
So if I want a journal entry for the date 2014-09-26
I create a folder 2014, then create a sub folder in 2014 called 09 then I create a note in 09 with today's day number 26.
For example
2013 Folder
2014 Folder
------08 Sub Folder
------09 Sub Folder
---------24 Note
---------25 Note
---------26 Note
@rapidpage commented on GitHub (Sep 26, 2014):
cool, i just added 2014-09 in the Title and your search was able to find 2014 or - or 09 as well