NovemLinguae

Results 159 comments of NovemLinguae

I'd support adding regex. We use pygments on MediaWiki/Wikipedia to support highlighting `` code blocks. Sometimes it'd be useful to pick `` and get some highlighting of regex code. Main...

One way to do it would be to use the HTML property `contenteditable="true"` and a bunch of `` tags. Then use JavaScript to detect changes to a `` and update...

> Does it have the extensive feature set of these [two](https://github.com/jasonwilliams/mediawiki-support/raw/master/syntaxes/mediawiki.tmLanguage.json) [files](https://github.com/Frederisk/Wikitext-VSCode-Extension/blob/master/syntaxes/wikitext.tmLanguage.json)? > > Note only the second file is very good at handling template parameter/argument values, which allow any...

Also reported by MB at https://en.wikipedia.org/wiki/Special:Permalink/1107099464#Patrolling_with_Twinkle

Tried to use {{Db-afc-move}} today. It's not in Twinkle or AFCH yet. First I forgot what the template name was so I had to spend a few minutes finding it....

How about renaming Prefs to Config?

Hey I just had an idea. How about we only have "Config" display for Vector and Timeless. Any objections to that?

Hi @Amorymeltzer. Sorry to bug you again. Was just wondering if my two changes above assuage your concern? Thanks for your time.

[This patch](https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Gadgets/+/758086/) was +2'd today, opening the door for gadgets to start using ES6. Next Thursday when this deploys, do we want to switch Twinkle over to ES6? If so,...

I see a bunch of JavaScript versions here. Are these all safe for Twinkle/gadget use now? Or do we need to look into having the linter continue enforcing a block...