“Ditto”-mark to take over previous entry summary #239
Replies: 1 comment 2 replies
-
Not sure I like the idea, because it would break the syntax of the log file just to make it seemingly more readable by a human. Yes, consider this (real) use case that would be broken : |
Beta Was this translation helpful? Give feedback.
-
Imagine the case when you work on multiple things throughout the day:
Especially if you want to tag your entries, then it can be tedious since you have to repeat the tags for all respective entries. You cannot put the tags into the overall record summary, because then the tags would apply to all entries.
In a physical notebook, you probably would use some sort of ditto mark notation, to indicate that you want to take over the previous sentence.
Proposal
I’m wondering whether this idea could also work in klog, where a special placeholder mark could indicate that the previous entry summary should be taken over. The example below demonstrates different placeholder ideas,
^
,"
, or---"---
. (In the end, there would only be one, of course.)Similar to the open-range placeholder
?
, it probably makes sense that the marks can be freely repeated for aesthetic/alignment reasons:Discussion
Of course, there would be some complexity to this, and a few questions would need to be resolved:
5h Foo^
or5h ^ ^ ^ ^
or5h ^^^ foo
5h ^ #additional-tag
(i.e. “all of the above, plus the text that follows”)References
klog start
/klog stop
General Considerations
All in all, I run into this problem frequently enough that it keeps me thinking. On the other hand, I see high value and priority in keeping klog simple and straightforward, especially in regards to the file format syntax. So I would only want to add something like this if I’m convinced that the concept is meaningful and works well.
Beta Was this translation helpful? Give feedback.
All reactions