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

feat: support for custom table header colors #99

Merged
merged 12 commits into from
Dec 22, 2023
Merged

feat: support for custom table header colors #99

merged 12 commits into from
Dec 22, 2023

Conversation

dylandepass
Copy link
Member

@dylandepass dylandepass commented Dec 21, 2023

Adds support for custom table header background and foreground colors (blocks, section metadata & metadata) via css variables and library metadata.
Fixes normalized block names.. the first letter in every word of block names will be uppercased, variations will not be uppercased).

Fix #80

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c08e94d) 98.83% compared to head (53ede20) 98.84%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
+ Coverage   98.83%   98.84%   +0.01%     
==========================================
  Files          30       30              
  Lines        4633     4687      +54     
==========================================
+ Hits         4579     4633      +54     
  Misses         54       54              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/plugins/blocks/utils.js Outdated Show resolved Hide resolved
src/plugins/blocks/utils.js Outdated Show resolved Hide resolved
dylandepass and others added 2 commits December 22, 2023 08:47
Co-authored-by: Raphael Wegmueller <github@rofe.com>
Co-authored-by: Raphael Wegmueller <github@rofe.com>
@dylandepass dylandepass merged commit b4a2acd into main Dec 22, 2023
5 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 22, 2023
# [1.7.0](v1.6.4...v1.7.0) (2023-12-22)

### Features

* support for custom table header colors ([#99](#99)) ([b4a2acd](b4a2acd))
Copy link

🎉 This PR is included in version 1.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Support custom header background colors for pasted tables
2 participants