You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
race condition with xfdcloser gadget. using TFD as an example, if this userscript's link ends up between the heading and the XFDCloser links, it's fine. but if this userscript's links end up after the XFDCloser links, it will grab the wrong #SectionName (because it's reading the XFDCloser link ID instead of the heading ID)
the link goes away after you do a visual editor edit/save. this can be fixed using mw.hook( 'postEdit' ).add(
Features
In addition to current things to copy, should have an option to copy title#section without being surrounded by brackets [[ ]]
paragraph symbol should be visible all the time, so stuff doesn't slide around
Bugs
mw.hook( 'postEdit' ).add(Features