New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

textlint-plugin-typst

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textlint-plugin-typst

textlint plugin to lint Typst

latest
Source
npmnpm
Version
1.4.2
Version published
Maintainers
2
Created
Source

textlint-plugin-typst

NPM Version NPM Downloads NPM License CI

textlint plugin to lint Typst

Installation

# npm
npm install textlint-plugin-typst

# Yarn
yarn add textlint-plugin-typst

# pnpm
pnpm add textlint-plugin-typst

# Bun
bun add textlint-plugin-typst

Usage

{
  "plugins": {
    "typst": true
  }
}

Options

  • extensions: string[]
    • Additional file extensions for Typst

Syntax support

This plugin supports the syntax of Typst v0.14.2.

Legend for syntax support:

  • ✅: Supported
  • 🚫: Not in progress
  • ⌛️: In progress
  • ⚠️: Partially supported (with some caveats)
TypsttextlintMarkupFunction
Paragraph breakParagraph🚫
Strong emphasisStrong🚫
EmphasisEmphasis🚫
Raw textCode / CodeBlock🚫
LinkLink🚫
LabelCode🚫
ReferenceCode🚫
HeadingHeader🚫
Bullet listList / ListItem🚫
Numbered listList / ListItem🚫
Term listList / ListItem⚠️🚫
MathCode / CodeBlock🚫
Line breakBreak🚫
Smart quoteStr🚫
Symbol shorthandCode🚫
Code expression
Character escapeCode🚫
CommentComment🚫

Examples

textlint-filter-rule-comments

Example of how to use textlint-filter-rule-comments is shown below.

This is error text.

/* textlint-disable */

This is ignored text by rule.
Disables all rules between comments

/* textlint-enable */

This is error text.

Also, you can use single-line comments.

This is error text.

// textlint-disable

This is ignored text by rule.
Disables all rules between comments

// textlint-enable

This is error text.

Contributing

This project is still under development, so please feel free to contribute!

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

Maintainers

License

MIT License

Keywords

textlint

FAQs

Package last updated on 04 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts