-
Hi. I'm not strong in macros yet and I need a little hint: is there way to get value from custom variable and set it as path for UIBuilder.init and UIBuilder.regSkins?
for example:
```
var dir:St…
-
Looks like there is a regression of issue #186
Markdown Navigator
Version: 2.4.0.22
IntelliJ IDEA 2017.3.3 EAP (Ultimate Edition)
Build #IU-173.4301.1, built on December 26, 2017
JRE: 1.8.0_…
-
### What are the steps to reproduce/What Happens?
In a node's js file `module.exports` section, try to obtain the `userDir` using `RED.settings.get('userDir')`, it returns `undefined`.
But if yo…
-
I have a uibuilder with riot app based on this sample code [1]. This works fine on PC and Chrome on Android except in one particular case. If on Android I browse to the location and then use the Add t…
-
I have succeeded in using webpack to bundle everything up into the dist folder and run from there. The main issue is that because (I think) webpack puts everything into modules then if it is desired t…
-
From a discussion with Colin Law in the [#uibuilder channel of the Node-RED Slack](https://node-red.slack.com/messages/C7K77MG06)
Suggested new name "uibuilderCtrl"
-
At the start of uibuilderfe.js is the code
`const uibuilder = function () {
const self = this;`
I am not sure what 'this' is referring to, the code won't run after I feed it through babel.
Whe…
-
Even with debug set to false in settings.js two messages are written to uibuilder.log each time node-red is restarted:
2017-09-22T15:31:53.007Z - info: UI Builder - Version 0.3.7 started at /uibuilde…
-
Hi - loving MoonJS, just starting to work with it, love the simplicity. Perfect as a tool to help with my [uibuilder](https://github.com/TotallyInformation/node-red-contrib-uibuilder/wiki/Example:-Moo…
-
Seems like Babel supports other JSX factories other than `React.createElement(...)`:
Here is docs from `deku` another JSX framework from Segment.io
Using `.babelrc`:
``` json
{
"jsxPragma": "eleme…