unified

Explore/Topic/unist

Projects matching unist

  1. unifiedjs/unified

    ☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees
    1. 88%
    2. 32m
    3. 4k
  2. vfile/vfile

    Virtual file format for text processing used in @unifiedjs
    1. 85%
    2. 31m
    3. 423
  3. syntax-tree/unist-util-visit

    utility to visit nodes
    1. 85%
    2. 42m
    3. 230
  4. syntax-tree/unist-util-visit-parents

    utility to recursively walk over unist nodes, with ancestral information
    1. 83%
    2. 43m
    3. 54
  5. syntax-tree/unist-util-is

    utility to check if a node passes a test
    1. 83%
    2. 43m
    3. 33
  6. syntax-tree/mdast-util-to-hast

    utility to transform mdast to hast
    1. 82%
    2. 18m
    3. 87
  7. syntax-tree/hastscript

    utility to create hast trees
    1. 82%
    2. 17m
    3. 137
  8. syntax-tree/unist-util-stringify-position

    utility to serialize a node, position, or point as a human readable location
    1. 82%
    2. 35m
    3. 5
  9. syntax-tree/mdast-util-to-string

    utility to get the plain text content of an mdast node
    1. 82%
    2. 37m
    3. 34
  10. syntax-tree/unist-builder

    utility to create a new trees with a nice syntax
    1. 82%
    2. 12m
    3. 70
  11. syntax-tree/unist-util-remove-position

    utility to remove positions from a tree
    1. 81%
    2. 15m
    3. 11
  12. syntax-tree/unist-util-position

    utility to get the position of a node
    1. 81%
    2. 19m
    3. 8
  13. syntax-tree/unist-util-generated

    utility to check if a node is generated
    1. 81%
    2. 16m
    3. 4
  14. syntax-tree/hast-util-parse-selector

    utility to create an element from a simple CSS selector
    1. 81%
    2. 16m
    3. 12
  15. syntax-tree/hast-util-from-parse5

    utility to transform Parse5’s AST to hast
    1. 81%
    2. 13m
    3. 15
  16. syntax-tree/mdast-util-definitions

    utility to find definition nodes in an mdast tree
    1. 80%
    2. 24m
    3. 9
  17. syntax-tree/mdast-util-from-markdown

    mdast utility to parse markdown
    1. 80%
    2. 20m
    3. 162
  18. syntax-tree/unist-util-remove

    utility to remove nodes from a tree
    1. 80%
    2. 8m
    3. 19
  19. syntax-tree/mdast-squeeze-paragraphs

    utility to remove empty paragraphs from an mdast tree
    1. 80%
    2. 7m
    3. 5
  20. syntax-tree/mdast-util-to-markdown

    mdast utility to serialize markdown
    1. 78%
    2. 15m
    3. 77
  21. syntax-tree/hast-util-whitespace

    utility to check if a node is inter-element whitespace
    1. 77%
    2. 10m
    3. 4
  22. syntax-tree/mdast-util-find-and-replace

    mdast utility to find and replace text in a tree
    1. 76%
    2. 8m
    3. 9
  23. syntax-tree/mdast-util-gfm

    mdast extension to parse and serialize GFM (GitHub Flavored Markdown)
    1. 76%
    2. 8m
    3. 13
  24. syntax-tree/mdast-util-gfm-table

    mdast extension to parse and serialize GFM tables
    1. 76%
    2. 8m
    3. 9
  25. syntax-tree/mdast-util-gfm-autolink-literal

    mdast extension to parse and serialize GFM autolink literals
    1. 75%
    2. 8m
    3. 5
  26. syntax-tree/mdast-util-gfm-strikethrough

    mdast extension to parse and serialize GFM strikethrough
    1. 75%
    2. 8m
    3. 4
  27. syntax-tree/hast-util-to-html

    utility to serialize hast to HTML
    1. 75%
    2. 3m
    3. 74
  28. syntax-tree/mdast-util-gfm-task-list-item

    mdast extension to parse and serialize GFM task list items
    1. 75%
    2. 8m
    3. 4
  29. syntax-tree/unist-util-find-all-after

    utility to find nodes after another node
    1. 75%
    2. 4m
    3. 6
  30. syntax-tree/hast-util-sanitize

    utility to sanitize hast nodes
    1. 74%
    2. 1m
    3. 43
  31. syntax-tree/mdast-util-compact

    utility to make an mdast tree compact
    1. 74%
    2. 2m
    3. 4
  32. syntax-tree/unist-util-position-from-estree

    unist utility to get a position from an estree node
    1. 73%
    2. 3m
    3. 0
  33. syntax-tree/hast-util-has-property

    utility to check if a node has a property
    1. 73%
    2. 1m
    3. 1
  34. syntax-tree/nlcst-to-string

    utility to transform an nlcst tree to a string
    1. 73%
    2. 1m
    3. 17
  35. syntax-tree/hast-util-to-text

    utility to get the plain-text value of a node according to the innerText algorithm
    1. 73%
    2. 1m
    3. 16
  36. syntax-tree/unist-util-find-after

    unist utility to find a node after another node
    1. 73%
    2. 1m
    3. 5
  37. syntax-tree/unist-util-modify-children

    utility to modify direct children of a parent
    1. 72%
    2. 1m
    3. 7
  38. syntax-tree/mdast-util-toc

    utility to generate a table of contents from an mdast tree
    1. 72%
    2. 798k
    3. 71
  39. syntax-tree/unist-util-select

    utility to select unist nodes with CSS-like selectors
    1. 72%
    2. 579k
    3. 55
  40. syntax-tree/unist-util-visit-children

    unist utility to visit direct children of a parent
    1. 72%
    2. 1m
    3. 7
  41. syntax-tree/unist-util-inspect

    utility to inspect nodes
    1. 72%
    2. 935k
    3. 21
  42. syntax-tree/unist-util-map

    utility to create a new tree by mapping all nodes
    1. 71%
    2. 274k
    3. 34
  43. syntax-tree/mdast-comment-marker

    utility to parse a comment marker in mdast
    1. 71%
    2. 535k
    3. 9
  44. syntax-tree/unist-util-filter

    utility to create a new tree with nodes that pass a filter
    1. 71%
    2. 761k
    3. 13
  45. syntax-tree/mdast-util-heading-style

    utility to get the style of an mdast heading
    1. 71%
    2. 451k
    3. 4
  46. syntax-tree/mdast-util-to-nlcst

    utility to transform mdast to nlcst
    1. 71%
    2. 421k
    3. 9
  47. syntax-tree/hast-util-to-mdast

    utility to transform hast (HTML) to mdast (markdown)
    1. 70%
    2. 140k
    3. 31
  48. syntax-tree/hast-util-from-dom

    utility to transform a DOM tree to hast
    1. 70%
    2. 729k
    3. 22
  49. syntax-tree/hast-util-phrasing

    utility to check if a node is phrasing content
    1. 70%
    2. 196k
    3. 0
  50. syntax-tree/nlcst-search

    utility to search for patterns in an nlcst tree
    1. 70%
    2. 86k
    3. 15
  51. syntax-tree/nlcst-is-literal

    utility to check whether an nlcst node is meant literally
    1. 70%
    2. 111k
    3. 9
  52. syntax-tree/mdast-util-math

    mdast extension to parse and serialize math
    1. 69%
    2. 890k
    3. 9
  53. syntax-tree/mdast-util-heading-range

    utility to use headings as ranges in mdast
    1. 69%
    2. 49k
    3. 9
  54. syntax-tree/nlcst-normalize

    utility to normalize an nlcst word for easier comparison
    1. 69%
    2. 86k
    3. 7
  55. syntax-tree/hast-util-embedded

    utility to check if a node is an embedded element
    1. 69%
    2. 447k
    3. 2
  56. syntax-tree/mdast-zone

    utility to treat HTML comments as ranges or markers in mdast
    1. 69%
    2. 13k
    3. 15
  57. syntax-tree/hast-util-to-nlcst

    utility to transform hast to nlcst
    1. 68%
    2. 58k
    3. 4
  58. syntax-tree/unist-util-index

    utility to index property values or computed keys to nodes
    1. 68%
    2. 3k
    3. 7
  59. syntax-tree/unist-util-source

    utility to get the source of a node or position
    1. 68%
    2. 33k
    3. 6
  60. syntax-tree/hast-util-heading

    utility to check if a node is heading content
    1. 68%
    2. 4k
    3. 5
  61. syntax-tree/mdast-util-directive

    mdast extension to parse and serialize generic directives (:cite[smith04])
    1. 68%
    2. 609k
    3. 9
  62. syntax-tree/hast-util-find-and-replace

    utility to find and replace text in a hast tree
    1. 68%
    2. 207k
    3. 5
  63. syntax-tree/hast-util-to-dom

    utility to transform hast to a DOM tree
    1. 68%
    2. 14k
    3. 16
  64. syntax-tree/unist-util-parents

    unist utility to add references to parents on nodes in a tree
    1. 67%
    2. 6k
    3. 3
  65. syntax-tree/mdast-normalize-headings

    utility to make sure there is no more than a single top-level heading in the document
    1. 67%
    2. 10k
    3. 6
  66. syntax-tree/hast-util-reading-time

    utility to estimate the reading time
    1. 67%
    2. 485
    3. 56
  67. syntax-tree/nlcst-emoticon-modifier

    utility to support emoticons in nlcst
    1. 67%
    2. 26k
    3. 2
  68. syntax-tree/nlcst-affix-emoticon-modifier

    utility to merge affix emoticons into the previous sentence in nlcst
    1. 67%
    2. 26k
    3. 1
  69. syntax-tree/unist-util-find-before

    utility to find a node before another node
    1. 67%
    2. 11k
    3. 4
  70. syntax-tree/nlcst-emoji-modifier

    utility to support emoji in nlcst
    1. 67%
    2. 26k
    3. 2
  71. syntax-tree/unist-util-find-all-before

    utility to find nodes before another node
    1. 67%
    2. 37k
    3. 5
  72. syntax-tree/unist-util-assert

    utility to assert nodes
    1. 67%
    2. 1k
    3. 2
  73. syntax-tree/xastscript

    utility to create xast trees
    1. 67%
    2. 7k
    3. 7
  74. syntax-tree/xast-util-from-xml

    utility to parse from XML
    1. 67%
    2. 2k
    3. 11
  75. syntax-tree/xast-util-to-xml

    utility to serialize to XML
    1. 67%
    2. 9k
    3. 2
  76. syntax-tree/mdast-util-assert

    utility to assert mdast trees
    1. 67%
    2. 1k
    3. 0
  77. syntax-tree/hast-util-to-xast

    utility to transform to xast (xml)
    1. 67%
    2. 254
    3. 3
  78. syntax-tree/unist-util-size

    utility to calculate the number of nodes in a tree
    1. 66%
    2. 225
    3. 0
  79. syntax-tree/xast-util-to-string

    xast utility to get the text value of a node
    1. 66%
    2. 155
    3. 4
  80. syntax-tree/hast-util-transparent

    utility to check if a node is a transparent element
    1. 66%
    2. 9
    3. 1
  81. syntax-tree/nlcst-test

    utility to check assert an nlcst node
    1. 66%
    2. 72
    3. 2
  82. syntax-tree/hast-util-sectioning

    utility to check if a node is a sectioning element
    1. 66%
    2. 22
    3. 2
  83. syntax-tree/hast-util-assert

    utility to assert hast nodes
    1. 66%
    2. 16
    3. 0
  84. syntax-tree/hast-util-labelable

    utility to check whether a node is labelable
    1. 66%
    2. 21
    3. 2
  85. syntax-tree/hast-util-from-text

    utility to set the plain-text value of a node according to the innerText algorithm
    1. 66%
    2. 409
    3. 2
  86. syntax-tree/hast-util-script-supporting

    utility to check if a node is a script-supporting element
    1. 66%
    2. 25
    3. 0
  87. gorango/unist-util-ancestor

    Unist util for finding the closest common ancestor for multiple nodes
    1. 65%
    2. 37
    3. 2
  88. gorango/rehype-extract-meta

    Extract meta data from an HTML document
    1. 65%
    2. 248
    3. 3
  89. syntax-tree/unist-diff

    Diff two unist trees
    1. 65%
    2. 16
    3. 11
  90. syntax-tree/hast-util-truncate

    utility to truncate the tree to a certain number of characters
    1. 64%
    2. 48k
    3. 3
  91. syntax-tree/hast-util-excerpt

    utility to truncate the tree to a comment
    1. 64%
    2. 48k
    3. 2
  92. unified-doc/unified-doc-react

    react wrapper for unified-doc
    1. 61%
    2. 10
    3. 3
  93. ChristianMurphy/mdast-util-arbitrary

    Generate arbitrary mdast with fast check
    1. 61%
    2. 5
    3. 1
  94. unified-doc/unified-doc

    unified document APIs
    1. 60%
    2. 107
    3. 8
  95. remcohaszing/monaco-unified

    Get warnings and error messages in monaco editor based on a unified processor.
    1. 56%
    2. 5
    3. 18
  96. Find other projects matching unist on GitHub