gkeepapi
gkeepapi copied to clipboard
How to Apply Text Formatting in gkeepapi.node.Note?
Hi there,
I've been using gkeepapi for a project and noticed that while Google Keep supports basic text formatting (like bold, italics, etc.) within the app, I couldn't find a way to apply these formatting options through the API. Is there a method or workaround to programmatically format text in gkeepapi.node.Note objects that I might have missed?
Any guidance or pointers would be greatly appreciated as this feature would greatly enhance the usability of the tool for projects that require richer text formatting.
Thanks for developing and maintaining such a useful tool!
It's markdown-ish, so use *, **, _, __, etc
At least for me it doesnt use the formatting in Keep.
note: Node = keep_instance.createNote(title, text)
This would indeed be very helpful