[scrobbles] Move tags out of org title and into page
This commit is contained in:
@ -55,7 +55,7 @@ class TaskLogData(BaseLogData):
|
||||
timestamp, note_text = next(iter(note.items()))
|
||||
# Flatten newlines and clean whitespace
|
||||
note_text = " ".join(note_text.strip().split())
|
||||
lines.append(f"{timestamp}: {note_text} [{labels_str}]")
|
||||
lines.append(f"{timestamp}: {note_text}")
|
||||
if isinstance(note, list):
|
||||
lines += note
|
||||
if isinstance(note, str):
|
||||
|
||||
Reference in New Issue
Block a user