Hi, in the last days I collected some feedback from using the tool at dewiki. I know some of the following points are already known and have a phabricator task, but I still want to mention them to indicate that these issues also came up on our project.
Already known:
- Don't show reply links on archives and pages which are not designated for further discussion (per NONEWSECTIONLINK): phab:T249293
- Dont't show reply links on pages you can't edit because of protection: phab:T276393
- Toolbar in source mode is missing: phab:T257391
- Missing possibility to define watchlist expiry: phab:T278190
- Restrictions on visual mode: Help:DiscussionTools/Reply tool visual mode limitations
- Editing (at least your own) comment afterwards: phab:T245225
And now some (I guess) new points, please excuse if there are any already being discussed:
- We use editMenus as a standard gadget on dewiki as the replacement for MediaWiki:Onlyifediting.js and mw.toolbar. This adds a bar with special characters below the wikitext editor (see screenshot on the gadget's page). It would be nice and consistent to have this one also while replying. The maintainer of the gadget said that he needs a hook being fired when opening the reply tool for adding the bar, because currently it is only loaded at page load once for all visible edit boxes.
- Reply links also show up in templates that (for example) indicate when a discussion is closed. On dewiki we use :de:Template:Erledigt which requires a signature for the archive bot. Currently the reply link is shown inside the template and could lead unexperienced users to reply to the topic even though it's marked as closed (no further replies wanted). Maybe you could introduce a css class indicating elements in which signatures should not get a reply link.
- The standard wikitext editor uses syntaxhighlight with CodeMirror. I don't know if it's possible to adapt to the reply form, but would make handling of wikitext more consistent.
- It is currently not possible to mark your reply as minor change
- There is no space added between colon and reply text, could make the source harder to read while editing the page in a normal way
A personal note from me at the end: I think this is the best new feature since years and finally an approach to simplify discussion pages without breaking the workflow of experienced users. So thank you very much for your effort. And as you can see on the Kurier page, the dewiki community is not always rejecting changes ;)