unist-util-select
Selector
Tool for finding nodes in a tree using CSS-like selectors
utility to select unist nodes with CSS-like selectors
61 stars
9 watching
10 forks
Language: JavaScript
last commit: about 1 year ago matchesqueryselectorremarkretextselectselectallunistunist-utilutil
Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/unist-util-is | Utility to check if nodes match specific patterns | 38 |
syntax-tree/unist-util-filter | Utility to remove unwanted nodes from a tree data structure | 18 |
syntax-tree/unist-util-remove | Utility to remove nodes from a tree | 22 |
syntax-tree/unist-util-visit | Utility to traverse and inspect the structure of an abstract syntax tree | 278 |
syntax-tree/unist-util-map | Utility to create a new tree by mapping all nodes with a given function | 35 |
syntax-tree/hast-util-select | Utility package for working with HTML structures in JavaScript | 38 |
syntax-tree/unist-builder | Utility to create syntax trees with ease | 77 |
syntax-tree/unist-util-inspect | Utility to visually inspect tree data structures | 27 |
syntax-tree/unist-util-assert | A utility for verifying nodes in document trees | 4 |
syntax-tree/mdast-util-to-string | Utility to extract text content from markdown abstract syntax tree nodes | 39 |
syntax-tree/hast-util-sanitize | Utility to make tree-based data safe by removing dangerous content | 50 |
syntax-tree/hast-util-to-html | Utility to convert syntax tree into HTML string | 88 |
syntax-tree/hast-util-from-text | Utility to transform plain text into a hast node's visible content | 2 |
syntax-tree/nlcst-search | A utility to search for phrases in a tree data structure | 16 |
syntax-tree/mdast-util-heading-range | Utility to find headings and replace content in their section | 10 |