very fast mongoid compatible unique string ids
KeystoneJS MongoId Field Type
KeystoneJS MongoId Field Type
This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.
Store information about any JS value in a side channel, using a linked list
Match human-quality input to potential matches by edit distance.
Domain name parser based on the Public Suffix List
mdast extension to parse and serialize GFM task list items
micromark extension to support GFM task list items
Lazy-evaluating list of files, based on globs or regex patterns
Utility methods and plugin for cssnano projects
List-related schema elements and commands for ProseMirror
list item extension for tiptap
Mongo Provider for Contexture
list keymap extension for tiptap
Parse CSS media query lists.
HTML parser and serializer.
Complete list of standard emojis.
ordered list extension for tiptap
List of binary file extensions
React Virtual List Component
bullet list extension for tiptap
List extension for tiptap
List of Git hooks
Simple list behavior for Mongoid
Make your Mongoid model acts as a list. This acts_as extension provides the capabilities for sorting and reordering a number of objects in a list. The instances that take part in the list should have a +position+ field of type Integer.
Implementation of the acts as list gem for Mongoid
Enables Mongoid models to track their position in list
Creates a (doubly) top linked list out of your documents. Every change makes a new revision. Basically a read optimized versioning system.
Mongoid::ACL allows you to easily add access control lists to your Mongoid::Document objects. This implementation assumes you need to check acl's when loading an object, it's not efficient if you want to retrieve all the objects an actor has rights on (though it could be if they are all in the same collection). This handles storing and reading permissions only, any actual checking of permissions needs to be done in your application using the methods provided (see usage in README)