Michael Naumov
Michael Naumov
> I'm not sure if this is what you are talking about but I've been using HTML line breaks to seperate my lines for inline fields. `field:: Some textMore text...
@mxcdh 1. Are your scripts detectable at all? If you execute `customJS` from the developer console in Obsidian, do you see your scripts there? 2. Are you sure you have...
@mxcdh current plugin has a few use-cases 1. `customJS` global variable, which you can use in `Developer Tools Console`, `dataviewjs`, `Templater` scripts etc. To check if it works you should...
@YousufSSyed what happens if you go to the developer console and type `window.forceLoadCustomJS()`?
@YousufSSyed 1. that's because of your **Individual files** setting 2. It looks like your `Scripts/script.js` is not in the correct format. It should be something like ```js class Script {...
@YousufSSyed 1. Remove the **Individual files** completely 2. Add word `async` before the name of your function
@YousufSSyed yes, but you made a typo
@YousufSSyed you didn't make it invocable https://github.com/saml-dev/obsidian-custom-js#invocable-scripts
@YousufSSyed you didn't read properly what invocable script is
@thelegend09 if you have suggestion how to make the documentation clearer, please make a PR