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
-131Lines changed: 0 additions & 131 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,137 +83,6 @@ Make sure you add `scripts/coolString.js` to the settings page for CustomJS and
83
83
84
84
> ⚠️ CustomJS will initialize any class as a singleton instance. If you want to create an isolated instance use `create${className}Instance` instead, such as `createCoolStringInstance` for the above class.
85
85
86
-
## Advanced example
87
-
88
-
You can pass anything as parameters to your functions to allow for some incredible code reuse. A dataview example that I use to manage tasks:
0 commit comments