-
parser.js file is currently located at `~/.mume/parser.js`
please add support for adding `parser.js` to the current folder
ideally, the folder structure would then look like:
```
/..
/.
/s…
-
Is it possible to export `mapdata` from a custom mmapper map, rather than pulling `mapdata` from a recent release? I am interested in loading up my own map when running play-mume locally.
-
```js
const mume = require("@shd101wyy/mume");
async function main() {
await mume.init();
const engine = new mume.MarkdownEngine({
filePath: "./xxx.md",
config: {
previewT…
-
Hi!
I started the OpenRefine client like this:
./openrefine-client_0-3-10_windows.exe --filterColumn="KLAS" --filterQuery="^SPTT1$" --export mume -H refine.local.lan -P 8800
The filteri…
-
Idea to add useful information to the _time command(or new _moon command) that can be calculated from MUME time:
1. **How long in real time until Dead Knight slab opens?** (Happens at 2 moonrises: …
-
mume engine can not handle markdown documents containing BOM (byte-order mark) correctly in some cases, such as front-matter, document import, ...
-
Is there any idea for the error code below when trying Open Preview to the Side? It could not render the preview. Thanks a lot.
{"errno":-4058,"code":"ENOENT","syscall":"spawn java","path":"java",…
-
**Describe the bug**
I am trying to export a markdown presentation to HTML but I am missing the option S to show speaker notes.
**Environment**
- OS: Linux
- VSCode: 1.87.1
- Markdown Preview E…
-
Hi again @shd101wyy!
I'm currently playing with `{cmd=true}` and as a by-product of that would like to offer some help with code refactoring. I could start with splitting `markdown-engine` into a s…
-
查看源码如下:
```
```
本地文件在chromium浏览器无法加载.是否可以将这些相关文件也导出,或者使用内联方式将相关代码写在html中?