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 extensions to be enabled / disabled from an attribute #1092

Open
mojavelinux opened this issue Sep 17, 2014 · 1 comment
Open

Allow extensions to be enabled / disabled from an attribute #1092

mojavelinux opened this issue Sep 17, 2014 · 1 comment
Milestone

Comments

@mojavelinux
Copy link
Member

Allow extensions (specifically extension groups) to be enabled and disabled using an attribute when running in safe mode < secure (or server). This feature is similar to how Markdown extension enablement works.

High-level vision:

$ asciidoctor -a extensions=ui,diagram,social

This would enable the extension sets "ui", "diagram" and "social" for the document. Of course, the extensions would still need to be registered. This feature is about activation. Extensions not listed and not registered as "auto-activate" would not be activated.

@mojavelinux mojavelinux added this to the v1.6.0 milestone Sep 17, 2014
@mojavelinux
Copy link
Member Author

Some additional discussion can be found in this thread on the discussion list: http://discuss.asciidoctor.org/Autoloading-extensions-tp1548p1562.html

@mojavelinux mojavelinux modified the milestones: v1.6.0, v1.7.0 Dec 21, 2015
@mojavelinux mojavelinux modified the milestones: v1.7.0, M3 Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant