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-on System #14

Open
codazoda opened this issue Jun 24, 2023 · 0 comments
Open

Add-on System #14

codazoda opened this issue Jun 24, 2023 · 0 comments
Labels
feature New feature or request

Comments

@codazoda
Copy link
Owner

codazoda commented Jun 24, 2023

I've always wanted to add an add-on / plugin system to Nolific. I originally considered allowing users to specify any URL as an add-on and Nolific would send the current document over as an API call. But, lately I've been thinking about using any JS file URI as the add-ons instead. That would allow you to do more things (like implement the Markdown help feature). It would still allow you to post the current page to an API by writing a few lines of Javascript to send the current file to an API. That could use the Fetch API or the XMLHttpRequest API.

Here are my thoughts...

  • Assign a URL to the add-on
  • Automatically load all add-ons that have been configured
  • Assign a keyboard shortcut to each add-on (or allow that to be configured in that in the add-on code)
@codazoda codazoda changed the title Feature: Add-on System Add-on System May 26, 2024
@codazoda codazoda added the feature New feature or request label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant