Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Edit iframe in detected framework editor #18

Open
chrislatorres opened this issue Jun 9, 2019 · 1 comment
Open

Edit iframe in detected framework editor #18

chrislatorres opened this issue Jun 9, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@chrislatorres
Copy link
Contributor

Similar to #7 and will help add detection needed for #14.

This add in the per-iframe dropdown a "Open in editor" button that opens the site in the appropriate framework editor.

This will require:

  • detecting what framework a site is using. (maybe look for script tag names like aframe.min.js or a <a-scene> tag)
  • loading the site into the editor

Specific editors to detect:

@chrislatorres chrislatorres added the enhancement New feature or request label Jun 9, 2019
@chrislatorres
Copy link
Contributor Author

Can look for logging, for example:

  • A-Frame Version: 0.7.0 (Date 2018-02-05, Commit #39daf67)
  • Babylon.js v4.1.0-alpha.4 - WebGL2
  • THREE.WebGLRenderer 105

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant