Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inpageedit/inpageedit-v2

A powerful frontend JavaScript Plugin for MediaWiki written with jQuery
https://github.com/inpageedit/inpageedit-v2

inpageedit mediawiki mediawiki-gadget

Last synced: 7 days ago
JSON representation

A powerful frontend JavaScript Plugin for MediaWiki written with jQuery

Awesome Lists containing this project

README

        

[![InPageEdit Logo](https://ipe.js.org/images/logo/InPageEdit.png)](https://ipe.js.org/images/logo/InPageEdit.png)

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

## 特色功能

> 详见 [InPageEdit Documentations](https://ipe.js.org/)

## 快速上手

[![](https://data.jsdelivr.com/v1/package/npm/mediawiki-inpageedit/badge)](https://www.jsdelivr.com/package/npm/mediawiki-inpageedit)

在*个人 JS 页*添加以下代码:

```javascript
/**
* 从下面的方法中任选一个即可 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](https://ipe.js.org/guide/install/quick-start.html)

## 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](https://blog.wjghj.cn/author)

© InPageEdit Copyright (C) 2019 - present Wjghj Project, [GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0-standalone.html)

See more: [GitHub](https://github.com/inpageedit/inpageedit-v2) | [Update logs](https://ipe.js.org/update/) | [File issues](https://github.com/inpageedit/inpageedit-v2/issues)