larswaechter / voici.js

A Node.js library for pretty printing your data on the terminal🎨
https://voici.larswaechter.dev
MIT License
335 stars 4 forks source link

Possible to highlight a cell via bold font weight? #19

Closed Jinjiang closed 1 year ago

Jinjiang commented 1 year ago

Hi, @larswaechter really nice job, BTW!

According to the highlighting feature in docs: https://lars-waechter.gitbook.io/voici.js/examples/highlighting

Is that possible if I can choose not only a different color but also a bold weight or italic font style, etc? Would be great if it could.

Thanks.

larswaechter commented 1 year ago

Hi @Jinjiang ,

thanks for your feedback! I added bold, italic and underline options in PR #21. Will be included in the next release.