vfile
Virtual file format for text processing used in @unifiedjs (by vfile)
unist
Universal Syntax Tree used by @unifiedjs (by syntax-tree)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vfile
Posts with mentions or reviews of vfile.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-07.
-
How to create a custom lint rule for Markdown and MDX using remark and ESLint
file (required): a virtual file format.
unist
Posts with mentions or reviews of unist.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-25.
- What tools/internal projects/app/scripts/automation stuff have you built at work to improve your development experience?
-
Converting and customizing Markdown files to HTML with Unified, remark & rehype
remark parses and process the Markdown text, and converts it into an abstract syntax tree (AST). This tree is composed of unist nodes, which follow the Markdown Abstract Syntax Tree (mdast) structure.
-
How to create a custom lint rule for Markdown and MDX using remark and ESLint
Because we will be inspecting a mdast, which is a markdown abstract syntax tree built upon unist, we can take advantage of the many existing unist utilities to inspect our tree's nodes.
What are some alternatives?
When comparing vfile and unist you can also consider the following projects:
mdast - Markdown Abstract Syntax Tree format
unified - Parse, inspect, transform, and serialize content with syntax trees
unist-util-visit - utility to visit nodes
hast - Hypertext Abstract Syntax Tree format
eslint-mdx - ESLint Parser/Plugin for MDX