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

Add plugin local asset collection #1129

Merged
merged 4 commits into from
Apr 11, 2020

Commits on Apr 11, 2020

  1. Add local asset collection for plugins

    Plugins might want to package their own assets for use instead of
    relying on external sources only.
    
    Let's add this, allowing the getLinks and getScripts methods to return
    link and script elements that have a relative or absolute file path as
    its src or href attributes.
    ang-zeyu committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    094e0ca View commit details
    Browse the repository at this point in the history
  2. Encapsulate anchor plugin logic and styles

    The main markbind code has some amount of logic and styles relating to
    the anchor plugin.
    
    Let's encapsulate the anchor plugin's logic and styles within the
    plugin itself, which should lead to better code readability.
    This also allows the user to turn off the plugin without risk of side
    effects.
    ang-zeyu committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    843be81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bacaffc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f672dcf View commit details
    Browse the repository at this point in the history