Winfried Stenzel
Winfried Stenzel
I have the same problem. @KingMario Did you find a workaround?
If others are interested in a workaround, I respond to my own question: Currently, the directive `TrimValueAccessor` provided in this project does not work correctly for `input` elements with a...
@KingMario Thanks. `ngx-trim-directive` looks like a similar implementation to my `TrimDirective`.
`ktlint` allows to change some formatting options via the file `.editorconfig` (https://github.com/pinterest/ktlint#editorconfig). I was not able to make this work. What did actually work, was changing the VS Code setting...
Thanks for your quick feedback! I prefer the first option, because I only use local data files. Could you implement both? This would be the best solution for both local...
Thank you. I provided feedback in the marketplace.
@RandomFractals: Thanks for the refresh button and for trying to implement an automatic refresh for local data files. I do not completely understand the side effects you described, in particular...
@RandomFractals ;-) So am I: I'm too lazy to push the `refresh` button. But this seems to be one of the ["three great virtues of a programmer"](https://wiki.c2.com/?LazinessImpatienceHubris)...
@RandomFractals Yes, to only specify the locale in the VS Code settings (User, Folder or Workspace) is my preferred solution. Personally, I do not need to specify each property of...
An option which uses "node.js" as originally request is [browser-sync](https://www.browsersync.io/docs/api): - Create the following file: ```javascript //preview.js const asciidoctor = require('@asciidoctor/core')(); const asciidoctorRevealjs = require('@asciidoctor/reveal.js'); asciidoctorRevealjs.register(); const browserSync = require("browser-sync");...