Replies: 1 comment 1 reply
-
Hi @marralser! I took a look at the fragment here, it looks like the two I suggest using a editor that understands HJSON -- plugins exist for many editors if it's not built right in. This will let you see the alignment properly. Below is an adjusted fragment; note the placement:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I have been experimenting with the wunderful Enigma 1/2 BBS system, but I'm totally new to hjson and the concept, so this proved
not totally trivial. But part of doing this is to learn, obviously :-). I have the following question. I have been trying to set up a Bulletin menu, to be acessed from the main menu, simple idea, that a command, e.g. B1...B10, opens a respective ANSI graph. My code looks like this
The page loads correctly from the main menu, commends G and Q work, but not the BU commands. The error message inicates, the menu entry is not found
"EnigError: Object does not exist: No menu entry for "loadBulletin1"
at Object.DoesNotExist (/home/markus/enigma-bbs/core/enig_error.js:34:9)
at locateMenuConfig (/home/markus/enigma-bbs/core/menu_util.js:32:40)
at nextTask (/home/markus/enigma-bbs/node_modules/async/dist/async.js:5789:27)
at Object.waterfall (/home/markus/enigma-bbs/node_modules/async/dist/async.js:5800:9)
at Object.awaitable [as waterfall] (/home/markus/enigma-bbs/node_modules/async/dist/async.js:211:32)
at getMenuConfig (/home/markus/enigma-bbs/core/menu_util.js:24:11)
at getMenuConfiguration (/home/markus/enigma-bbs/core/menu_util.js:63:17)
at nextTask (/home/markus/enigma-bbs/node_modules/async/dist/async.js:5789:27)
at Object.waterfall (/home/markus/enigma-bbs/node_modules/async/dist/async.js:5800:9)
at Object.awaitable [as waterfall] (/home/markus/enigma-bbs/node_modules/async/dist/async.js:211:32)"
I guess its a simple syntax mistake, but I can't spot it. Any idea highly appreciated!
Markus
Beta Was this translation helpful? Give feedback.
All reactions