node-libtidy icon indicating copy to clipboard operation
node-libtidy copied to clipboard

Node bindings for LibTidy aka TidyLib aka TidyHTML library

Results 9 node-libtidy issues
Sort by recently updated
recently updated
newest added

@gagern This PR contains all dependencies and dev dependencies updated to latest versions and LibTidy also updated to latest version. Without the node-pre-gyp update, node-libtidy won't compile.

``` Module not found: Can't resolve 'aws-sdk' in '/Users/jvu/dev/athena/node_modules/libtidy-updated/node_modules/node-pre-gyp/lib' : Can't resolve 'aws-sdk' in '/Users/jvu/dev/athena/node_modules/libtidy-updated/node_modules/node-pre-gyp/lib' ``` Is Node-Pre-Gyp required for this library? How come it's trying to install "aws-sdk"?

As described in #24. Closes #24.

Here's the rather lengthy error log (sorry): Error log ```error /Users/juretriglav/src/html-epub/node_modules/libtidy: Command failed. Exit code: 1 Command: node-pre-gyp install --fallback-to-build Arguments: Directory: /Users/juretriglav/src/html-epub/node_modules/libtidy Output: node-pre-gyp info it worked if it...

@gagern Hello there. libtidy is targeting next 5.6 release to late November, so I made [a branch](https://github.com/gagern/node-libtidy/compare/master...jokester:towards-libtidy-5.6) in case we want to follow up. Will add more commits if I...

The library is flexible enough to allow tying its source and sink abstractions up to node streams. In asynchroneous operations one would probably have to manage a pair of buffers,...

enhancement

Yes there is [gulp-htmltidy](https://github.com/ayhankuru/gulp-htmltidy) from the maintainer of [htmltidy2](https://github.com/ayhankuru/htmltidy2). But adding just a simple vinyl object stream interface to the package would be easy enough, so one could use `libtidy.gulp`...

enhancement

The library offers tools to interrogate the structure of the document, its nodes and attributes. It would be nice to expose this to the JavaScript world. It would be important,...

enhancement