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

Create editor presets for interoperability with other services #5

Open
essential-randomness opened this issue Sep 21, 2022 · 0 comments

Comments

@essential-randomness
Copy link
Member

essential-randomness commented Sep 21, 2022

Allow to create an editor that allows only to input what's translatable to and from e.g. GitHub.

Something like

import { GITHUB_SETTINGS } from "@editor/presets";

<Editor settings={GITHUB_SETTINGS} / onUpdate=((editorOutput) => {
  // editorOutput is guaranteed to only contain elements that can also be displayed on GitHub.
  // For example, given that GitHub is not able to embed videos, video embedding will be disabled as
  // an input in this Editor instance.
}) >
@essential-randomness essential-randomness changed the title Create editor presets for interoperability with other providers Create editor presets for interoperability with other services Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant