No description provided.
@vue/compiler-sfc
JavaScript Performance Monitor
Easy way to render ThreeJS objects with built-in interaction defaults
A super simple lazy render script for whatever element(s) you want.
A React wrapper for Kapsule-style web components
>**Note:** >This is a legacy React addon, and is no longer maintained. > >We don't encourage using it in new code, but it exists for backwards compatibility. >The recommended migration path is to use [`React.PureComponent`](https://facebook.github.io/re
A shim for the setImmediate efficient script yielding API
A Vite plugin for prerendering apps to HTML at build time
>**Note:** >This is a legacy React addon, and is no longer maintained. > >We don't encourage using it in new code, but it exists for backwards compatibility. >The recommended migration path is to use [`React.PureComponent`](https://facebook.github.io/re
Force-directed graph layout using velocity Verlet integration.
A utility to track objects on a canvas by unique px color
A simple, lightweight markdown-it wrapper for Vue written in pure typescript.
Render JSX to an HTML string, with support for Preact components.
timeago.js is a simple library (only 1kb) to used to format datetime with `*** time ago` statement. eg: '3 hours ago'. localization supported.
render domhandler DOM nodes to a string
Visual debugging tool for Svelte applications.
Graphical primitives for visualization, such as lines and areas.
Parse and Render Epubs
Scan your React app for renders
Loading wrapper and TypeScript types for the PayPal JS SDK
Manage complex Svelte behaviors outside of templates with full type safety
An engine which produces an intermediary structure from HTML to create a React Native render tree.
Monkey patches React to notify you about avoidable re-renders.
Capcode plugin to render JavaScript via CoffeeScript
An absurdly simple script for rendering markdown with github styles.
When you rendering the ERB templates/partials, utility remembers javascript syntax and add it to the end of Ajax response body
HTML sanitizer with configurable allow lists for tags and attributes. Strip dangerous elements like script, style, and iframe tags, remove event attributes, and safely render user-generated content.
Javascript deferring to improve page speed. It moves the Javascript includes to the end of view, allowing the full rendering before start to download and execute scripts.
Jekyll plugin extracted from al-folio that renders MathJax, pseudocode, and TikZJax styles/scripts through Liquid tags.
FlowmorAnalytics makes it easy to include google, clicky, etc. analytic scripts into your application and they will only render in production (unless you override)
By default, ERB compiles a script from the template and stores the result as a string in memory. This is not great when dealing with templates that could end up being very large after rendering. ERB::FileOut provides a way to write the result of a template to disk instead of storing it in memory.
Jekyll plugin extracted from al-folio that renders Google Analytics, Cronitor RUM, Pirsch, and OpenPanel scripts with optional cookie-consent attributes.
Jekyll plugin extracted from al-folio that ships chart assets and conditionally renders Mermaid, ECharts, Plotly, Vega-Lite, Leaflet, and diff2html scripts.
Construct screencasts in Ruby! Write your script, declare your timeline, mix your audio, and render your video in an easily-edited, easily-repeated DSL. (Depends on ImageMagick, Sox, and FFMPEG for the heavy-lifting.)
== E9Tags An extension to ActsAsTaggableOn[http://github.com/mbleigh/acts-as-taggable-on] which "improves" on custom tagging, or at least makes it more dynamic. Additionally it provides some autocomplete rack apps and the corresponding javascript. == Installation 1. E9Tags requires jquery and jquery-ui for the autocompletion and tag-adding form, be sure they're loaded in your pages where the tags form will be rendered. 2. E9Tags extends ActsAsTaggableOn and requires it. Run it's generator if you have not. 3. Run the E9Tags install script to copy over the required JS rails g e9_tags:install 4. Then make sure it is loaded, how you do that doesn't matter, e.g. <%= javascript_include_tag 'e9_tags' %> 5. Create an initializer for that sets up the taggable models and their controllers. This gives the models the tag associations and methods and prepares their controller to handle the otherwise unexpected tag params. require 'e9_tags' require 'contacts_controller' require 'contact' E9Tags.controllers << ContactsController E9Tags.models << Contact OR You can just include the modules in your classes yourself. The first way really exists for the case where the classes you wish to extend are part of another plugin/gem. # in contact.rb include E9Tags:Model # in contacts_controller.rb include E9Tags::Controller 6. Render the tags form partial in whatever model forms require it. = render 'e9_tags/form', :f => f If you pass a context, it will be locked and no longer possible to change/add the contexts on the form (and as a side effect, the tags autocompletion will be restricted to that context). = render 'e9_tags/form', :f => f, :context => :users Finally if you pass a 2nd arg to :context you can set a tag context to be "private" (default is false). In this case the tag context will be locked as private (typically suffixed with *), meaning that the tags will not be publicly searchable/visible. This is useful for organizational tags tags, say if you wanted to arbitrarily group records, or create a custom search based on a tag context. = render 'e9_tags/form', :f => f, :context => [:users, true] NOTE: The form and javascript are intended to work out of the box, but the certainly aren't going to look pretty. If you do intend to use the forms, you'll no doubt need to style them.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.