dashing
dashing copied to clipboard
A Dash Generator Script for Any HTML
We received the following issue (https://github.com/flutter/flutter/issues/47553): > Flutter's Dash docset does not properly index members of top-level elements (classes, enums). > > To demonstrate, we can look at how Dash...
## TL;DR I need to improve the results of a specific css selector that returns items I don't want based on a word in the captured text. In this case...
Not sure if significant performance improvements are considered under maintenance. If not, feel free to close. Inspired by #59, with profiling, was able to improve two points of performance: *...
Hi I am trying to create a docset using dashing. My source html files have many class patterns. So i would like to change the "selectors" in json. But json...
* create index after everything is inserted * cache compiled regexps and css selectors
While probably not the most appropriate action for all situations, the current behavior of prepending the anchors does not work for `td` tags, where inserting tags before that end up...
Is there a Golang module that permissively parses JSON, allowing comments and trailing spaces? If so, could such a thing be used to load `dashing.json`? Our configuration is getting large...
Currently a docset is constructed in the current working directory. You can specify the source directory with a -s (or --source) flag, but not the destination. Proposed: -d (or --dest...