Role Playing Game (RPG) Toolkit which facilitates easy-to-use and customizable checks. Ability checks, combat checks, and anything else you can imagine.
A CodeMirror 6 syntax highlighting theme for FEEL expressions
A customizable CodeMirror theme using CSS variables
Export entries, taxonomies, terms, or organization users to CSV
Contentstack CLI plugin to migrate HTML RTE to JSON RTE
Contentstack stack clone plugin
Contentstack CLI plugin to do branches operations
A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.
Contentstack CLI plugin to export content from stack
Contentstack CLI plugin for bulk publish actions
Interactive explorer plugin for GraphiQL.
Helper package to build CodeMirror packages
small commonmark compliant markdown parser with positional info and concrete tokens
Extensions for md-editor-rt and md-editor-v3.
The modeler extension for classic generators in AutoRest.
Shared CodeMirror 6 editor utilities
Bootstrap contentstack apps
Render indentation markers in CodeMirror
Quick notes about changes made to this package for each version.
write output to a file through shell commands
A syntax highlighter built to run in node and consume CodeMirror modes.
Solidity language support for CM6
It's like chess.js, but in ES6 and can handle variations (tree-structured move history)
Collection of clean and small ES6 modules for the web
Use the ActiveRecord mimicking API to write into CM and enjoy all the benefits of callbacks, validations and permission checking
** NOTE - This gem depends on e9_base, but does not reference it. It WILL NOT FUNCTION for apps which aren't built on the e9 Rails 3 CMS ** == E9Polls Provites a Poll renderable for the e9 Rails 3 CMS. == Installation 1. Include the gem and run the install generator to copy over the necessary files, then migrate. rails g e9_polls:install This will install the db migration, the JS and CSS required for the plugin to function properly, and an initializer. Modify the CSS as you see fit and the JS as required (carefully). Check out the initializer and modify if necessary. For non-Ajax fallbacks it uses the 'application' layout. This should be changed if the app doesn't use application layout as a sensible default. 2. Migrate the database. rake db:migrate 3. Finally, include the generated javascript and css (e9_polls.js and e9_polls.css) in the fashion suited to the app. 4. There is no #4.