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 possibility to include definitions/examples/etc on demand #23

Open
joernweissenborn opened this issue Feb 18, 2015 · 1 comment
Milestone

Comments

@joernweissenborn
Copy link
Contributor

This shall work like wiki links, but instead of being redirected to a new page, the desired content should be dynamically added to the zoo.

@joernweissenborn joernweissenborn added this to the v0.9 milestone Feb 18, 2015
@joernweissenborn
Copy link
Contributor Author

I will use something like

   var div = this.parentNode
   var content = document.createTextNode("<p>blA</p>");
   div.parentNode.insertBefore(content,div)         

in conjunction with https://addyosmani.github.io/webcomponent-samples/polymer/modules/

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