HTML Symbol filters #3922
Labels
enhancement
An issue for a feature or an overall improvement
format: html
An issue/PR related to Dokka's default HTML output format
Follow up from this slack discussion
On a package/type page, it would be nice being able to have filter to filter out symbols according to some criterias. The ones I currently have in mind:
Those last 2
OptIn
filters are related to #1862. I think I'd like it to expand to all the differentOptIn
annotation present in that type. For an example@ExperimentalApi
or@LowLevelApi
, etc... There's an issue that if there are a lot ofOptIn
, the filter list will grow too much but IMO if there are manyOptIn
in a type, this is probably a code smell already.Ideally, the filter can be set through a query parameter so that shareable links can include them:
I think I'd like the default to include everything for easier "search in page" functionality. With visual clues for deprecated/protected/opt-in symbols (see also #3924)
Note that this issue is different from #3874 in that it filters inside the page while I understand #3874 is about search filters.
The text was updated successfully, but these errors were encountered: