A powerful frontend JavaScript Plugin for MediaWiki written with jQuery
转到文件
NekoCharm fc5f3255c2
Merge pull request #255 from inpageedit/dependabot/npm_and_yarn/vite-5.0.13
build(deps-dev): bump vite from 5.0.10 to 5.0.13
2024-04-11 15:38:22 +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
dev chore: bump version (14.4.0) 2023-10-18 18:13:43 +08:00
public/i18n Merge branch 'master' into patch-1 2023-10-17 20:21:10 +08:00
src chore: remove missing RL module 2024-04-11 07:32:26 +00:00
.eslintignore chore: housekeeping 2023-08-24 17:49:16 +08:00
.eslintrc.cjs chore: housekeeping 2023-08-24 17:49:16 +08:00
.gitignore chore: houseleeping 2023-08-24 19:27:46 +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
.npmrc build!: replace package manager (yarn → pnpm) 2023-08-24 16:31:54 +08:00
.prettierrc.cjs refactor!: hey, it's modern times 2023-08-24 17:35:42 +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 doc: drop invisible chars 2023-08-24 16:37:59 +08:00
index.html chore: houseleeping 2023-08-24 19:27:46 +08:00
jsconfig.json build!: upgrade devDeps (#245) 2024-01-04 16:48:31 +08:00
package.json chore: bump version (14.5.2) 2024-03-07 15:04:49 +08:00
pnpm-lock.yaml build(deps-dev): bump vite from 5.0.10 to 5.0.13 2024-04-03 17:15:58 +00:00
vite.config.mjs build!: upgrade devDeps (#245) 2024-01-04 16:48:31 +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