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

wikitext-lsp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikitext-lsp

Standalone language server for MediaWiki Wikitext

latest
Source
npmnpm
Version
1.6.0
Version published
Maintainers
1
Created
Source
WikiParser-Node logo

WikiParser Language Server

npm version CodeQL CI Codacy Badge

Language Server Protocol implementation for Wikitext.

Installation

You can install this via npm:

npm i -g wikitext-lsp

Features

Linting and quick fixes, offered by WikiLint

Linting

Auto-completion

Auto-completion

Color preview

Color preview

Code navigation

Code navigation
Followable links

Symbol renaming

Symbol renaming

Code folding

Code Folding

Outline view

Outline

Hover

Hover

Help with parser function signatures

Parser function signatures

Inlay hints

Inlay hints

Configuration

ConfigurationDescriptionDefaultExample
wikiparser.articlePathSpecify the article path of the wiki site.
Also set the parser configuration automatically for all language editions of Wikipedia.
https://en.wikipedia.org/wiki/
wikiparser.configManually specifiy the absolute path to the parser configuration file or the name of a preset configuration.enwiki
wikiparser.userSpecify the policy-compliant user information (a URI for wiki userpage or an email address) for the User-Agent header of HTTP requests sent to WMF sites from the language server.user@example.net or https://meta.wikimedia.org/wiki/User:Example
wikiparser.linter.enableEnable diagnostics.true
wikiparser.linter.severityDisplay or hide warnings.errors onlyerrors and warnings
wikiparser.linter.configSpecify the path to the linter configuration file. It can be a path relative to the directory of the active file or an absolute path..wikilintrc.json or .wikilintrc.js
wikiparser.linter.lilypondSpecify the path to the LilyPond executable to lint <score>./opt/homebrew/bin/lilypond
wikiparser.completionEnable auto-completion.true
wikiparser.colorEnable color decorators.true
wikiparser.hoverEnable hover information.true
wikiparser.inlayEnable inlay hints for anonymous template/module parameters.true
wikiparser.signatureEnable parser function signature help.true

Usage

wikitext-lsp --stdio

Changelog

Please see the CHANGELOG of the associated VS Code extension.

Keywords

mediawiki

FAQs

Package last updated on 23 Feb 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