obsidian-linter VS remark

Compare obsidian-linter vs remark and see what are their differences.

obsidian-linter

An Obsidian plugin that formats and styles your notes with a focus on configurability and extensibility. (by platers)

remark

markdown processor powered by plugins part of the @unifiedjs collective (by remarkjs)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
obsidian-linter remark
11 42
995 7,172
- 1.7%
9.4 6.9
8 days ago 6 days ago
TypeScript JavaScript
MIT License 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.

obsidian-linter

Posts with mentions or reviews of obsidian-linter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-19.
  • Do any of us use a linter?
    2 projects | /r/ObsidianMD | 19 Nov 2023
    I did some searching and found a tool by Victor Tao (not me), called Obsidian Linter, and it got me wondering, have any of you found success using this tool, or something similar? I have been working with it for a minute now, and though a lot of my time right now is spent tweaking the linting options, I feel once I have gotten everything set up the way I need it, this could be quite the game changer for my productivity and note-taking speed.
  • TTRPG, YAML, and Pathfinder 1e Bestiary Escape Help
    3 projects | /r/ObsidianMD | 12 Oct 2023
    It turns out that the plugin Linter is able to automatically escape YAML keys that shouldn't be there, including this exact use case, a colon followed by a space. The trouble is that it is not doing it, which I assume means Linter is only parsing the frontmatter YAML for this issue and is not checking the content between ```. Anyone able to point me in the right direction would be greatly appreciated!
  • Automatically move completed todo-items to end of list
    2 projects | /r/ObsidianMD | 29 Nov 2022
  • how I can add YAML automatically?
    4 projects | /r/ObsidianMD | 8 Aug 2022
    Maybe Linter is something for you. I use it to add/remove frontmatter.
  • YAML tags vs Normal tags in Obsidian
    2 projects | /r/ObsidianMD | 11 Jul 2022
    And then i use [Linter](https://github.com/platers/obsidian-linter) the remove the "#".
  • Tool to automatically enforce Markdown style/formatting
    3 projects | /r/Markdown | 5 Jan 2022
    There’s a linter plugin for Obsidian, too.
  • easily track when files were created or modified?
    3 projects | /r/ObsidianMD | 20 Dec 2021
    You can use the frontmatter for this. I like the Linter plugin bc it can easily create and update that for you. As for linking to the calendar, there are a few ways to achieve that. You could probably use DataView with the frontmatter mentioned above, but I am not as familiar with that. I just the Calendar + Periodic Notes plugins to create daily notes using a template, which includes this:

remark

Posts with mentions or reviews of remark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • Which software do you use to create presentations using Vim that is superior to existing ones?
    10 projects | /r/neovim | 11 Dec 2023
    I also didn't try this tool but it's called RemarkJS which is named too similar to revealjs.
  • How We Started Managing BSA Delivery Processes on GitHub
    6 projects | dev.to | 26 Nov 2023
    remark. Primarily, this is a linter for Markdown. Additionally, thanks to its numerous plugins, it allows us to perform additional checks for grammatical mistakes within the content itself. Before using this linter, our content was not scrutinized to this extent.
  • I built an Markdown editor using Next.js and TailwindCss 🔥
    5 projects | dev.to | 14 Nov 2023
    Add Remark and Rehype plugins
    5 projects | dev.to | 14 Nov 2023
    Rehype and Remark are plugins used to transform and manipulate the HTML and Markdown content of a website, helping to enhance its functionality and appearance.
  • how to retain position of markdown element in remark.js
    3 projects | dev.to | 4 Sep 2023
    I usually combine remark-parse, remark-rehype and rehype-react to transform markdown into react components. The configuration of the processor is like:
  • Building an Astro Blog with View Transitions
    5 projects | dev.to | 24 Aug 2023
    Astro content collection are as simple as a folder containing a bunch of Markdown (or Markdoc or MDX) files if that's the only thing you need, but they can also do relationship matching between different collections, frontmatter validation using zod and you can also customize how the markdown is parsed and translated to html using rehype and remark and their plugin ecosystem.
  • Simple markdown plugin to open external links in a new tab
    2 projects | dev.to | 4 Jun 2023
    On my personal blog I have few external links in my posts. I wanted to keep people on my website by applying target="_blank" on external (those what don't reference to my site) links. This is a common and good practice too. I write my content in Markdown, so I decided to write a remark plugin. It is simple to implement, just few lines of code.
  • Create an Interactive Table of Contents for a Next.js Blog with Remark
    5 projects | dev.to | 21 Apr 2023
    Although we are building a custom table of contents, we won't have to write everything from scratch. To separate the Markdown/MDX content from the front matter, we'll use the Gray-matter package. It is optional in case you don't have front matter in your Markdown files. To process the Markdown itself, we'll use the Remark package. We'll also need the unist-util-visit package for traversing node trees and mdast-util-to-string for getting the text content of a node.
  • How to integrate your blog with dev.to API Next.js 13
    5 projects | dev.to | 16 Feb 2023
    That's all to render the post as HTML, there are lots of things you can do to customize the results, you can check the remark plugins and rehype plugins to pass as props to and you can also take a look at some other bloggers if you're looking for different styles for example Lee Robinson's or if you liked mine.
  • Contentlayer with next/image
    11 projects | dev.to | 4 Jan 2023
    contentlayer uses remark to parse the markdown in an mdast. We can now use remark plugins to modify the mdast. Then rehype comes into play and converts the mdast into a hast. rehype plugins can now modify the hast. Finally the hast is converted into react components.

What are some alternatives?

When comparing obsidian-linter and remark you can also consider the following projects:

marked - A markdown parser and compiler. Built for speed.

markdown-it - Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed

rehype - HTML processor powered by plugins part of the @unifiedjs collective

react-markdown - Markdown component for React

gray-matter - Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert

vscode-markdownlint - Markdown linting and style checking for Visual Studio Code

micromark - small, safe, and great commonmark (optionally gfm) compliant markdown parser

Templater - A template plugin for obsidian

URI.js - Javascript URL mutation library

nextjs-prism-markdown - Example using Prism / Markdown with Next.js including switching syntax highlighting themes.

JSONStream

mdx - Markdown for the component era