Browse Source

Adds FormatExpress

FormatExpress is a quick and easy-to-use beautifier. Just paste the input : the language is automatically detected, the input is formatted in a viewer with syntax highlighting and nodes navigation.

Disclaimer : I'm the developer of FormatExpress

Example of inputs:

JSON
{"maths":{"q1":{"question":"5 + 7 = ?","options":["10","11","12","13"],"answer":"12"},"q2":{"question":"12 - 8 = ?","options":["1","2","3","4"],"answer":"4"}}}

HTML
<html><body><h2>Text input fields</h2><form><label for="fname">First name:</label><br><input type="text" id="fname" name="fname" value="John"><br/><label for="lname">Last name:</label><br><input type="text" id="lname" name="lname" value="Doe"></form><p>Note that the form itself is not visible.</p><p>Also note that the default width of text input fields is 20 characters.</p></body></html>
pull/173/head
Baldrick44 3 years ago
committed by Christophe
parent
commit
a52ae99c00
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      README.md

+ 1
- 0
README.md View File

@@ -574,6 +574,7 @@ Only main chapters:
&nbsp;&nbsp;:small_orange_diamond: <a href="http://sandbox.onlinephpfunctions.com/"><b>PHP Sandbox</b></a> - test your PHP code with this code tester.<br>
&nbsp;&nbsp;:small_orange_diamond: <a href="https://www.repl.it/"><b>Repl.it</b></a> - an instant IDE to learn, build, collaborate, and host all in one place.<br>
&nbsp;&nbsp;:small_orange_diamond: <a href="http://www.vclfiddle.net/"><b>vclFiddle</b></a> - is an online tool for experimenting with the Varnish Cache VCL.<br>
&nbsp;&nbsp;:small_orange_diamond: <a href="https://format-express.dev/"><b>FormatExpress</b></a> - online formatter and syntax highlighter for JSON, XML, HTML, CSS, SQL, etc.<br>
</p>

##### :black_small_square: Performance


Loading…
Cancel
Save