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

Allow users to add their own markdown-it plugins #10

Open
msimmer opened this issue Sep 6, 2017 · 2 comments
Open

Allow users to add their own markdown-it plugins #10

msimmer opened this issue Sep 6, 2017 · 2 comments

Comments

@msimmer
Copy link
Member

msimmer commented Sep 6, 2017

b-ber would have to load the plugin and use it in bber-plugins/md/index.es

@msimmer
Copy link
Member Author

msimmer commented Oct 25, 2017

i think the best solution for this might be to set sth up like the MD-it plugin loader here which would depend on having a node_modules directory in the project, register the plugins in the config.yml, and then have bber look in the node_modules dir to load the necessary plugins

-- edit

i think it's good to lean on npm for any type of extensions, since bber will share the same ecosystem, and bber's themes are already managed with npm

@msimmer msimmer added this to Proposed in b-ber/enhancements Apr 22, 2018
@msimmer msimmer added the icebox label Apr 22, 2018
@msimmer
Copy link
Member Author

msimmer commented Apr 22, 2018

This has been added to the roadmap project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants