easy-code-formatter-styles
v1.2.9
Published
a package which contains the styling details for easy code formatter office app.
Downloads
40
Maintainers
Readme
easy-code-formatter-styles
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, otherwise the tests would fail and you can't publish a new version.
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
:-------------------------:|:-------------------------:
|