-
-
Notifications
You must be signed in to change notification settings - Fork 4
Hype IDE WebKit Developer Extras
This section is about exploring and inspecting the Hype scene stage. If you are looking into creating a live preview for an extension or are simply interested in the cog work of Tumult Hype this is for you. Hopefully, there will be no need for this in the future (if Hype 5 introduces a plugin system) but until then, you can enable developer extras for the WebKit instances used in the Hype IDE.
If enabled the developer extras for each WebKit instance used in Hype will open automatically. This includes scenes, layouts and the WebKit instance used when creating movie or GIF exports.
Enable
defaults write com.tumult.Hype4 WebKitDeveloperExtras -bool YES
Disable
defaults write com.tumult.Hype4 WebKitDeveloperExtras -bool NO
source: https://forums.tumult.com/t/the-future-of-plugins-and-extensions-with-hype/16613/9
- Choose another topic from the sidebar
- Visit the topic index
- Return to the welcome page
- Learn about contributing
- Consider making an one-time donation
- Visit the landing page for this project
- Accessibility in Hype
- Quick iterations as the secret to progress
- Using querySelector
- Test an elements class name using classList and contains
- Including external files and Hype Extensions
- Fetching hypeDocument from within a rectangle
- Extend the functionality of Hype using Export Scripts
- Using external editors
- Embedding Hype documents into third-party services
- Accessing external APIs from Hype Previews
- Manually include resources in document head
- Manipulating scene height
- Extension template