easy-code-formatter-styles

a package which contains the styling details for easy code formatter office app.

Usage no npm install needed!

<script type="module">
  import easyCodeFormatterStyles from 'https://cdn.skypack.dev/easy-code-formatter-styles';
</script>

README

easy-code-formatter-styles

Build Status

Since the original release of Easy Code Formatter, I've received a lot of requests around extending the support for the styles and this is an attempt to do that.

Bumping package.json version automatically is not there yet, so make sure your Pull Request includes a version bump.

How to add a new style

Add a new .ts file with your style name which implements the ITheme interface - export it the same way the rest of the styles are being exported.

Once merged to master, it'll be built and published to npm and deployed afterwards with easy code formatter.

About Easy Code Formatter

Easy code formatter is a Microsoft Word add-in that allows people to style their text in word as code. You'll have to be at least on Word 2013 to use this addin.

You can download it from AppSource.

Formatted code with Default style. with Desert style
Formatted code with A11YDark style. with A11YLight style