Skip to content

tharindushakya/obsidian-color-palette

 
 

Repository files navigation

Color Palette

Create beautiful & functional color palettes that enhance the appearance of your notes.

Color Palette Demo

Key Features

  • Create color palettes from popular palette websites like coolors & colorhunt.
  • Convert links already present within your notes into palettes.
  • Easily copy the hex code of a color by selecting it.

Usage

Palettes can be created manually by adding a codeblock with the hex codes desired.
Currently only supports hex values.

```palette
#ffffff
#000
```

Palettes can also be created from links.
Only URLs from https://coolors.co & https://colorhunt.co are currently supported.

```palette
https://colorhunt.co/ffffff
```

Commands

Commands can be bound to a hotkey in settings.

  • Insert Link - Creates a new palette from a URL
  • Convert Link - Converts a selected URL to a palette
  • Convert codeblock link to hex

About

Create and insert color palettes into your notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.8%
  • JavaScript 12.4%
  • CSS 8.8%