-
Notifications
You must be signed in to change notification settings - Fork 196
How to Add an Image
Chloe Lin [SSW] edited this page Feb 13, 2026
·
8 revisions
To add an image to a rule, follow these steps:
- Go to the rule you want to edit on SSW Rules.
- Click the pencil icon to open the TinaCMS editor.
Figure: Click to edit
- If asked, log in to TinaCMS with your GitHub account
Figure: TinaCloud Login with GitHub page
- In the editor (left column), go to the Body field. Select More Tools (3 dots) | Embed | Image.
Figure: Add an image component
- Click on the new image component to configure it
Figure: Configure image details
-
Click on Src to choose an image from the rules folder in Media Manager.
-
To upload a new image: Click Upload | Select your image | Click Insert to add it.
Figure: Upload your image
Figure: Insert the image
- Update the figure text or adjust the image size if needed
- When you’re done, click Save. You will need to create a branch for approval before the changes go live.
- Navigate to your forked repository
- Add the image as a separate file in the same folder as the
rule.mdxfile. You can do this by clickingAdd file|Upload files - In the rule.mdx file, you can then reference the image directly in the markdown (e.g.
). See Using Markdown if you don't know how to do this.
Note: Images cannot have spaces in the name, use dashes(-) instead. See SSW rule https://www.ssw.com.au/rules/use-dashes-in-urls.
Figure: Image in the rule folder
Figure: Image referenced in the rule markdown
- How to Create Rules
- How to Edit Rules
- How to Rename Rules
- How to Add and Edit Categories and Top Categories
- How to Rename Categories
- Creating your Fork (One time setup)
- Merging Your Fork
- Updating your fork
- Using Markdown
- Editing MDX Components (in GitHub)