Closed ooker777 closed 1 year ago
The label handling logic is a bit hacky. You might have better luck with calling gnote.labels.all()
to get all labels on the note.
man, why didn't you write it in the doc?
Anyway, I still wonder why the above code doesn't work?
Here is the code:
The result:
To zoom in the
[Every note is in here]
part:☑️ Số liệu, hợp đồng
) in the second lineNone
in the second lineIf, however, the code is:
Then it doesn't print any note, as if the condition clause always returns false.
Why does that happen?
I use Windows 11 and Python 3.11.3.