-
-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple entries with same timestamp should be grouped together #1247
Comments
This is a possible use case for a custom exporter. See #1216 for development work on implementing then. For output, are you concerned about telling the two entries apart? For usability, is there a reason you're creating two entries in the first place and not editing the first one instead? ( |
Perfect! Once that's merged I can try my hand in making a custom exporter to accomplish this. I am not concerned about telling the two apart. My use case is to journal what happened in each day, so I'd like one record each day. The reason I haven't done |
Since this is going to be handled with a plugin, I'm closing this issue. Feel free to let us know and/or link your plugin from this issue when you're done. |
Feature Request
Use Case/Motivation
I use jrnl to log what happened that day. On occasion, I will add more than one record for the same day using
jrnl today: blah blah
. The end result is:Since these have the same exact timestamp I expected the second record to be appended onto the previous one like so:
The text was updated successfully, but these errors were encountered: