Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm working on plugin development, console.log seems no console output, how can I output to the console?
console.log('test'); should output to console. If you are not seeing it maybe the code isn't getting triggered. Make sure your plugin is installed and active and there are no errors on startup.
console.log('test');
@baris Thanks, I figured out that the code wasn't being triggered, just as you said. I'm getting output now!