aaroads-wiki / aaroads-config

0 stars 0 forks source link

DiscussionTools #5

Open rschen7754 opened 1 year ago

rschen7754 commented 1 year ago

https://www.mediawiki.org/wiki/Extension:DiscussionTools

Requires Extension:VisualEditor (comes with MediaWiki) Extension:Linter

mgronseth commented 1 year ago

I would love if we added this to simplify discussions with the new editors. VE has its issues, we can set things so that people edit the old way by default.

1ec5 commented 10 months ago

The DiscussionTools extension’s topic subscription feature is the only reason it touches the database as far as I know. This feature would be particularly useful to the AARoads community, which distributes discussions among wiki talk pages, the Discord server, and the forum. It’s a lot to keep up with, especially as a newbie.

rschen7754 commented 3 months ago

// Activate ONLY the 2017 wikitext editor by default $wgDefaultUserOptions['visualeditor-autodisable'] = true; $wgDefaultUserOptions['visualeditor-newwikitext'] = 1;