-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support css selectors #61
Comments
I didn't write plates but from conversations I had with Paolo about it I think this is a bad idea. Plates is super fast and simple. It does so by parsing very little and being very picky in the battles it fights. For some degree of CSS selectors (like the ones your shown) it might be possible to do, but some other would imply a full parser which is not what plates does (or used to do when I last looked at it) |
Still love you max dickbag |
One nice thing is that cheerio already does the hard part of implementing css selectors. :) |
Yeah, cheerio does but it also does things which are not required for plates. I support @dscape on this. |
CSS selectors would really be nice. Plates is already really nice, as far at HTML templating. |
instead of this:
i want to do this:
The text was updated successfully, but these errors were encountered: