2 مستودعات
UI layers that provide advanced visual highlighting of code ranges, diffs, and compiler errors within web interfaces.
Distinct from Code Visualizers: Focuses on the holistic visualization layer for code documentation, whereas candidates focus on narrow tasks like line highlighting or general dependency graphs.
Explore 2 awesome GitHub repositories matching user interface & experience · Code Syntax Visualizers. Refine with filters or upvote what's useful.
Codehike is a React-based documentation framework and interactive code walkthrough tool. It functions as a markdown content orchestrator that transforms decorated markdown into structured data and React components, serving as a visualization layer for highlighting code ranges, diffs, and compiler errors. The project is distinguished by its ability to create scrollycoding experiences and step-by-step technical tutorials. It features token-level animations that visually demonstrate how logic evolves between code versions and provides a system for syncing UI state to the browser scroll position.
Provides a specialized visualization layer for highlighting code ranges, diffs, and compiler errors in web-based code blocks.
Shellharden is a shell script hardening tool and linter designed to improve the security and reliability of Bash scripts. It functions as an automated utility that rewrites scripts to follow industry standards for quoting and security practices. The project provides an optimizer and standardizer that replaces unsafe patterns and aliases with safer functional equivalents. It includes a syntax highlighter that uses visual markers and colorization to indicate vulnerabilities and areas where quoting corrections are required. The tool covers a broad range of capabilities including automated safet
Provides a UI layer that visually highlights code ranges and vulnerabilities within the script.