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

Plugin architecture #177

Open
3 tasks
tumidi opened this issue Jul 28, 2022 · 0 comments
Open
3 tasks

Plugin architecture #177

tumidi opened this issue Jul 28, 2022 · 0 comments
Assignees
Labels

Comments

@tumidi
Copy link
Contributor

tumidi commented Jul 28, 2022

Break up innoDoc features into core and plugins.

By using a plugin architecture we could move certain functionality into external plugins, which would also reduce code complexity of the innoDoc core. On the other hand users can choose what they need, reducing the overall footprint by excluding certain functionality.

Tasks

  • Publish plugins as NPM modules?
  • How to specify and fetch plugins at build time?
  • How to extend a Next.js application dynamically?
    • Entry points, hooks, callbacks
    • Additional page routes
    • Additional components

Candidates

  • User authentication
    • Shibboleth/SAML SSO, OAuth, E-Mail registration
  • MathJax rendering
  • Theme component library (Antd/MUI/...)
  • AST content renderers
    • Provide basic set of elements (heading, link, ...) in core
    • Exercises
    • LaTeX formular rendering
    • YouTube video embedding
    • etc.

Links

Official Next.js plugin system issue
Hacked plugin system

@tumidi tumidi self-assigned this Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant