snippet-box icon indicating copy to clipboard operation
snippet-box copied to clipboard

Feature Request: Code Formatting

Open MJWherry opened this issue 3 years ago • 4 comments

Add code formatting based on possible languages (C#, python, etc)

MJWherry avatar Nov 12 '21 19:11 MJWherry

Do you know any node.js libraries that support code formatting for multiple languages? I was only able to find formatters for html, css, json and js.

pawelmalak avatar Nov 18 '21 10:11 pawelmalak

Would like to second this request- it's basically the only thing holding me back from using snippet-box.

@pawelmalak Not a node guy, but maybe highlight.js?

From https://highlightjs.org/download/:

Node.js Highlight.js can be used on the server through the API. The package with all supported languages is installable from NPM:

npm install highlight.js

By the way, great work!

Torqu3Wr3nch avatar Jan 27 '22 21:01 Torqu3Wr3nch

Snippet-box is already using highlight.js for, well, syntax highlighting. Afaik, it doesn't have option to format your code.

pawelmalak avatar Jan 27 '22 22:01 pawelmalak

Is there a list of supported code syntax /code formatting ? would love to see support of yaml, a example of a online syntax for yaml would be yamlchecker dot com

Would also be great to have line numbers in the code examples :-)

JaneMillor avatar Feb 09 '22 01:02 JaneMillor