Ecosyste.ms: OpenCollective

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

Mwmbl - a non-profit search engine

We're creating an entirely free, ad-free, open source, non-profit web search engine with a focus on technical users
Collective - Host: opensource - https://opencollective.com/mwmbl - Website: https://mwmbl.org - Code: https://github.com/mwmbl

dispatch event when paused/resumed (closes #336)

github.com/mwmbl/presentation - 4c57ad918bee9741205e1fa9c4dd40955e0df3af authored almost 12 years ago
Merge branch 'patch-1' of https://github.com/asmod3us/reveal.js into dev

github.com/mwmbl/presentation - 68fa39f083b72239681980614c3eb2de429da992 authored almost 12 years ago
example external markdown in readme (#329)

github.com/mwmbl/presentation - c438ba6516f5979e8f07093c48c34bc801d440fd authored almost 12 years ago
add note about external markdown in readme (#329)

github.com/mwmbl/presentation - 7cc0c8787d9f07efff0bc49ac655d19c6eebd8b6 authored almost 12 years ago
merge external markdown support, move example to plugin (#329)

github.com/mwmbl/presentation - f9f17be01473bd80e8f1b6431c6070c4005e1164 authored almost 12 years ago
Merge branch 'slidifyMarkdown' of https://github.com/webpro/reveal.js into dev

github.com/mwmbl/presentation - 3321e8b600ef0441f6f131c458b208d8ef346468 authored almost 12 years ago
fragment sorting tweaks, sort attribute is now called data-fragment-index (#342)

github.com/mwmbl/presentation - 2e8e73a847a0cb4317722bde2e2ff4b5a0d93c97 authored almost 12 years ago
Merge branch 'sort_fragments' of https://github.com/jaberg/reveal.js into dev

github.com/mwmbl/presentation - 25f26bdc155a280a6cd15c5a3b96a518db402970 authored almost 12 years ago
merge grunt update to 0.4 (#350)

github.com/mwmbl/presentation - 3f740c8553e4a961f552a8ec01e0a8b1d2599b6f authored almost 12 years ago
Merge branch 'upgrade-to-grunt-0.4' of https://github.com/boazsender/reveal.js into dev

github.com/mwmbl/presentation - 9f1c5a0ceae03b281b6f35b33412fd8dd1860eee authored almost 12 years ago
upgrading to grunt 0.4. resolves #349.

github.com/mwmbl/presentation - 14105feb102829a42e8ef2a213ea88f896bea26d authored almost 12 years ago
remove share buttons

github.com/mwmbl/presentation - 5978b7fb646b3c8e981b79a904d7958353eba2c5 authored almost 12 years ago
disabled overview clicks on slides with disabled class

github.com/mwmbl/presentation - 3b822c33e42c562403f057a98f7bc193b5c0327d authored almost 12 years ago
Update plugin/markdown/markdown.js

Use textContent instead of innerHTML to prevent encoding of certain characters in Markdown code ...

github.com/mwmbl/presentation - f095af212ee2b6009412a89fe17ae46860efd8df authored almost 12 years ago
prevent overview click events after calling Reveal.removeEventListeners

github.com/mwmbl/presentation - 40759435e48891f32e72b8da8c7df332976eef48 authored almost 12 years ago
add configure api method for update config after initialization

github.com/mwmbl/presentation - f795cb02690dd9f3a6ea64f880797840dc675c89 authored almost 12 years ago
updated dark theme to use external color definition

github.com/mwmbl/presentation - 1661fb2faea3e2b7b3d6664a421610b99cc268be authored almost 12 years ago
added solarized light theme

github.com/mwmbl/presentation - b967cfd6154d99fb0fb11453d577ce82b7afc70e authored almost 12 years ago
extracted solarized color definitions to separate file

github.com/mwmbl/presentation - ff3e02de1881177c52fadcb8119679e6195c509f authored almost 12 years ago
added solarized dark theme

github.com/mwmbl/presentation - d44812b8b5194001de398fc80a3863da3efb8e5a authored almost 12 years ago
Set PDF output to letter landscape, no margin

github.com/mwmbl/presentation - a9b4eb9a05b25cf39ce0c479d95a7b5f4d3a0c73 authored almost 12 years ago
FIX: indent level of sort_fragments

github.com/mwmbl/presentation - e4016792dd3da16e858a47f855388e0fc91b5341 authored almost 12 years ago
ENH: fragment-pos attribute for ordering fragments

github.com/mwmbl/presentation - c00de0a24d5140c74a96952135d96c63f3a0cae3 authored almost 12 years ago
Merge pull request #338 from jjallaire/ontouchstart-add-nullcheck

ontouchstart null check in addEventListeners

github.com/mwmbl/presentation - d1943fcd916e66dbdad9020c0bb841ff3e0e2523 authored almost 12 years ago
ontouchstart null check in addEventListeners

github.com/mwmbl/presentation - 2cfabed9f3337d2b0dd14b686050e7c9ad60c1ff authored almost 12 years ago
added isFirstSlide/isLastSlide api methods

github.com/mwmbl/presentation - e1872c9115e371a21f2dc31f8c3bc1913ce518b7 authored almost 12 years ago
Merge branch 'master' of https://github.com/gouravtiwari/reveal.js

github.com/mwmbl/presentation - 24a59a53fdd211d8176c83e0647d2fa6a21660d1 authored almost 12 years ago
Merge pull request #337 from jjallaire/ontouchstart-nullcheck

check window.ontouchstart != null (required for qtwebkit)

github.com/mwmbl/presentation - 2d0237538c97df65448e5e08b015a87ee3b1259a authored almost 12 years ago
check window.ontouchstart != null (required for qtwebkit)

github.com/mwmbl/presentation - 45825b61b7ac336dd57dd21380f1f5128dbe7609 authored almost 12 years ago
search plugin

github.com/mwmbl/presentation - 8d61a112ff6bbf4a165a5706325dc673c6fd40d5 authored almost 12 years ago
Added isFirstSlide and isLastSlide functions

github.com/mwmbl/presentation - 4df8a256254705b6c6ffa5cf2edb7c52d26b43ec authored almost 12 years ago
scale presentations on ipad instead of zoom

github.com/mwmbl/presentation - 7ee4e0ba66f032dba38261d0ed849bc88ce36baf authored almost 12 years ago
add api methods for check if overview is active or presentation is paused

github.com/mwmbl/presentation - 24c493fb83bcc51e5db59e5abca246493eac8700 authored almost 12 years ago
stop auto-slide on pause and overview (closes #320)

github.com/mwmbl/presentation - 2962325fd1e5c7a1fe723a7eea8534ed1626bc6c authored almost 12 years ago
merge in notes improvement

github.com/mwmbl/presentation - 380264afc8468544d82f3e50115cef249f08fff5 authored almost 12 years ago
find correct path to open html file from the notes.js path

github.com/mwmbl/presentation - fd7d09f6972443279e7d06397b52ddd9d789f51e authored almost 12 years ago
adjust copyright years

github.com/mwmbl/presentation - cf8708f932fe7ba79186f37dd9a8ea94625b5bc4 authored almost 12 years ago
remove experimental tileflip transition, reduce max size of media content to 95% to account for slide padding

github.com/mwmbl/presentation - 8a2f1462679536cce2e9792cda305ccc2d742bcf authored almost 12 years ago
enable backgrounds images when printing to pdf (closes #271)

github.com/mwmbl/presentation - 6b0fff3512e7ab9b1874cc33163c57869b909406 authored almost 12 years ago
helper method for retrieving slide based on index (closes #293)

github.com/mwmbl/presentation - 11fc906add845d8dd2b1d2ea1d902d8e12a65fb9 authored almost 12 years ago
disable zoom plugin while in overview mode

github.com/mwmbl/presentation - 080fb3cd33e6448a1f0e75987b796dcd550b487d authored almost 12 years ago
fix vertical centering of slide in ios chrome (closes #289)

github.com/mwmbl/presentation - c21e6bbfedd62128ea1c023498317894c6f9a01d authored almost 12 years ago
trailing ws

github.com/mwmbl/presentation - 2629be651a616010460ac011f32189d8fd7a906f authored almost 12 years ago
fix error with removal of control button and progress bar event listeners (closes #323)

github.com/mwmbl/presentation - 9b830131f77621b208c461e5ad7a2fb9c92a188d authored almost 12 years ago
code cosmetics

github.com/mwmbl/presentation - d182235f1fca671498ac354a9507c19f1c7dbe5a authored almost 12 years ago
Merge pull request #322 from commadelimited/deactivate-nav-during-pause

Only allow 'unpause' keyboard events while paused

github.com/mwmbl/presentation - abf9ddb588c11bd0591b4835c5adcb77609fa1ce authored almost 12 years ago
describing new presentation sizing logic in readme

github.com/mwmbl/presentation - f45d94850f5130126a30ebcbc3bb11ccec10ad39 authored almost 12 years ago
fix word breaks in headers (closes #321)

github.com/mwmbl/presentation - 98a99086ac8756154919bab52b54c15332e4d098 authored almost 12 years ago
remove extra padding in stacks, add api method to retrieve curren scale (#310)

github.com/mwmbl/presentation - c50ae08fe0ff52aa32c9dc203637b9e46efeacbb authored almost 12 years ago
reduce width of single-page fallback slides

github.com/mwmbl/presentation - 723bd1cc0b7288deae9d20cbf6a4d72583b39437 authored almost 12 years ago
Only allowing 'unpause' keyboard events while paused

github.com/mwmbl/presentation - f0b93d895b519d00e60438f41fdf9fbf453a8f95 authored almost 12 years ago
change default maxScale to 1.0 (#310)

github.com/mwmbl/presentation - 1b01a749b07d1075d56ee133cea020e512eab0e2 authored almost 12 years ago
add config vars for #310 to readme

github.com/mwmbl/presentation - f7a0cf703070b110557b8349ec1bafc4b0d0607e authored almost 12 years ago
add min/max scale settings (#310)

github.com/mwmbl/presentation - 9660cdbd26524ea220bec5fa2edca6dec5935284 authored almost 12 years ago
rename padding config option to margin, better mobile support for scaled presentations (#310)

github.com/mwmbl/presentation - 1ca8306e2adbc8f2a2e299db5ddebf3b421f3464 authored almost 12 years ago
Slightly refactored "slidify" flow

github.com/mwmbl/presentation - 7207122c75137c0d2c7dfd0e1d9a1a0e9bf0a88f authored almost 12 years ago
More/better examples in markdown demo

github.com/mwmbl/presentation - 5dd63e4919b58bde83591590bacf37a1f091fa2a authored almost 12 years ago
Support for external markdown files, including configurable (vertical) slide separator

github.com/mwmbl/presentation - 25f3884bf4deb315aaf9a5236ec1c05f85e3ff42 authored almost 12 years ago
fix layering issue of anchors in ff with page transition (closes #274)

github.com/mwmbl/presentation - a20d3b68627f7b83d0ad3a28280c9ec53c97af40 authored almost 12 years ago
feature detect zoom with fallback on transform, allow percent units for deck width/height (#310)

github.com/mwmbl/presentation - 312eafe2e0d31bea49cfb7e0f8eb4b54c45c2b71 authored almost 12 years ago
updated to v2.3, initial implementation of uniformly scaled presentations (#310)

github.com/mwmbl/presentation - d1c74523a4ab741d52ce0e647fe9c166383797ca authored almost 12 years ago
merge in timer in notes window, timer now stays hidden until initial time is set

github.com/mwmbl/presentation - 784fa9d2e3570054728d21f8098199dc9d4164b9 authored almost 12 years ago
Add clock and elapsed time to notes view

github.com/mwmbl/presentation - ab3f4e5ba3e846a5879049ac729fe18236c59805 authored almost 12 years ago
update code sample for syntax highlight in readme

github.com/mwmbl/presentation - f3b4881cdbb885ea4409542341d0033a572ad1d2 authored about 12 years ago
merge in clojure syntax highlighting, tweak readme

github.com/mwmbl/presentation - 3f8d48d5701b1cfcd96043f948377307d6ea6e12 authored about 12 years ago
Merge branch 'feature/highlightjs-clojure' of https://github.com/eightysteele/reveal.js

github.com/mwmbl/presentation - 3f140ef50e854c1d39a562065fbbcd053a4e6f4d authored about 12 years ago
limit video size to size of slide (closes #308)

github.com/mwmbl/presentation - a041f9c64a34eaa750acd874bdf7027b7015bc29 authored about 12 years ago
Merge branch 'master' of github.com:hakimel/reveal.js

github.com/mwmbl/presentation - 3daacbc32134b89870e74c1d66fb86e4c8feca9c authored about 12 years ago
show error when notes run on non-http, fix load order to make sure upcoming slide is correct when notes open (#278)

github.com/mwmbl/presentation - a7625a71d38a9cfee214fe0d3bb1f9bd62cb071e authored about 12 years ago
Add Clojure to highlight.js, add code highlight example to README.

github.com/mwmbl/presentation - 1aa66aa46951e8a612e6bbb7ebac6370a9aa875f authored about 12 years ago
specify branch name for travis build status image

github.com/mwmbl/presentation - 2f48c27201801c40b82608cb6566255855d745f4 authored about 12 years ago
fix placement of travis build status in readme

github.com/mwmbl/presentation - 3c9bd1ed2b7386a66e9491d4e07d6d1120b8e08c authored about 12 years ago
remove traling whitespace

github.com/mwmbl/presentation - c1f14110a13e1e8e4b76381224ef8549be8671b0 authored about 12 years ago
Merge branch 'add-travisci' of https://github.com/nschonni/reveal.js

github.com/mwmbl/presentation - 212450a18d9b587df62008105ca1d1e7a5052246 authored about 12 years ago
Add grunt as a dev dependency

github.com/mwmbl/presentation - 4778cb8e51ac7b1110ae6942eb9f046e77b1ba9f authored about 12 years ago
Add npm script tage the Travis automatically executes

Set targets to lint, and quint for when the testing is implemented

github.com/mwmbl/presentation - 0ac4d5b7db81e2b053f5ab0cba953f370813daec authored about 12 years ago
don't convert anchors with child nodes to rolling links (closes #266)

github.com/mwmbl/presentation - 4a0d9399628ed046b3b967c357fdab01f4792d9d authored about 12 years ago
remove debug code

github.com/mwmbl/presentation - 0d66c91e8e30e6905735bdb30b0a4143a3a8f0ec authored about 12 years ago
notes window now displays correct slides when origin is different than index.html (closes #278)

github.com/mwmbl/presentation - 63a53e9dd1ef8805acd065c7faa2440673b15f92 authored about 12 years ago
add overviewshown and overviewhidden events (closes #298)

github.com/mwmbl/presentation - d489ec2f9ddddb9e502c3cccbfe277f84c22963b authored about 12 years ago
config option for disabling touch navigation (closes #299)

github.com/mwmbl/presentation - e62b0f8795408e042a86f654ea4636ab95894476 authored about 12 years ago
expose layout api method (closes #305), consistent spacing across all functions in core JS, remove unused each() method

github.com/mwmbl/presentation - 09bf962d32dc9907aac0073fceb9b6887f629a97 authored about 12 years ago
Merge pull request #303 from DrBenton/master

Small additions around "togglePause()"

github.com/mwmbl/presentation - 305e70d99ba4317f89fd93b9805ddf08b8fbdedb authored about 12 years ago
Merge branch 'fade-transition' of https://github.com/joelrbrandt/reveal.js

github.com/mwmbl/presentation - 6a7d0cbcc930c4180e99fc3f1f8f2513ea9433d7 authored about 12 years ago
Merge pull request #302 from rschellhorn/master

Fixed fragment fade-in/out example

github.com/mwmbl/presentation - cd40e9e575683ac75cce8ba48cef45a97a3dd532 authored about 12 years ago
add public "togglePause()" access

github.com/mwmbl/presentation - 9c951e07cdf1f74571390eaff9b75941e17ba608 authored about 12 years ago
add Logitech presenter tools "black screen" button compatibility

github.com/mwmbl/presentation - c0387fd5dd447405e5e1bb8e4bef5f6ba26d555d authored about 12 years ago
Fixed fragment fade-in/out example

github.com/mwmbl/presentation - 1830a0d50576c5e04eb449413f852461df1197b5 authored about 12 years ago
implement a fade transition

github.com/mwmbl/presentation - 082e4ed1686747d9472c4448dc4387084f6238e2 authored about 12 years ago
fix issue with navigateTo and fragments (closes #290)

github.com/mwmbl/presentation - feaced800cdf47ebf93577ee1570974f096149d8 authored about 12 years ago
merge in reset of vertical slides when returning to first slide #291

github.com/mwmbl/presentation - e46855096c4c467082737214d83e3552108c9b67 authored about 12 years ago
better fix (issue: #285)

github.com/mwmbl/presentation - 905ec83d535f7096c16f60ce085963c7fc21328c authored about 12 years ago
attribution for print-pdf phantom script (closes #276)

github.com/mwmbl/presentation - 05b5255d6046d7b87a691f8f7ea8a397f60a0eaa authored about 12 years ago
merge in phantomjs script for printing pdf (#276)

github.com/mwmbl/presentation - 17622052a03cf36232fcd57094051bf4080c4eb7 authored about 12 years ago
theming docs (closes #246, closes #249)

github.com/mwmbl/presentation - 5f2a875ec7702d5062aac44c5d9645ef300318c6 authored about 12 years ago
theming docs

github.com/mwmbl/presentation - e618eda4e14b2495c651bdf67447c84869da8149 authored about 12 years ago
info about available themes and how to change theme

github.com/mwmbl/presentation - 38425fc4ff9e90008b7995452e0f8366672dd987 authored about 12 years ago
Merge pull request #282 from callmephilip/feature/plugin/remotes/none-on-mobile

disable remotes plugin on mobile

github.com/mwmbl/presentation - 2a038afedac9162b1b4d9813c976f57e654c0ec3 authored about 12 years ago
entities auto fix added

github.com/mwmbl/presentation - d4d9c4bfabf6540bc17219abd0e94699e641569c authored about 12 years ago