-
-
Notifications
You must be signed in to change notification settings - Fork 4
Hype Project
Max Ziebell edited this page Jun 12, 2020
·
3 revisions
The Hype project is contained in its entirety in the .hype
file you can save from the application. Under the hood these files with the extension are packaged (much like an macOS applications) and are a folder. You can inspect them using a right click if you choose "inspect package". They contain a /data.plist
describing your project state and two folders with the /Resources
and /Thumbnails
.
- 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