[quick edit] | |
Description | Edit a section of a page without reloading Quick Edit adds a link .. | quick edit ] to the heading of each section to edit the section in a mini editor. The editor appears inline and allows you to make changes to a section without reloading. The editor has support for reviewing your changes, previewing your changes, marking as a minor edit, adding a summary, and handling edit conflicts. |
---|---|
Author(s) | User:BrandonXLF |
Status | Working |
First released | December 26, 2019 |
Source | QuickEdit.js (git) |
GitHub repository | wikipedia-user-scripts |
Quick Edit adds a link .. | quick edit ]
to the heading of each section to edit the section in a mini editor. The editor appears inline and allows you to make changes to a section without reloading. The editor has support for reviewing your changes, previewing your changes, marking as a minor edit, adding a summary, and handling edit conflicts.
importScript('User:BrandonXLF/QuickEdit.js'); // [[User:BrandonXLF/QuickEdit.js]]
mw.loader.load('/w/index.php?title=User:BrandonXLF/QuickEdit.js&action=raw&ctype=text/javascript'); // [[User:BrandonXLF/QuickEdit.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:BrandonXLF/QuickEdit.js&action=raw&ctype=text/javascript');
Comments are welcome on my talk page, be sure to indicate that you're talking about this script in the title. I would really like any suggestion to make the script run better.