Van Abel

Results 18 issues of Van Abel

I just wondering if Node.js is only refresh the web page, which can be done also by Javascript right? And the advantage is we needn't to install Node.js...

I use `vim-syntastic/syntastic` plugin in vim with python3 installed and install langugage_check by pip. As [syntastic](https://github.com/vim-syntastic/syntastic#faqforeign) suggest the following setting for `TeX` file, such that it view the file as...

I find some project need to start with the pre-load command; ``` node -r esm main.js ``` I try to run it as ``` supervisor -- main.js -r esm ```...

I use wordy to improve my scientific writing --- typically, I use the [TeX](https://en.wikipedia.org/wiki/TeX) for typesetting mathematical paper, which includes TeX code for mathematical formulas, e.g. ```tex Suppose $a$, $b$...

In the issue [Support for TeX/LaTeX files ](https://github.com/reedes/vim-wordy/issues/29), I find that the actually work/function I need to do is add an new rules of dictionary for scientific writing, for e.g.,...

I use [this script](https://github.com/Nyr/openvpn-install) to install openvpn, can they work together?

不知道时辰的干支是怎么算出来的, 目前好像不支持小时的干支. 不知是否方便添加?

用vim+latex suite 时碰到设置主文件后不能编译的情况. 由于不熟悉makefile, 估计原因是: 在设置主文件的情况下(`main.tex.latexmain`是`main.tex`的主文件), latex suite的compiler.vim会自动寻找`main.tex`同目录下的`makefile`并用他来编译文件`main.tex`. 而你给的Makefile是不是只是生产这个项目的? 为了避免混淆, 建议改进. (我重命名`Makefile->`Makefile.bak``即可用`\ll`正常编译).

I just clone it to a dir, and run the command `java -jar OpenConvert.jar -from text -to TEI test/test.txt test` where `test.txt` with a single sentence: `Just a test` But...

StackEdit is awesome and I like it very much. But I would like to write markdown in VIM since there are a lot of math symbols I need to type....