Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
artur-pf opened this issue May 22, 2024 · 3 comments
Open

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

artur-pf opened this issue May 22, 2024 · 3 comments
Labels

Comments

@artur-pf
Copy link

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!

@kiwiz
Copy link
Owner

kiwiz commented May 28, 2024

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

@kiwiz kiwiz added the question label May 28, 2024
@artur-pf
Copy link
Author

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

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

@artur-pf artur-pf reopened this Jun 11, 2024
@yuvgin
Copy link

yuvgin commented Sep 4, 2024

This would indeed be very helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants