docbrown/app/views/articles/_klipse_script.html.erb
2018-02-28 16:11:08 -05:00

27 lines
974 B
Text

<script async>
window.klipse_settings = {
selector_reagent: '.language-reagent',
selector_eval_js: '.eval-js',
selector_eval_ruby: '.eval-ruby',
selector_es2017: '.eval-es2017',
selector_jsx: '.eval-jsx',
selector_transpile_jsx: '.language-transpile-jsx',
selector_eval_php: '.eval--php',
selector_eval_markdown: '.eval-markdown',
selector_eval_lambdaway: '.eval-lambdaway',
selector_eval_python_client: '.eval-python',
selector_eval_cpp: '.eval-cpp',
selector_eval_html: '.eval-html',
selector_sql: '.eval-sql',
selector_eval_scheme: '.eval-scheme',
eval_idle_msec: 40,
codemirror_options_in: {
showCursorWhenSelecting:true,
cursorHeight:1,
},
codemirror_options_out: {
}
};
</script>
<script src="https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js"></script>