codemirror-plugin-analytics
v1.0.0
Published
Codemirror plugin for enabling analytics
Maintainers
Readme
codemirror-plugin-analytics
Plugin for the CodeMirror Analytics project in the ReplIt Summer Kickoff Hacker Royale Hackathon.
Usage
Just import it. For support for theme and mode analytics, run the following (editor being the CodeMirror instance):
editor.on(
'optionChange',
CodemirrorAnalyticsHooks('YOUR_UUID_PROVIDED_ON_DASHBOARD').optionChange
);