Evolution : Color selector for table borders and cells #1371

Closed
opened 2026-02-05 00:43:05 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Zciwobukaj on GitHub (Sep 18, 2019).

How it is :
image

How it should be :
same interface with color picker

Originally created by @Zciwobukaj on GitHub (Sep 18, 2019). **How it is :** ![image](https://user-images.githubusercontent.com/35924688/65132181-d2066380-da00-11e9-8b93-5a13b97089be.png) **How it should be :** same interface with color picker
OVERLORD added the 🌔 Out of scope label 2026-02-05 00:43:05 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Mar 6, 2020):

Thank you for your suggestion @Zciwobukaj but implementing and maintaining a color picker for specific table properties is the low level of detail that I'd like to avoid in this project, especially since the editors will be reconsidered later in the roadmap. Therefore closing this off as out-of-scope.

@ssddanbrown commented on GitHub (Mar 6, 2020): Thank you for your suggestion @Zciwobukaj but implementing and maintaining a color picker for specific table properties is the low level of detail that I'd like to avoid in this project, especially since the editors will be reconsidered later in the roadmap. Therefore closing this off as out-of-scope.
Author
Owner

@Spacefish commented on GitHub (Aug 6, 2022):

It´s easy to implement this, just add "colorpicker" to the list of tinymce plugins, when loading tinymce..
if you want to test this in your local installation:
edit public/dist/app.js search for plugins=and add colorpickerto the list.
reload your bookstack with ctl + f5 such that the js get´s fetched again -> voila color picker added 👯

just created a PR for it here: https://github.com/BookStackApp/BookStack/pull/3621

@Spacefish commented on GitHub (Aug 6, 2022): It´s easy to implement this, just add "colorpicker" to the list of tinymce plugins, when loading tinymce.. if you want to test this in your local installation: edit `public/dist/app.js` search for `plugins=`and add `colorpicker`to the list. reload your bookstack with ctl + f5 such that the js get´s fetched again -> voila color picker added 👯 just created a PR for it here: https://github.com/BookStackApp/BookStack/pull/3621
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1371