Open
Description
- Add shortcode.
- Better recursive lookup for
Code
, i.e., currently not working forBulletList
. Refactor Lua code to work on any structure such as list #5 - Support other colour code syntax:
- Names one:
orange
. - hex codes:
#441100
-> Supported. - short hex codes:
#123
-> Supported. - rgb:
rgb(10, 100, 200)
-> Supported. - rgb with %:
rgb(100%, 20%, 100%)
. - hwb:
hwb(135 0% 40%)
. - hsl:
hsl(240, 100%, 50%)
-> Supported.
- Names one:
- Formats:
- LaTeX.
- Typst.
- Docx.
- Make the colour preview symbol clickable to copy colour code.
- Ensure screen readers can read everything properly (a11y).
Some reading: https://dev.to/tigt/marking-up-colors-revisited-with-githubs-color-swatches-42eo.
Metadata
Metadata
Assignees
Labels
Projects
Status
📋 Backlog