npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

wikiplus-highlight

v3.0.8

Published

A plugin for the MediaWiki front-end add-on "Wikiplus"

Downloads

347

Readme

Wikiplus-highlight

npm version CodeQL

Wikiplus-highlight 是由 Bhsd 编写的一款 Wikiplus 语法高亮插件,它主要基于 MediaWiki 内置的 JavaScript 模块CodeMirror 编写。

使用方法

个人 JS 页添加以下代码:

mw.loader.load('//cdn.jsdelivr.net/npm/wikiplus-highlight');

mw.loader.load('//unpkg.com/wikiplus-highlight');

更多插件

使用 Vector 皮肤或 MediaWiki 1.35 及以上的 Minerva Neue 皮肤时,在右上角的【更多】菜单将添加一个【CodeMirror插件】选项,点击后可以选择想要加载的 CodeMirror 插件。其他桌面版皮肤(包括 TimelessMonoBookCitizen)会在类似性质的菜单中插入这一选项。修改插件设置后将立刻生效。

高亮当前行

使用这一插件时,光标所在行将添加浅青色背景。

显示不可见字符

使用这一插件时,不可见字符将以红色小圆点的形式显示。

显示空白字符

使用这一插件时,空格将以小圆点的形式显示,制表符将以箭头的形式显示。

显示尾随空格

使用这一插件时,每一行的尾随空格将添加橙红色背景。

匹配括号

匹配的括号对会添加青色背景,未匹配的单个括号会添加暗红色背景。

自动闭合括号和引号

MediaWiki 模式下自动闭合生效的字符包括 ([{",不包括 '。如果在选中部分文字的情况下键入这些字符,选中的文字会被成对的括号或引号包裹。

匹配标签

匹配的标签对或自封闭标签会添加青色背景,未匹配的标签会添加暗红色背景。注意被高亮标记为错误的标签不会进行匹配。

代码折叠

光标移动至模板内部时会在光标上方出现一个 标记,点击即可折叠模板参数。折叠后使用一个带有虚线边框的 标记占位,点击该标记将重新展开折叠的代码部分。同时添加以下快捷键:

  • Ctrl + Shift + [/Cmd + Alt + [: 折叠选中的文字(如果可行)
  • Ctrl + Shift + ]/Cmd + Alt + ]: 展开选中的文字
  • Ctrl + Alt + [: 折叠所有模板的参数
  • Ctrl + Alt + ]: 展开所有折叠的代码

HTML/URL编码快捷键

添加以下快捷键:

  • Ctrl/Cmd + [: 将选中的文字转换为HTML实体
  • Ctrl/Cmd + ]: 将选中的文字解码或转换为URL编码

快速打开链接

按住 Ctrl/Cmd 并点击被高亮标记为内部链接、模板标题或外部链接的文字时,会在新标签页打开对应页面。

维基语法检查

这个功能基于 wikiparser-node。开启后将在编辑框内提示可能存在的维基语法错误。

添加 WikiEditor 工具栏

工具栏遵从当前网站安装的 WikiEditor 扩展的版本。

自动填充

自动填充功能会在输入 {{__ 时自动填充魔术字,输入 <</ 时自动填充标签名。

调整缩进

这是一个设置选项。默认设置下使用 Tab 进行缩进。

Supported languages

  • English (en)
  • 中文(简体) (zh-hans)
  • 中文(繁體) (zh-hant)

GNU General Public License 3.0