TravisAvey / website-baseline

Website Basline
MIT License
0 stars 0 forks source link

Tiptap: Add Extensions #142

Closed TravisAvey closed 1 month ago

TravisAvey commented 1 month ago

Add in necessary extensions so it will have things for writing...

header, bold, italic, links, images, lists, quotes, if there's adjustment: left, right, center...

https://tiptap.dev/docs/editor/extensions

Will need to wire up buttons to work for adding these extensions

TravisAvey commented 1 month ago

example to wire up buttons: https://github.com/jeffreymorganio/tiptap-editor-example

TravisAvey commented 1 month ago

Customize the coloring for the tailwind typography plugin: https://github.com/tailwindlabs/tailwindcss-typography?tab=readme-ov-file#customizing-the-css

TravisAvey commented 1 month ago