gkeepapi icon indicating copy to clipboard operation
gkeepapi copied to clipboard

How to Apply Text Formatting in gkeepapi.node.Note?

Open artur-pf opened this issue 1 year ago • 3 comments

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!

artur-pf avatar May 22 '24 09:05 artur-pf

It's markdown-ish, so use *, **, _, __, etc

kiwiz avatar May 28 '24 13:05 kiwiz

At least for me it doesnt use the formatting in Keep. image

note: Node = keep_instance.createNote(title, text)

artur-pf avatar Jun 11 '24 14:06 artur-pf

This would indeed be very helpful

yuvalginor avatar Sep 04 '24 22:09 yuvalginor