Skip to content

Releases: arakel2/css-editor

CSS Editor v1.1.0

Choose a tag to compare

@arakel2 arakel2 released this 18 May 20:16

New Feature: Inline color preview for CSS editor 🎨

Highlight CSS color values (HEX, RGB, RGBA, HSL, HSLA, named colors)
with colored underlines using ACE's dynamic marker API.

Samples:

  • Expand from 7 to 10 samples (Typography, Lists, Tables, Forms,
    Cards & Grid, Navigation, Code & Pre, Media, Admonitions & Details,
    Full Page with TOC)
  • All samples now in English with substantially more content
  • Add samples/images/ for media sample assets

Default CSS (style.js):

  • Complete rewrite with GitHub-inspired light theme
  • All values driven by :root custom properties for easy theming

Snippets (snippets/default.js):

  • Remove emoji category
  • Add :root Light/Dark Theme snippets matching style.js
  • Update CSS Variables to match new :root property names
  • Add categories: Typography, Selectors, Components, Animations
  • Improve Layout, Effects, and Media Queries entries

Editor (index.html):

  • Add tag in iframe for correct relative image paths
  • Add click handler to intercept anchor links inside iframe preview

CSS Editor v1.0.1

Choose a tag to compare

@arakel2 arakel2 released this 11 May 20:51
86e21ac

Search box from ACE-Editor added:
Keyboard Shortcuts:
Find: Ctrl + F
Replace: Ctrl + H

CSS Editor v1.0.0 – Initial Release

Choose a tag to compare

@arakel2 arakel2 released this 11 May 17:54

Just the first release of the CSS-Editor 😀