All Projects → Col-E → Code2HTML

Col-E / Code2HTML

Licence: MIT License
JavaFX tool for converting source code to styled HTML

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Code2HTML

Anyformatkit
Simple text formatting in Swift
Stars: ✭ 296 (+1038.46%)
Mutual labels:  formatter, regex
formatting
源码格式自动化调整工具
Stars: ✭ 37 (+42.31%)
Mutual labels:  formatter
fmt
A code formatter for Racket
Stars: ✭ 44 (+69.23%)
Mutual labels:  formatter
datagoose
🔐 Easy to use, fast, lightweight, secure, JSON based database for Python!
Stars: ✭ 13 (-50%)
Mutual labels:  regex
sublime-stylefmt
Sublime Text plugin for Stylefmt
Stars: ✭ 49 (+88.46%)
Mutual labels:  formatter
extglob
Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.
Stars: ✭ 25 (-3.85%)
Mutual labels:  regex
openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (+169.23%)
Mutual labels:  javafx
mdformat
CommonMark compliant Markdown formatter
Stars: ✭ 90 (+246.15%)
Mutual labels:  formatter
rustexp
A Rust regular expression editor and tester that runs entirely within the browser!
Stars: ✭ 59 (+126.92%)
Mutual labels:  regex
Regex
A pure Swift NFA implementation of a regular expression engine
Stars: ✭ 27 (+3.85%)
Mutual labels:  regex
efmt
Erlang code formatter
Stars: ✭ 19 (-26.92%)
Mutual labels:  formatter
blackstone
Gomoku (Five in a Row) game manager with a powerful built-in AI, written in Java with a clean, minimal interface.
Stars: ✭ 33 (+26.92%)
Mutual labels:  javafx
jmonet
An easy-to-use toolkit for incorporating MacPaint / Microsoft Paint-like tools into a Java Swing or JavaFX application.
Stars: ✭ 27 (+3.85%)
Mutual labels:  javafx
haxe-formatter
Haxe code formatter based on tokentree
Stars: ✭ 58 (+123.08%)
Mutual labels:  formatter
WebcamFX
Open the camera, take pictures 📷 & save them using Javafx.
Stars: ✭ 39 (+50%)
Mutual labels:  javafx
autocorrect
Automatically add whitespace between Chinese and half-width characters (alphabetical letters, numerical digits and symbols).
Stars: ✭ 18 (-30.77%)
Mutual labels:  formatter
mention-hashtag
Extract mentions (@mention) or hashtags (#hashtag) from any text
Stars: ✭ 16 (-38.46%)
Mutual labels:  regex
kotlin-gradle-templates
Quick start kotlin gradle DSL
Stars: ✭ 50 (+92.31%)
Mutual labels:  javafx
subst
Search and des... argh... replace in many files at once. Use regexp and power of Python to replace what you want.
Stars: ✭ 20 (-23.08%)
Mutual labels:  regex
splinter
Simple pattern-based linter 🐀
Stars: ✭ 31 (+19.23%)
Mutual labels:  regex

Code2HTML

A JavaFX app for converting user specified languages to HTML. Paste source code into the top-left panel and the HTML will show in the top-right, with a preview at the bottom. The CSS and optional JS are available in the other tabs in the top-right. Updating the CSS and JS will display live updates in the preview area.

Top-Left tabs:

  • HTML: The HTML output.
  • CSS: The CSS code that styles the HTML span tags.
  • JS: Optional JS for manual inclusion of collapse-sections.
  • Patterns: List of Regex groups for the currently loaded language.

While the JS is not necessary it allows you to make portions of the code collapseable.

Download

See the releases page for the latest build. Or compile with maven via mvn package

Note: Builds are based off of Java 8. Running on later versions will not work, please see the update guide for more information.

Screenshots

  • Main View
  • Config View

Libraries used:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].