Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Emmet

The essential toolkit for web-developers
Collective - Host: opensource - https://opencollective.com/emmet - Website: https://emmet.io - Code: https://github.com/emmetio

Fixed bug with invalid special tag parsing

github.com/emmetio/html-matcher - cbea5c762daf536ba0de7f589a2fe204a5a98826 authored over 7 years ago
Basic working SCSS implementation

github.com/emmetio/stylesheet-analyzer - 78279a331b6d872e25a87f3fc6ae7269c4c2ca26 authored over 7 years ago
Prepare for publishing

github.com/emmetio/codemirror-plugin - fcf8c8c86089fa949dec2ff3b260c07b917972b3 authored over 7 years ago
Support custom snippets

github.com/emmetio/codemirror-plugin - bdcb26f24ff46de084c5cdac22c797ce255b6c38 authored over 7 years ago
Resolve snippets first

Custom snippets may contain implicit names, e.g. `foo: .foo[bar=baz]`. Previous implementation r...

github.com/emmetio/expand-abbreviation - e6c8362a1773002420cbe36e00f074460bc2bec9 authored over 7 years ago
Disable auto completions popup after it was manually hidden

github.com/emmetio/codemirror-plugin - f6d376e3f4115083864bb2d9e9bd3a7e85e71ffc authored over 7 years ago
Stylesheet completions

github.com/emmetio/codemirror-plugin - ea87a76a2dbdc9c89791bffbc7b9d1fff62117c6 authored over 7 years ago
A working example of renewed plugin API and autocomplete

github.com/emmetio/codemirror-plugin - bbbe909ba4ee0f24006bd6a51388c6efa4b5b605 authored over 7 years ago
Working on better API of Emmet extension

github.com/emmetio/codemirror-plugin - b568c209aef1ba6d209032ad4fa11879a1bdb301 authored over 7 years ago
Basic autocomplete support

github.com/emmetio/codemirror-plugin - 881d716e48c28ec3e14db0721f6cfb69b4fe2124 authored over 7 years ago
Working on autocomplete module

github.com/emmetio/codemirror-plugin - 66603c46587fb7dd1a65a5d6b729155f9f14860f authored over 7 years ago
Separate browser bundle builder

github.com/emmetio/codemirror-plugin - 472ec4219c91f771bb1fb78bdcd848f41c126c79 authored over 7 years ago
Insert Formatted Line Break action

github.com/emmetio/codemirror-plugin - 710948562fe55e5757e4669d1031663bcabdc18c authored over 7 years ago
Working Expand Abbreviation action

github.com/emmetio/codemirror-plugin - 04c0f1ad33c4b74235cf08cd3a96c55218867448 authored over 7 years ago
Improved fields injection

github.com/emmetio/stylesheet-formatters - 0d8786a1b48e5ec3c380052a72bb0269837f7453 authored over 7 years ago
Support closing slash in abbreviations

github.com/emmetio/extract-abbreviation - 776970a7c8b7035676c216e019e32a4a942ef658 authored over 7 years ago
Initial implementation (probably not working)

github.com/emmetio/codemirror-plugin - 7cb2ffdabd018f0daacca2171b6d35bbab2638a5 authored over 7 years ago
Updated dependencies

github.com/emmetio/expand-abbreviation - 886886d06c8f79d5600cfbaed62be88499836f5d authored over 7 years ago
Renamed "jsnext:main" to "module" in package.json

github.com/emmetio/snippets-registry - 15e93fcb719c7deb8f3ffaa7dca9fb450949fe80 authored over 7 years ago
Improved completions for CSS

github.com/emmetio/atom-plugin - 45a43c4b3547618b90dda069cfcfb2e7d9e0bd14 authored over 7 years ago
Removed wrong deps from package

github.com/emmetio/expand-abbreviation - 310973fdb093268a56f75bd65dee4e686663d46b authored over 7 years ago
Fixed broken @-snippet matching

github.com/emmetio/css-snippets-resolver - 4b612078a245143d5760f737760e40a77089b7c3 authored over 7 years ago
Improved keyword matching

github.com/emmetio/css-snippets-resolver - e272a2cf0de3798fad4efa8cc563151357bbec99 authored over 7 years ago
Export CSS snippets transformer

github.com/emmetio/css-snippets-resolver - 31b78785b05cde14420612cd19cb99b67a7c3a48 authored over 7 years ago
Abbreviation completions are name-sensitive

github.com/emmetio/atom-plugin - 89bfa096c331fd013d28a11768bc6d4fcab7e117 authored over 7 years ago
Disable auto-activation inside source embedded into HTML

Fixes #17

github.com/emmetio/atom-plugin - 37bfbd939c0b38c212ca1f4f58af141addb5b323 authored over 7 years ago
Keep autocomplete popup visible when moving inside abbreviation

Fixes #15, #6

github.com/emmetio/atom-plugin - 2610bb1e5d5bb26a056f2f1914341227491798b7 authored over 7 years ago
Support _ in ID and CLASS attributes

github.com/emmetio/abbreviation - f12819c1a465e2873ebfe734b9ca375a6b53b900 authored over 7 years ago
Updated dependencies

github.com/emmetio/expand-abbreviation - a53b1975cda85b715d9fad79f83c1714c51cc5a0 authored over 7 years ago
Fixed box-sizing snippet

github.com/emmetio/snippets - db7b7b809b7a1851f0c0416f411dc4ce5a749471 authored over 7 years ago
Use keyword position to win ambiguous match

github.com/emmetio/css-snippets-resolver - f3feb77e99443e5968162a4b6c94c300b9d5df9a authored over 7 years ago
Resolve unbatched abbreviation part against snippet key

github.com/emmetio/css-snippets-resolver - b3000af5ed55289778b8e5216cbe07c9b732c366 authored over 7 years ago
Fixed formatting of nested inline elements

github.com/emmetio/markup-formatters - f3231570236da1d0e6d2478c68cecfd891ea4a08 authored over 7 years ago
Support dashes in embedded variables

github.com/emmetio/css-abbreviation - e7bb21494ec36804690d0a9e01e21992a2c725d1 authored over 7 years ago
Use colon as value separator

github.com/emmetio/css-abbreviation - 6c898c955dc6277cffe6165d1eb1dd3dd93b308e authored over 7 years ago
Added flex-* as unitless properties

github.com/emmetio/css-snippets-resolver - 5b0b0fc553dd2866be25c05c4c3cd1f26af152bd authored over 7 years ago
More flex-* properties

github.com/emmetio/snippets - 00565408c3815eb84b25ed4db87cc7920ca9a3de authored over 7 years ago
Support stylesheets in Update Image Size action

github.com/emmetio/atom-plugin - 1905734d5f05970a68a572a284e8a1de9ffd152f authored over 7 years ago
Support stylesheets in Toggle Block Comment action

github.com/emmetio/atom-plugin - c3f97d254c4c0e9ac795a55a82e778d3ef71b58d authored over 7 years ago
Collect comments into a stylesheet root node

github.com/emmetio/css-parser - 0b865b2d8aff097661c9b92af666f513c023e1b1 authored over 7 years ago
Support CSS in Select prev/next actoin

github.com/emmetio/atom-plugin - c20cde8ea2549b95fbea1af3ffc8553f0134e83c authored almost 8 years ago
Actions code refactoring

github.com/emmetio/atom-plugin - 1196c031c432876919f889fa898e272e444235d1 authored almost 8 years ago
Support CSS in Convert data:URL action

github.com/emmetio/atom-plugin - 506e92bd1e883af3a03c3d137f65672fe486e993 authored almost 8 years ago
Support CSS in Balance action

github.com/emmetio/atom-plugin - 13cc6e9dedf10ac0f4f5570d083495f8a4a2848d authored almost 8 years ago
Support styalesheet document model

github.com/emmetio/atom-plugin - b202db0a9ff90d5943889734f8c80b18f7dd702c authored almost 8 years ago
Use explicit tokens for rules’ content start and end

github.com/emmetio/css-parser - 1cf84bcb5b7f68f16553f527920d315302e006c8 authored almost 8 years ago
Added rollup-plugin-node-resolve

github.com/emmetio/css-parser - dfad5b65eb9548948411eccae2cd39db5963571c authored almost 8 years ago
Prepare for release

github.com/emmetio/css-parser - 40e30a7675015a63f1cd9d58441c4f0379e29e35 authored almost 8 years ago
Support detailed property parser

github.com/emmetio/css-parser - 3942002325c21b4efa48732839fa609ea755417a authored almost 8 years ago
Renamed selector parser to list parser

github.com/emmetio/css-parser - 2e7e54494434ca7dc472148248645013c9b52393 authored almost 8 years ago
Merge branch 'nb82'

github.com/emmetio/netbeans - 72bab778d059da51c1a570afe89e124a5fa7b0d9 authored almost 8 years ago
Update README

github.com/emmetio/netbeans - fde82009b9f49635b663d91248c639421a2bc564 authored almost 8 years ago
Merge branch 'nb81'

github.com/emmetio/netbeans - f3d5e916118a0bbf3012e42b0ad5d44cdbe5a651 authored almost 8 years ago
Detailed CSS rule parser

github.com/emmetio/css-parser - a35dab562372f24fa4beec661f9fd2ffea3f6093 authored almost 8 years ago
Code refactoring

github.com/emmetio/css-parser - 953aea0025f67477519a34fbd2295ef17115da79 authored almost 8 years ago
Fixed arguments token start

github.com/emmetio/css-parser - 5d93115c14b341246d6d0b08e70fd3099ceb6b3d authored almost 8 years ago