Thatās weird. I can import showHint
add-on like so:
const app = require('electron').remote.app;
const modulePath = app.getAppPath() + '/node_modules/'
require(modulePath + 'codemirror/addon/hint/show-hint.js');
It works fine:
Can you try it?
Thatās weird. I can import showHint
add-on like so:
const app = require('electron').remote.app;
const modulePath = app.getAppPath() + '/node_modules/'
require(modulePath + 'codemirror/addon/hint/show-hint.js');
It works fine:
Can you try it?
Looks like you are not running the code on Inkdrop but on the IDE. Thatās why it doesnāt happen anything because the IDE doesnāt know the Inkdropās appPath
.
Iām afraid that I donāt understand what you are talking about.
It feels like your expression is interesting for me as an English learner.
Good to hear that you are getting used to JS development on the IDE.
Regarding currencies, I donāt think itās a big deal because I personally donāt care if itās not paid with JPY and Iāve never got any complaints from other Japanese users so far. I guess people are used to paying with USD for web services.