-
-
Notifications
You must be signed in to change notification settings - Fork 4
Editing the wiki
Max Ziebell edited this page Jun 15, 2020
·
13 revisions
If you have some suggestion or want to add to the cookbook, ideas are very welcome!
There are several ways you can get involved:
- You can send me any suggestions or articles (preferably in Markdown) to [email protected]
- If you have more than one suggestion or want to make recurring edits you can be added as a user allowed to edit the wiki and accept merge requests
- You can clone the wiki and send me a merge request. These documents are maintained with the open source distraction-free markdown application called Typora1.
Either way to contribute is much appreciated!
1) Please use relative paths on images and copy them into the repository with the ./${filename}.assets/
folder structure found in the Typora settings. Images can be embedded using Markdown or using the HTML image tag with the align attribute set to left or right and the width attribute to a sensible value enabling a simple text flow around the image.
- 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