Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Customize TipTap, esp. table #78

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

Open
MacLake opened this issue Apr 14, 2025 · 0 comments · May be fixed by #76
Open

Customize TipTap, esp. table #78

MacLake opened this issue Apr 14, 2025 · 0 comments · May be fixed by #76

Comments

@MacLake
Copy link
Contributor

MacLake commented Apr 14, 2025

As we use Fomantic UI, we nee some adoptions before we can consider switching to TipTap:

The first and most important thing that I noticed is that we need to add attributes to HTML table tags,:

<table class="ui table">
</table>

Only then the nice stackable table design is being applied, see also Fomantic UI tables. A start would be to just add the attributes "ui table" to every <table>element, but some more customisations would be nice, so that you can choose other variants of <table>, <tr> and <td>. Most other elements can be implemented as CMS plugins, but probably also customisations of other tags like <h1…6>, <ul>, <ol> etc. would make sense.

@fsbraun fsbraun changed the title Customize TipTap Customize TipTap, esp. table Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant