You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This is where the Variable Store Extension Fetches data from
18
18
-`Image link` is the link you get by right clicking an image (uploaded somewhere on the internet) and selecting **Copy Image Link**
19
19
-`"{repo}/raw/{Path of extension within repo}"` (if `https://github.com/Variable-ind/Pixelorama-Extensions/`blob`/master/Extensions/Example.pck` is the URL path to your extension then replace **blob** with **raw**
20
20
- and the link becomes "`"https://github.com/Variable-ind/Pixelorama-Extensions/`raw`/master/Extensions/Example.pck"`"
21
-
4. One store entry must occupy only one line (and vice-versa)
22
-
3. Comments are supported. you can comment an entire line by placing `#` at the start of the line (comments between or at end of line are not allowed).
21
+
3. One store entry must occupy only one line (and vice-versa)
22
+
4. Comments are supported. you can comment an entire line by placing `#` at the start of the line (comments between or at end of line are not allowed).
23
+
5. links to another store_info file can be placed inside another store_info file (it will get detected as a custom store file)
0 commit comments