Isaac Muse
Isaac Muse
Unknown colors that were saved to a palette when a color space was known, but then for whatever reason may have been removed should be gracefully handled. Ideally, some indicator...
It may be cool to expose interpolation methods, such as B-spline, Natural, and Catmull-Rom. This obviously could be done in the mixing tool, but I wonder if it would be...
I've been working on simulating color vision deficiencies over in ColorAide: https://github.com/facelessuser/coloraide/issues/150. Once that settles, maybe we can come up with a useful tool here. Not sure what it would...
I trying to decide if we should expose the Oklch chroma reduction gamut mapping to better align with the CSS Level 4 spec. Personally, I don't think it works that...
Completely experimental. The idea is to (eventually) replace Admonitions, Details, and Tabs with a new directive format. We won't be killing off replaced legacy extensions, not for some time. Pros:...
## Embedding Video/Audio File Types Resolves #897 This is an experimental branch that explores syntax to embed media. The idea is to use the existing `![]()` syntax that has been...
Resolves #1724
Create a custom fence that allows for arbitrary Python code execution and display as a Python REPL
### Description This would allow users to create a special fence that accepts arbitrary Python code and then executes it and displays it as if it were run in a...
The title says it all. The idea is just to make the titles a little more flexible.
Will do everything that B64 does now, but will provide an syntax to force inlining, and optionally a mode to inline all images as B64 does now. Will handle PNG,...