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

mediawiki-inpageedit

v14.5.2

Published

A useful MediaWiki JavaScript Plugin written with jQuery

Downloads

625

Readme

InPageEdit Logo

InPageEdit是由机智的小鱼君编写的一款 MediaWiki 多功能插件,它主要基于 jQuery 编写。具有较好的移动设备支持以及~~毫无卵用~~的五彩斑斓设计。主要功能旨在使许多 MediaWiki 的功能在不打开新标签页的情况下完成(包括但不限于编辑),极大加快维护 wiki 的速度。插件采用模块化设计,提供许多 API 可以自由调用,详见 API - InPageEdit Documentations

特色功能

详见 InPageEdit Documentations

快速上手

个人 JS 页添加以下代码:

/**
 * 从下面的方法中任选一个即可 Choose one from the following
 */
// 1. jsdelivr
mw.loader.load('https://cdn.jsdelivr.net/npm/mediawiki-inpageedit')
// 2. unpkg
mw.loader.load('https://unpkg.com/mediawiki-inpageedit')

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox 或 Safari:按住 Shift 的同时单击刷新,或按 Ctrl-F5 或 Ctrl-R(Mac 为 ⌘-R)
  • Google Chrome:按 Ctrl-Shift-R(Mac 为 ⌘-Shift-R)
  • Internet Explorer:按住 Ctrl 的同时单击刷新,或按 Ctrl-F5
  • Opera:前往菜单 → 设置(Mac 为 Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。

详见 Quick Start Guide - InPageEdit

Supported languages

  • English (en)
  • العربية (ar)
  • Français (fr)
  • Hindī (hi)
  • 日本語 (ja)
  • Nederlands (nl)
  • Polski (pl)
  • Português do Brasil (pt-br)
  • 中文(简体) (zh-hans)
  • 中文(繁體) (zh-hant)

Help us to translate InPageEdit~

InPageEdit is a useful MediaWiki JavaScript Plugin written with jQuery, written by 机智的小鱼君/Dragon Fish

© InPageEdit Copyright (C) 2019 - present Wjghj Project, GNU General Public License 3.0 See more: GitHub | Update logs | File issues