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 running in web pages using a meta tag #29

Merged
merged 2 commits into from
Aug 16, 2023
Merged

allow running in web pages using a meta tag #29

merged 2 commits into from
Aug 16, 2023

Commits on Aug 15, 2023

  1. allow running in web pages using a meta tag

    if a web page needs to run the extension without being in the allowlist, this meta tag would trigger activating the functionality of the extension:
    
    ```
    <meta name="codeium:type" content="monaco">
    ```
    
    see #28
    hatemhosny committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b78eab7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    febd55d View commit details
    Browse the repository at this point in the history