Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stackedit modularization: Plugins folders #595

Closed
wants to merge 6 commits into from

Commits on Oct 30, 2014

  1. Added simple plugin model. Handles loading of Providers for now.

    Instead of having every model which might need a provider having to
    specify every possible provider as input argument, we now have a plugin
    model which can expose a list of providers, which the event manager then
    will notify about when they are loaded.
    
    Conflicts:
    	public/res/publisher.js
    	public/res/sharing.js
    Tobias Haagen Michaelsen authored and jesperronn committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    ba81b08 View commit details
    Browse the repository at this point in the history
  2. Fixed typos (syntax errors)

    Tobias Haagen Michaelsen authored and jesperronn committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    8cb2bcf View commit details
    Browse the repository at this point in the history
  3. Added plugins folder to jshint task

    Tobias Haagen Michaelsen authored and jesperronn committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    8a98ac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48c7021 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2014

  1. Configuration menu
    Copy the full SHA
    6884ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    395b940 View commit details
    Browse the repository at this point in the history