vscode-markdownlint
Markdown linting and style checking for Visual Studio Code (by DavidAnson)
vscode-marky-stats
Markdown stats. (by robole)
Our great sponsors
vscode-markdownlint | vscode-marky-stats | |
---|---|---|
2 | 1 | |
639 | 2 | |
- | - | |
7.5 | 2.4 | |
1 day ago | 10 months ago | |
JavaScript | JavaScript | |
MIT License | - |
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.
vscode-markdownlint
Posts with mentions or reviews of vscode-markdownlint.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-05.
-
Tool to automatically enforce Markdown style/formatting
There is a very impressive Markdown Linter for VSCode markdownlint. It has built in rules that can be several different ways, it also supports custom rules written in JavaScript.
-
flycheck markdownlint ignores configuration file
I'm trying to use flycheck with markdown-markdownlint-cli. Running markdownlint-cli2 via shell and the VSCode Markdownlint Plugin are respecting the configuration file, but flycheck doesn't.
vscode-marky-stats
Posts with mentions or reviews of vscode-marky-stats.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-16.
-
Write a VS Code extension in JavaScript, not TypeScript ^
Like any JavaScript project, you can use any bundler you wish. Bundling can make even an extension with just a few modules load considerably faster. I looked at this with Marky Stats which has 3 short modules, and it improved the loading time. This is optimization, if you are beginner, do not feel obligated to do it. Pace yourself!
What are some alternatives?
When comparing vscode-markdownlint and vscode-marky-stats you can also consider the following projects:
remark-lint - plugins to check (lint) markdown code style
obsidian-linter - An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility.
AutoIt-VSCode - AutoIt Extension for Visual Studio Code
stylelint - A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
vscode-extension-samples - Sample code illustrating the VS Code extension API.
vscode-vsce - VS Code Extension Manager