[wiki] Add the most basic example to Developing extensions page #8483
QuietNoise
started this conversation in
Ideas
Replies: 3 comments
-
sure, would you be able to provide an example? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This repository is written in Japanese, but it may be helpful for you to create custom extension features. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there an example for creating a custom page that performs a transform on an image without any rendering required? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As per title. I suggest to add a very basic "hello world" example to the Developing extensions wiki page.
Currently the wiki page is referring to Developing custom scripts page to see how to develop custom scripts but sample on that page won't work when pasted as extension.
It won't work mainly because the sample script's
show
function returnsis_img2img
which won't work in extension.it took me some unecessarily wasted time to figure out that I need change it to
I'm sure every beginner to extensions development would appreciate if this was mentioned anywhere on the Developing extensions wiki page.
Beta Was this translation helpful? Give feedback.
All reactions