home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit fb4dbdc72c46c4d0e44a142bf138200ab3663d16
parent 039fdab17ede559d9e9298bb2fb9cb610756adc3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  6 Aug 2024 17:42:51 +0200

tools/go-org-readwise: better category…

==signature=with=equal works !

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/go-org-readwise/internal/org/sync.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/go-org-readwise/internal/org/sync.go b/tools/go-org-readwise/internal/org/sync.go @@ -158,7 +158,7 @@ func denoteFilename(result readwise.Result) string { // to use them to establish sequential relations between files // (e.g. 1, 1a, 1b, 1b1, 1b2, …). // We use signature to mark files synced from readwise. - signature = "==readwise" + result.Category + signature = "==readwise=" + result.Category // The TITLE field is the title of the note, as provided by // the user. It automatically gets downcased by default and is