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 more generic markup types #1

Open
athanclark opened this issue Dec 23, 2014 · 0 comments
Open

Add more generic markup types #1

athanclark opened this issue Dec 23, 2014 · 0 comments

Comments

@athanclark
Copy link
Owner

Currently, we only have JavaScript and Image as types of markup. We could make this way more pervasive:

  • Styles
  • Content
    • Headers
    • paragraphs
  • Videos and media
  • Applications - SVG, Flash, etc

The thing about these "markup" types is it expects all information to be local to a markup node - there's no javascript sources needed to initialize this markup type - there's only some text, and a few different ways to use the text, but in the end it's all internal to this node, nothing else. That's where this library is going to stay.

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