Mario Pietsch

Results 873 comments of Mario Pietsch

>... One other recommendation is to define some main colors in a palette and derive all other colors from them. Right now there are too many colors in a palette....

I would like to have something like this: ``` ; ; ; ; ``` `` would use something like [contrastcolour macro](https://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fmacros%2Fcontrastcolour.js) if needed. .. So if the "foreground/background" contrast is...

@saqimtiaz ... Yea, For 1 of my plugins I wanted to use a predefined "palette colour". I couldn't find one, but I found one that was pretty close and also...

@Jermolene I didn't try to restrict the result of the colour-macro. This PR tries to make the existing palettes, that are shipped with the core consistent. So that the macro...

But you are right, I should probably change all "core settings" to CSS hex colours for consistency reasons. ... Our users most of the time use the mechanism, the core...

I did update [the OP](https://github.com/Jermolene/TiddlyWiki5/pull/5459#issue-798462426) -------- @Jermolene wrote >Hi @pmario it's a nice idea but sadly I don't think we can restrict the result of the macro to be a...

The new palette-manager code can handle this edge case. So close

>Perhaps rather than a widget, we should use a tm-run-tests message to trigger execution of the tests, with parameters defined to allow a single test to be selected for running....

This problem is related to that PR **"review but don't merge: fix dropzone closure variable problem"** #6622

Fixing this problem will be a huge win for the $:/PaletteManager, which I try to improve atm