souvikinator / notion-to-md

Convert notion pages, block and list of blocks to markdown (supports nesting and custom parsing)
https://www.npmjs.com/package/notion-to-md
MIT License
1.08k stars 90 forks source link

feat: support text color #28

Closed 2nthony closed 2 years ago

2nthony commented 2 years ago

https://github.com/2nthony/blogkit/blob/36858ff64a13508d85fd33110ccc4499675c71d0/packages/blogkit-notion/src/notion-to-md.ts#L26-L37

I override the annotatePlainText to support text color.

Do you have a plan to let it extensible?

Showcase

Rendered HTML

image

In notion

image

souvikinator commented 2 years ago

No plans for now as markdown doesn't support coloring. For that probably have to use HTML.

2nthony commented 2 years ago

OK for that, just expect has an API to extend it. Thanks.