转到文件
WaitSpring 24cd650bde Merge branch 'master' of https://git.qiuwen.wiki/InterfaceAdmin/InPageEdit
Signed-off-by: WaitSpring <me@waitspring.com>
2023-04-12 09:43:02 +08:00
.github Add CodeQL workflow for GitHub code scanning 2022-11-09 08:19:58 +00:00
.vscode chore: update devDeps, update api.json, fix typos (bump version: 14.1.6-alpha.17) 2021-05-19 23:21:50 +08:00
assets chore: improve code structure (#142) 2021-07-19 23:29:57 +08:00
i18n fix typo (#217) 2023-02-12 01:23:02 +08:00
src Merge branch 'master' of https://git.qiuwen.wiki/InterfaceAdmin/InPageEdit 2023-04-12 09:43:02 +08:00
.eslintignore chore: improve code structure (#142) 2021-07-19 23:29:57 +08:00
.eslintrc.js chore: update lintrc 2021-12-21 21:32:44 +08:00
.gitignore chore: update devDeps, update api.json, fix typos (bump version: 14.1.6-alpha.17) 2021-05-19 23:21:50 +08:00
.npmignore chore: update devDeps, update api.json, fix typos (bump version: 14.1.6-alpha.17) 2021-05-19 23:21:50 +08:00
.prettierrc.js patch: version 14.1.9 (#149) 2021-08-13 20:01:54 +08:00
LICENSE chore: update devDeps, update api.json, fix typos (bump version: 14.1.6-alpha.17) 2021-05-19 23:21:50 +08:00
README.md docs: update README installation instructions 2022-04-27 13:41:11 +08:00
package-lock.json remove analytics 2023-04-12 09:39:36 +08:00
package.json chore: bump version(14.3.3) 2023-02-18 20:24:51 +08:00
tsconfig.json patch: version 14.1.9 (#149) 2021-08-13 20:01:54 +08:00
webpack.config.js chore: jsdoc 2021-12-21 21:30:32 +08:00
yarn.lock remove analytics 2023-04-12 09:39:36 +08:00

README.md

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-RMac 为 ⌘-R
  • Google Chrome按 Ctrl-Shift-RMac 为 ⌘-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